Skip to content

Commit 08431f1

Browse files
authored
DOC: Clarify docs for df.to_sql (pandas-dev#59727)
1 parent 3a45265 commit 08431f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2812,8 +2812,8 @@ def to_sql(
28122812
`index` is True, then the index names are used.
28132813
A sequence should be given if the DataFrame uses MultiIndex.
28142814
chunksize : int, optional
2815-
Specify the number of rows in each batch to be written at a time.
2816-
By default, all rows will be written at once.
2815+
Specify the number of rows in each batch to be written to the database connection at a time.
2816+
By default, all rows will be written at once. Also see the method keyword.
28172817
dtype : dict or scalar, optional
28182818
Specifying the datatype for columns. If a dictionary is used, the
28192819
keys should be the column names and the values should be the

0 commit comments

Comments
 (0)