Skip to content

Commit

Permalink
Stop mentioning sentinels and restore the newline in a dependencies f…
Browse files Browse the repository at this point in the history
…ile.

Signed-off-by: mvashishtha <mahesh@ponder.io>
  • Loading branch information
mvashishtha committed Feb 22, 2022
1 parent eab1826 commit 8eb1c5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modin/core/dataframe/pandas/dataframe/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ def apply_select_indices(
advance, and if not provided it must be computed.
keep_remaining : boolean, default: False
Whether or not to drop the data that is not computed over.
item_to_distribute : np.ndarray, Sentinel, or scalar, default: no_default
item_to_distribute : np.ndarray or scalar, default: no_default
The item to split up so it can be applied over both axes.
Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def apply_func_to_indices_both_axis(
Iterable of tuples, containing 2 values:
1. Integer column partition index.
2. Internal column indexer of this partition.
item_to_distribute : np.ndarray, Sentinel, or scalar, default: no_default
item_to_distribute : np.ndarray or scalar, default: no_default
The item to split up so it can be applied over both axes.
row_lengths : list of ints, optional
Lengths of partitions for every row. If not specified this information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def apply_func_to_indices_both_axis(
List of row partitions.
col_partitions_list : list
List of column partitions.
item_to_distribute : np.ndarray, Sentinel, or scalar, default: no_default
item_to_distribute : np.ndarray or scalar, default: no_default
The item to split up so it can be applied over both axes.
row_lengths : list of ints, optional
Lengths of partitions for every row. If not specified this information
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_omnisci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
- openpyxl
- xlrd
- sqlalchemy
- scipy
- scipy

0 comments on commit 8eb1c5b

Please sign in to comment.