Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add an optional partition_size parameter to repartition (#4416)
* Add an optional partition_size parameter to {dataframe,series}.repartition * Update repartition by size to rebalance imbalanced partitions by memory usage * Optimization: avoid split_evenly/get_item for single split * docstring updates to repartition subfunctions * reduce testing time of repartition tests * clean up repartition error handling * Add an optional partition_size parameter to {dataframe,series}.repartition * Update repartition by size to rebalance imbalanced partitions by memory usage * Optimization: avoid split_evenly/get_item for single split * docstring updates to repartition subfunctions * reduce testing time of repartition tests * clean up repartition error handling * doc * Update test so it passes for pandas<0.23 too
- Loading branch information
1 parent
c938d09
commit c4b677086a20a73977ba5731b0798db0032cbba5
Showing
2 changed files
with
192 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters