danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

Feature Request: Rolling Aggregate

Open newTypeGeek opened this issue 3 years ago • 0 comments

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

newTypeGeek avatar Dec 22 '22 02:12 newTypeGeek