winedarksea / AutoTS

Automated Time Series Forecasting
MIT License
1.05k stars 96 forks source link

FILLNA -> FFILL, BFILL, axis argument removal and addition of StringIO object #206

Closed pauljones0 closed 8 months ago

pauljones0 commented 8 months ago

Changes

Per the updates in Panadas 2.10, fillna should be replaced with ffill and bfill whenever possible: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.fillna.html

And groupby no longer uses the axis argument https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html

I also added a missing StringIO object around, per the warnings.

Relevant Issues and Mentions

N/A

Notes

These are very very minor changes, but I figured it would be best to start small, fix some of the warnings that pop-up when a user runs the example python script.

winedarksea commented 8 months ago

I appreciate the effort but I have already made these updates in the dev branch, it should be out in 0.6.2