Skip to content

Commit 8db5d76

Browse files
committed
Revert unnecessary change to chunksize docs.
1 parent d5ccd44 commit 8db5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def to_gbq(self, destination_table, project_id=None, chunksize=None,
11251125
the environment.
11261126
chunksize : int, optional
11271127
Number of rows to be inserted in each chunk from the dataframe.
1128-
Use ``None`` to load the dataframe in a single chunk.
1128+
Set to ``None`` to load the whole dataframe at once.
11291129
reauth : bool, default False
11301130
Force Google BigQuery to re-authenticate the user. This is useful
11311131
if multiple accounts are used.

0 commit comments

Comments
 (0)