-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: repr of Series with regular (freq) datetime index after reading with msgpack #24135
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
Comments
@jbrockmendel @TomAugspurger possibly related to all the refactoring, not sure |
So after de-serializing, the
Maybe some validation / conversion of a string to Offset that is not longer happening? |
Looks like |
Sounds like maybe we should avoid calling the private constructor? |
From the io docs:
The text was updated successfully, but these errors were encountered: