Skip to content

pd.Catagorical breaks to_msgpack #8632

Closed
@kay1793

Description

@kay1793
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions