-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Is your feature request related to a problem?
The user should be able to see the moving average in context with the time series.
Desired solution
The user should just call something like this: ts.plot_movingaverage()
When implementing this, the pandas df.roll-function could be pretty useful.
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.rolling.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✔️ Done