heiseacademy / ml-python

Begleitmaterial für den Kurs Machine Learning mit Python
1 stars 1 forks source link

02-ml-intro/07-Klassifikation-unstrukturiert.ipynb: resample("Q") is deprecated #7

Closed bmerkle closed 3 weeks ago

bmerkle commented 1 month ago

resample Q is deprecated and should be replaced with "QE"

docs.set_index("created_utc").resample("Q").count().plot()

C:\Users\merklbe1\AppData\Local\Temp\ipykernel_57132\945803590.py:1: FutureWarning: 'Q' is deprecated and will be removed in a future version, please use 'QE' instead. docs.set_index("created_utc").resample("Q").count().plot()