PERF/ENH: np.apply_along_axis -> reduce in moments.py/nanops.py #3185
Labels
Groupby
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
http://stackoverflow.com/questions/15652343/how-to-speed-up-pandas-rolling-sum
http://stackoverflow.com/questions/21058333/compute-rolling-maximum-drawdown-of-pandas-series
this numpy recipe might be of iterest to create a strided dimension:
numpy/numpy#31
prob easiest in these cases to create a algos.roll_generic_2d
The text was updated successfully, but these errors were encountered: