ENH: Serialize view of ArrowStringArray #42600
Labels
Arrow
pyarrow functionality
Enhancement
IO Parquet
parquet, feather
IO Pickle
read_pickle, to_pickle
Strings
String extension data type and string data
Currently Pandas serializes views of ArrowStringArrays by serailizing the whole thing, rather than a subset. Here is an example:
This negatively affects dask dataframe operations that cut up pandas dataframes into small pieces, moves them around to different computers, and then pieces them back together again.
The text was updated successfully, but these errors were encountered: