-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_msgpack() fails when data has "period" #13463
Comments
So periods work as part of a Period index, but general support for |
quickest way to have this fixed is to do a patch and submit as a PR. |
For Period, we would patch with obj.freqstr, instead of obj.freq.
|
yes this is prob a simple fix. But needs some adequate testing (as well as prob a checkin of some generated msgpacks on older versions, use |
Adds support for IntervalIndex and Interval; fixes Period and TimedeltaIndex. Closes pandas-dev#19939 and pandas-dev#13463.
Adds support for IntervalIndex and Interval; fixes Period and TimedeltaIndex. Closes pandas-dev#19967 and pandas-dev#13463.
Adds support for IntervalIndex and Interval; fixes Period and TimedeltaIndex. Closes pandas-dev#19967 and pandas-dev#13463.
to_msgpack() fails when the data has "period". This works in 0.16.2
ISSUE
Expected Output
Works on 0.16.2
INSTALLED VERSIONS
The text was updated successfully, but these errors were encountered: