diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 93c945638a174..88c7e880bdb95 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2634,7 +2634,8 @@ def to_sql( `index` is True, then the index names are used. A sequence should be given if the DataFrame uses MultiIndex. chunksize : int, optional - Specify the number of rows in each batch to be written at a time. + If batching is enabled via `method`, specify the number of rows in + each batch to be written at a time. By default, all rows will be written at once. dtype : dict or scalar, optional Specifying the datatype for columns. If a dictionary is used, the