Skip to content

CI: Fix Flakey GBQ Tests #30630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jan 3, 2020
Prev Previous commit
Next Next commit
Update doc
  • Loading branch information
alimcmaster1 committed Dec 26, 2019
commit d266ca0ce57a0934d74e0606c2c786250a2e823f
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ def to_gbq(
Behavior when the destination table exists. Value can be one of:

``'fail'``
If table exists, do nothing.
If table exists raise pandas_gbq.gbq.TableCreationError.
``'replace'``
If table exists, drop it, recreate it, and insert data.
``'append'``
Expand Down