Skip to content

feat: Add moving average plot  #521

@Gerhardsa0

Description

@Gerhardsa0

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions