You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
I've just noticed that for some use cases, the library does not work anymore with the new version of pandas v20.1.
In pandas 20.1, stuff related to tseries has been moved/dropped.
So references to "pd.tseries.period.PeriodIndex" should be replaced by "pd.PeriodIndex"
Patrick
The text was updated successfully, but these errors were encountered:
Hello,
I've just noticed that for some use cases, the library does not work anymore with the new version of pandas v20.1.
In pandas 20.1, stuff related to tseries has been moved/dropped.
So references to "pd.tseries.period.PeriodIndex" should be replaced by "pd.PeriodIndex"
Patrick
The text was updated successfully, but these errors were encountered: