Skip to content

Commit f73575e

Browse files
committed
README update
1 parent 0e0b325 commit f73575e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data = co2.load().data
2323
You can resample the data to whatever frequency you want.
2424

2525
```python
26-
data = data.resample("M").mean().ffill()
26+
data = data.resample("ME").mean().ffill()
2727
```
2828

2929
Use `AutoPeriodFinder` to find the list of seasonality periods based on ACF.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auto-period-finder"
3-
version = "0.0.10rc2"
3+
version = "0.0.10rc3"
44
description = "An autocorrelation function-based seasonality periods automatic finder for univariate time series."
55
authors = ["Iskander Gaba <[email protected]>"]
66
repository = "https://github.com/iskandergaba/auto-period-finder"

0 commit comments

Comments
 (0)