-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore: remove to_pandas_dtypes_overrides
dead code
#404
Conversation
…uery-dataframes into salem_timeseriessample
…es into salem_timeseriessample
@@ -0,0 +1,82 @@ | |||
# Copyright 2023 Google LLC |
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.
This file shouldn't be included in this PR.
# better if we called `to_arrow()` and converted to a pandas | ||
# DataFrame ourselves from that. | ||
dtypes[field.name] = pd.ArrowDtype( | ||
gcb3p_pandas_helpers.bq_to_arrow_data_type(field) |
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.
I believe this import is no longer used.
See lint error https://github.com/googleapis/python-bigquery-dataframes/actions/runs/8144793137
…ataframes into SalemChore
to_pandas_dtypes_overrides
dead codeto_pandas_dtypes_overrides
dead code
@@ -1,1281 +0,0 @@ | |||
# Copyright 2023 Google LLC |
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.
Please restore this file.
This reverts commit 49f3a7b.
b6211ee
into
googleapis:main
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕