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 #55525

Closed
mroeschke opened this issue Oct 14, 2023 · 1 comment · Fixed by #55868
Closed

DEPR: read_gbq, DataFrame.to_gbq #55525

mroeschke opened this issue Oct 14, 2023 · 1 comment · Fixed by #55868
Labels
Dependencies Required and optional dependencies Deprecate Functionality to remove in pandas

Comments

@mroeschke
Copy link
Member

  1. These functions are a 1 line call to https://googleapis.dev/python/pandas-gbq/latest/api.html#pandas_gbq.read_gbq and https://googleapis.dev/python/pandas-gbq/latest/api.html#pandas_gbq.to_gbq, so pandas' signatures will always lag behind the full functionality of the underlying library call.
  2. We don't have any tests for this functionality nor have the capability to test this
  3. It's caused some testing headaches in the past CI: Pin pandas-gbq above 0.15 to get rid of warnings on 2.0.x #53693 CI: Bump pandas-gbq to one that doesn't pin pyarrow #54200

I think it would be best if we direct user to just use the underlying library in our ecosystem/IO docs

@mroeschke mroeschke added IO Google Deprecate Functionality to remove in pandas Dependencies Required and optional dependencies labels Oct 14, 2023
@jbrockmendel
Copy link
Member

We don't have any tests for this functionality nor have the capability to test this

i find this reason compelling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants