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

Google BigQuery connector for pandas

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

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

type: feature request
api: bigquery

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

type: feature request
api: bigquery

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

type: feature request
api: bigquery

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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)) |...

api: bigquery
size: u

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

api: bigquery

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

api: bigquery

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

api: bigquery
autorelease: pending
size: xs

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

api: bigquery

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.

do not merge
api: bigquery
size: xs

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/argcomplete/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

api: bigquery
size: xs