Skip to content

df.to_msgpack and pandas.read_msgpack removed from pandas #82

Closed
@zakv

Description

@zakv

Pandas dropped support for msgpack, I believe in the 0.25 to 1.0 transition judging by comparing different tagged versions here. Unfortunately this breaks lyse's "save dataframe" and "load dataframe" features.

Maybe it's best to switch to df.to_pickle() and pandas.read_pickle()? I don't see any good ways to support loading dataframes from old msgpack saves though, except maybe through some third party library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions