We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a45265 commit 08431f1Copy full SHA for 08431f1
pandas/core/generic.py
@@ -2812,8 +2812,8 @@ def to_sql(
2812
`index` is True, then the index names are used.
2813
A sequence should be given if the DataFrame uses MultiIndex.
2814
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.
+ Specify the number of rows in each batch to be written to the database connection at a time.
+ By default, all rows will be written at once. Also see the method keyword.
2817
dtype : dict or scalar, optional
2818
Specifying the datatype for columns. If a dictionary is used, the
2819
keys should be the column names and the values should be the
0 commit comments