Skip to content

0.7.15

Compare
Choose a tag to compare
@flexatone flexatone released this 05 Feb 21:19

Added key argument for sort pre-processing to Index.sort(), IndexHierarchy.sort(), Series.sort_index(), Series.sort_values(), Frame.sort_index(), Frame.sort_columns

Implemented support for multiprocessing Frame loading from StoreZip subclasses used by Bus, Batch, and Quilt.

Added read_max_workers, read_chunksize, write_max_workers, write_chunksize to StoreConfig.

Added include_index_name, include_columns_name parameters to Frame.to_arrow

Added include_index_name, include_columns_name parameters to Frame.to_parquet

Added index_name_depth_level, columns_name_depth_level parameters to Frame.from_arrow

Added index_name_depth_level, columns_name_depth_level parameters to Frame.from_parquet

Fixed issue where non-optimal dtype would be used for new columns added in reindexing.