danfojs
danfojs copied to clipboard
Feature Request: Rolling Aggregate
Is your feature request related to a problem? Please describe. Often in time-series analysis, we would compute moving average (i.e. rolling mean)
Describe the solution you'd like
It would be nice for danfojs to mimic Python Pandas - pandas.Series.rolling and pandas.DataFrame.rolling with aggregation methods such as mean, std