Skip to content

Commit 4d4654b

Browse files
authored
remove mention of DataFrame.insert from concat docstring (#309)
* typo * just remove
1 parent c0e353d commit 4d4654b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/API_specification/dataframe_api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def concat(dataframes: Sequence[DataFrame]) -> DataFrame:
5757
"""
5858
Concatenate DataFrames vertically.
5959
60-
To concatenate horizontally, please use ``insert``.
61-
6260
Parameters
6361
----------
6462
dataframes : Sequence[DataFrame]

0 commit comments

Comments
 (0)