python-bigquery-pandas
python-bigquery-pandas copied to clipboard
Google BigQuery connector for pandas
**Is your feature request related to a problem? Please describe.** I'd like to be able to control when the DataFrame Index/MultiIndex is included in the serialized BigQuery table. **Describe the...
`dtypes_backend` options: * `"default"` (current "mixed" behavior, where most extension dtypes are used but not Float64Dtype or StringDtype) -- edit: might want to check `dtype_backend` in pandas global options (per...
Hi, after checking out the `pandas_gbq.read_gbq` call parametrization I see that I can supply `configuration={'dry_run': True}` to make the query job to be a dry run. However it will still...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [argcomplete](https://togithub.com/kislyuk/argcomplete) ([changelog](https://togithub.com/kislyuk/argcomplete/blob/master/Changes.rst)) |...
With the switch to `query_and_wait` in https://github.com/googleapis/python-bigquery-pandas/pull/722, we lost the progress bar for long-running queries. It'd be nice to restore this so that the notebook doesn't seem stuck. ## Alternatives...
**Problem** As part of the BigQuery partnership program, my organization was requested to send our own user-agent string with our requests. We use pandas `to_gbq()` in some parts of our...
:robot: I have created a release *beep* *boop* --- ## [0.23.2](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.1...v0.23.2) (2024-08-16) ### Documentation * Fix typo in 'vebosity' ([#803](https://github.com/googleapis/python-bigquery-pandas/issues/803)) ([a7641c9](https://github.com/googleapis/python-bigquery-pandas/commit/a7641c9b13be7f8649f43d985dac29cc7e05be0b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See...
The default user-agent issued by this module is not in accordance with RFC 9110 which recommends: `product/major.minor.micro` (ie. `pandas/2.0.1`). Current style: `product-x.y.z` (`pandas-2.0.1`) - [ ] Deprecate the [existing user...
This is a WIP for testing purposes only. Trying to see what happens when we constrain the library to only using `pandas 2.0` or above. DO NOT MERGE.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [argcomplete](https://redirect.github.com/kislyuk/argcomplete) ([changelog](https://redirect.github.com/kislyuk/argcomplete/blob/master/Changes.rst)) | `==3.4.0` -> `==3.5.0` | [](https://docs.renovatebot.com/merge-confidence/) |...