Skip to content

Commit 5b02305

Browse files
pauluhlenbruckvboxuser
and
vboxuser
authored
DOC: expanded pandas.DataFrame.to_sql docstring (#54988)
expanded pandas.DataFrame.to_sql docstring Co-authored-by: vboxuser <[email protected]>
1 parent dac46b4 commit 5b02305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
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)