Skip to content

Commit a09859a

Browse files
pauluhlenbruckvboxuser
authored andcommitted
DOC: expanded pandas.DataFrame.to_sql docstring (pandas-dev#54988)
expanded pandas.DataFrame.to_sql docstring Co-authored-by: vboxuser <[email protected]>
1 parent c8e1ad3 commit a09859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ def to_sql(
28472847
28482848
index : bool, default True
28492849
Write DataFrame index as a column. Uses `index_label` as the column
2850-
name in the table.
2850+
name in the table. Creates a table index for this column.
28512851
index_label : str or sequence, default None
28522852
Column label for index column(s). If None is given (default) and
28532853
`index` is True, then the index names are used.

0 commit comments

Comments
 (0)