Skip to content

Commit 5d1c5a2

Browse files
committed
try rewording
1 parent ae30a27 commit 5d1c5a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ def groupby(self, keys: Sequence[str], /) -> GroupBy:
3030
3131
Notes
3232
-----
33-
The order of the keys and the order of rows within each group is not
34-
guaranteed and is implementation defined.
33+
Downstream operations from this function, like aggregations, return
34+
results for which row order is not guaranteed and is implementation
35+
defined.
3536
"""
3637
...
3738

0 commit comments

Comments
 (0)