Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Jun 6, 2024
1 parent 3b1c4cc commit e119273
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modin/core/dataframe/pandas/partitioning/partition_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,12 @@ def combine(cls, partitions, new_index=None, new_columns=None):
----------
partitions : np.ndarray
The partitions which have to be converted to a single partition.
new_index : pandas.Index, optional
Index for propagation into internal partitions.
Optimization allowing to do this in one remote kernel.
new_columns : pandas.Index, optional
Columns for propagation into internal partitions.
Optimization allowing to do this in one remote kernel.
Returns
-------
Expand Down
6 changes: 6 additions & 0 deletions modin/core/dataframe/pandas/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ def create_pandas_df_from_partitions(
Shape of the partitions NumPy array.
called_from_remote : bool, default: False
Flag used to check if explicit copy should be done in concat.
new_index : pandas.Index, optional
Index for propagation into internal partitions.
Optimization allowing to do this in one remote kernel.
new_columns : pandas.Index, optional
Columns for propagation into internal partitions.
Optimization allowing to do this in one remote kernel.
Returns
-------
Expand Down

0 comments on commit e119273

Please sign in to comment.