Closed
Description
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
Labels
No labels