We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277fcc commit 2827cd6Copy full SHA for 2827cd6
spec/API_specification/dataframe_api/dataframe_object.py
@@ -265,7 +265,7 @@ def sorted_indices(
265
If a sequence, it must be the same length as `keys`,
266
and determines the direction with which to use each
267
key to sort by.
268
- nulls_position : ``{'first', 'last'}``
+ nulls_position : {'first', 'last'}
269
Whether null values should be placed at the beginning
270
or at the end of the result.
271
Note that the position of NaNs is unspecified and may
0 commit comments