Skip to content

Commit 2783f7c

Browse files
author
Matti Remes
committed
fix versionadded for to_gbq table_schema parameter
1 parent f6f7dc9 commit 2783f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_gbq/gbq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ def to_gbq(dataframe, destination_table, project_id, chunksize=10000,
955955
schema is not provided, it will be generated according to dtypes
956956
of DataFrame columns. See BigQuery API documentation on available
957957
names of a field.
958-
.. versionadded:: 0.3.0
958+
.. versionadded:: 0.3.1
959959
"""
960960

961961
_test_google_api_imports()

0 commit comments

Comments
 (0)