We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
df=pd.DataFrame([[1,'John P. Doe'],[2,'Jane Dove'],[1,'John P. Doe']]) df[1]=pd.Categorical(df[1]) pd.read_msgpack(df.to_msgpack()) KeyError: 100
#8626, #8624
The text was updated successfully, but these errors were encountered:
named in #7621 so master issue for this
Sorry, something went wrong.
ENH: allow categoricals in msgpack
2fd0a06
closes #12573 xref #8632
df=pd.DataFrame([[1,'John P. Doe'],[2,'Jane Dove'],[1,'John P. Doe']]) df[1]=pd.Categorical(df[1]) pd.read_msgpack(df[1].to_msgpack())
seems can't do msgpack on a series with category type get error : ValueError: cannot specify a dtype with a Categorical unless dtype='category'
No branches or pull requests
#8626, #8624
The text was updated successfully, but these errors were encountered: