Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

chore: remove to_pandas_dtypes_overrides dead code#404

Merged
gcf-merge-on-green[bot] merged 17 commits intogoogleapis:mainfrom
SalemJorden:SalemChore
Mar 13, 2024
Merged

chore: remove to_pandas_dtypes_overrides dead code#404
gcf-merge-on-green[bot] merged 17 commits intogoogleapis:mainfrom
SalemJorden:SalemChore

Conversation

@SalemJorden
Copy link
Copy Markdown
Contributor

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 4, 2024
@@ -0,0 +1,82 @@
# Copyright 2023 Google LLC
Copy link
Copy Markdown
Contributor

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.

Comment thread bigframes/dtypes.py
# 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)
Copy link
Copy Markdown
Contributor

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

@product-auto-label product-auto-label Bot added size: s Pull request size is small. and removed size: m Pull request size is medium. labels Mar 4, 2024
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. and removed size: s Pull request size is small. labels Mar 4, 2024
@tswast tswast changed the title Chore: remove to_pandas_dtypes_overrides dead code chore: remove to_pandas_dtypes_overrides dead code Mar 4, 2024
@@ -1,1281 +0,0 @@
# Copyright 2023 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please restore this file.

@product-auto-label product-auto-label Bot added size: u Pull request is empty. and removed size: xl Pull request size is extra large. labels Mar 5, 2024
@product-auto-label product-auto-label Bot added size: s Pull request size is small. and removed size: u Pull request is empty. labels Mar 5, 2024
@SalemJorden SalemJorden marked this pull request as ready for review March 5, 2024 20:28
@SalemJorden SalemJorden requested a review from a team March 5, 2024 20:28
@SalemJorden SalemJorden requested review from a team and tswast March 5, 2024 20:28
@tswast tswast added owlbot:run Add this label to trigger the Owlbot post processor. and removed api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 13, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 13, 2024
@tswast tswast added owlbot:run Add this label to trigger the Owlbot post processor. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 13, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 13, 2024
@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Mar 13, 2024
@gcf-merge-on-green gcf-merge-on-green Bot merged commit b6211ee into googleapis:main Mar 13, 2024
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants