We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf2e4 commit ce68605Copy full SHA for ce68605
spec/API_specification/dataframe_api/dataframe_object.py
@@ -288,7 +288,8 @@ def sorted_indices(
288
If a sequence, it must be the same length as `keys`,
289
and determines the direction with which to use each
290
key to sort by.
291
- nulls_position : {'first', 'last'}
+ nulls_position : str
292
+ Can be either `'first'` or `'last'`.
293
Whether null values should be placed at the beginning
294
or at the end of the result.
295
Note that the position of NaNs is unspecified and may
0 commit comments