pandas-formats-benchmark icon indicating copy to clipboard operation
pandas-formats-benchmark copied to clipboard

Pandas deprecated the msgpack io interface

Open DudiArbiv opened this issue 2 years ago • 0 comments

In 2019, pandas deprecated the msgpack io interface

formats = [ ('hdf', {'key': 'data', 'format': 'table'}), ('pickle',), ('feather',), ('parquet', {'engine': 'pyarrow'}) ]

DudiArbiv avatar Dec 05 '22 11:12 DudiArbiv