Skip to content

Commit d266ca0

Browse files
committed
Update doc
1 parent e69f9a1 commit d266ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ def to_gbq(
14661466
Behavior when the destination table exists. Value can be one of:
14671467
14681468
``'fail'``
1469-
If table exists, do nothing.
1469+
If table exists raise pandas_gbq.gbq.TableCreationError.
14701470
``'replace'``
14711471
If table exists, drop it, recreate it, and insert data.
14721472
``'append'``

0 commit comments

Comments
 (0)