-
Couldn't load subscription status.
- Fork 7
Open
Labels
Description
Hi,
thanks for the good effort you have put in this project already.
May I ask for an enhancement of the documentation?
It would be good to have an overview of the (overall) performance of the different functions.
My use case is that I have a numpy array and want to apply a rolling standard deviation window on one of the columns and put it in another column of this numpy array.
It would be good to compare the effort for this with the time it takes to do this for alternatives (like: use pandas directly).
Thanks in advance.