python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

Google BigQuery connector for pandas

Results 95 python-bigquery-pandas issues
Sort by recently updated
recently updated
newest added

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...

api: bigquery
size: xs

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [google-cloud-bigquery-storage](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-storage) ([source](https://redirect.github.com/googleapis/google-cloud-python)) | `==2.33.1` -> `==2.35.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-bigquery-storage/2.35.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-bigquery-storage/2.33.1/2.35.0?slim=true) | | [google-cloud-testutils](https://redirect.github.com/googleapis/python-test-utils)...

samples
api: bigquery
size: s

This change allows the user to run a [dry run query](https://docs.cloud.google.com/bigquery/docs/samples/bigquery-query-dry-run?hl=en) using the `read_gbq` function. Instead of returning a `pd.DataFrame`, the behavior is changed and the amount of data processed...

api: bigquery
size: m

Hello, BigQuery Job has now 4 write dispositions : WRITE_EMPTY, WRITE_TRUNCATE, WRITE_APPEND and WRITE_TRUNCATE_DATA Currently in pandas-gbq WRITE_EMPTY, WRITE_TRUNCATE, and WRITE_APPEND are implemented in pandas_gbq.to_gbq(). ==> Is it possible to...

type: feature request
api: bigquery