-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Add tests for if_exists keyword argument in df.to_gbq #30447
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment otherwise ping on green
doc/source/whatsnew/v1.0.0.rst
Outdated
@@ -891,7 +891,7 @@ Other | |||
- Fixed :class:`IntegerArray` returning ``inf`` rather than ``NaN`` for operations dividing by 0 (:issue:`27398`) | |||
- Fixed ``pow`` operations for :class:`IntegerArray` when the other value is ``0`` or ``1`` (:issue:`29997`) | |||
- Bug in :meth:`Series.count` raises if use_inf_as_na is enabled (:issue:`29478`) | |||
|
|||
- Add tests for keyword argument ``if_exists`` in :meth:`DataFrame.to_gbq` (:issue:`29598`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No note needed as this isn't a user-facing change
ping |
Thanks @charlesdong1991 |
Minor comment: Potentially might neater to parameterize the test above |
thanks for your comment @alimcmaster1 sorry that i just noticed it. I quickly looked at the thanks! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff