-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Categorical Series breaks when re-serializing with msgpack. #14901
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
Labels
Milestone
Comments
cc @iorilu |
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 19, 2016
Patches bug in read_msgpack in which Series categoricals were accidentally being constructed with a non-categorical dtype, resulting in an error. Closes pandas-devgh-14901.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 19, 2016
Patches bug in read_msgpack in which Series categoricals were accidentally being constructed with a non-categorical dtype, resulting in an error. Closes pandas-devgh-14901.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 21, 2016
Patches bug in read_msgpack in which Series categoricals were accidentally being constructed with a non-categorical dtype, resulting in an error. Closes pandas-devgh-14901.
jreback
pushed a commit
that referenced
this issue
Dec 21, 2016
Patches bug in read_msgpack in which Series categoricals were accidentally being constructed with a non-categorical dtype, resulting in an error. Closes gh-14901.
ShaharBental
pushed a commit
to ShaharBental/pandas
that referenced
this issue
Dec 26, 2016
Patches bug in read_msgpack in which Series categoricals were accidentally being constructed with a non-categorical dtype, resulting in an error. Closes pandas-devgh-14901.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xref #8732
DataFrames work fine
Series are breaking on re-serialization
The text was updated successfully, but these errors were encountered: