This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Cannot serialise dataframe with FletcherArray columns #58
Labels
good first issue
Good for newcomers
hackathon-2020-07
integration
Integration with other tools (Arrow, Dask, ..)
It seems serialisation is not yet supported by
FletcherArray
. Here's myDataFrame
:And here are the backtraces when I try to serialise to various formats (
.to_csv(..)
works):HDF5
Parquet
Feather
Not sure if this is related, for some
DataFrames
.memory_usage()
(consequently also.info()
) triggers the following backtrace:The text was updated successfully, but these errors were encountered: