Skip to content
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

DEPR: read_gbq, DataFrame.to_gbq #55868

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Nov 7, 2023

@mroeschke mroeschke added IO Google Deprecate Functionality to remove in pandas labels Nov 7, 2023
@mroeschke mroeschke added this to the 2.2 milestone Nov 7, 2023
@@ -2133,6 +2133,8 @@ def to_gbq(
"""
Write a DataFrame to a Google BigQuery table.

.. deprecated:: 2.2.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a message telling users to use pandas-gbq directly instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i.e. pandas_gbq.read_gbq

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. Added

@mroeschke mroeschke merged commit f777e67 into pandas-dev:main Nov 14, 2023
40 checks passed
@mroeschke mroeschke deleted the depr/gbq branch November 14, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEPR: read_gbq, DataFrame.to_gbq
2 participants