Skip to content

Commit 930961f

Browse files
committed
try clarifying
1 parent 2aa4448 commit 930961f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ def insert_columns(self, columns: Column[Any] | Sequence[Column[Any]]) -> DataFr
219219
Parameters
220220
----------
221221
columns : Column | Sequence[Column]
222-
Column(s) to insert. Insertion order is not guaranteed.
222+
Column(s) to insert. These will appear at the rightmost location, but
223+
insertion order is not guaranteed.
223224
"""
224225
...
225226

0 commit comments

Comments
 (0)