-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
CLN: remove private_key
and verbose
from gbq
#34640
Comments
charlesdong1991
added
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
Clean
Deprecate
Functionality to remove in pandas
good first issue
and removed
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
Deprecate
Functionality to remove in pandas
labels
Jun 8, 2020
charlesdong1991
changed the title
DEPR: remove
CLN: remove Jun 8, 2020
private_key
and verbose
from gbqprivate_key
and verbose
from gbq
parkdj1
added a commit
to parkdj1/pandas
that referenced
this issue
Jun 8, 2020
4 tasks
Is this issue still up for grabs? |
take |
taking up this task |
Hey, @faraz16iqbal thanks for your interest in helping out, there is an open PR already to fix this issue. Feel free to look for other issues! |
jreback
pushed a commit
that referenced
this issue
Sep 24, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
verbose
andprivate_key
have been deprecated since #30200, we should also remove both from function since they are not used at all? see them inread_gbq
andto_gbq
, e.g.pandas/pandas/io/gbq.py
Line 33 in 24857a2
pandas/pandas/io/gbq.py
Line 34 in 24857a2
The text was updated successfully, but these errors were encountered: