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

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

api: bigquery

#### Environment details - OS type and version: Ubuntu 20.04.3 LTS - Python version: 3.7.12 - pip version: 22.3.1 - `pandas-gbq` version: 0.17.9 #### Steps to reproduce 1. Create a...

type: feature request
api: bigquery

First of all: Thank you for maintaining this project, it really is a nice addition to pandas! **Is your feature request related to a problem? Please describe.** GBQ supports[ the...

type: feature request
api: bigquery

I noticed in https://github.com/conda-forge/pandas-gbq-feedstock/pull/47 that we don't have the necessary version of google-cloud-bigquery-storage on conda-forge, but our conda-based tests were still passing. We should catch when our dependencies need to...

type: process
api: bigquery

The BigQuery Storage API accepts a `row_restriction` parameter. It'd be nice to be able to plumb that through to the API. See: https://cloud.google.com/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1#google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.FIELDS.string.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.row_restriction For related work, see "filters" in pandas...

type: feature request
priority: p3
api: bigquery

#### Environment details - OS type and version: macOS, Ventura 13.5.2. - Python version: `python --version` 3.10.12 - pip version: `pip --version` pip 23.2.1 from /Users/awd/mambaforge/envs/AMPMatrixRecovery/lib/python3.10/site-packages/pip (python 3.10) - `pandas-gbq`...

type: bug
priority: p3
api: bigquery

I get a `NotFound` error where pandas-gbq has tried to send a query with an empty string as the project ID. This could be improved to show a better error...

type: feature request
api: bigquery

If on a remote server (e.g. using `auth_local_webserver=False`), then there's a good chance the code is running on a shared machine (e.g. a VM or Colab notebook). In these cases,...

type: feature request
api: bigquery

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

api: bigquery

The Float64Dtype more closely matches the BigQuery semantics. Ideally we'd allow folks to use this to avoid the slight data loss of mapping both NULL and NaN to NaN with...

type: feature request
api: bigquery