We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70975bc commit da17789Copy full SHA for da17789
modin/core/dataframe/pandas/partitioning/partition_manager.py
@@ -512,10 +512,6 @@ def apply_axis_partitions(
512
Left partitions.
513
right : NumPy 2D array
514
Right partitions.
515
- keep_partitioning : boolean, default: False
516
- The flag to keep partition boundaries for Modin Frame if possible.
517
- Setting it to True disables shuffling data from one partition to another in case the resulting
518
- number of splits is equal to the initial number of splits.
519
520
Returns
521
-------
0 commit comments