Skip to content

Commit d323908

Browse files
author
MarcoGorelli
committed
note that order is indeed preservedd
1 parent 2e941cc commit d323908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def concat(self, other: Sequence[DataFrame]) -> DataFrame:
254254
Notes
255255
-----
256256
The order in which the input DataFrames appear in
257-
the output is not guaranteed and may vary across implementations.
257+
the output is preserved.
258258
259259
Returns
260260
-------

0 commit comments

Comments
 (0)