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 ce68605 commit eed4ef4Copy full SHA for eed4ef4
spec/API_specification/dataframe_api/dataframe_object.py
@@ -288,8 +288,7 @@ 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 : str
292
- Can be either `'first'` or `'last'`.
+ nulls_position : ``{'first', '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