google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
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...
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...
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...
#### Environment details - OS type and version: macOS sonoma 14.6 - Python version: 3.11.9 - pip version: I use rye instead of pip. and rye version is 0.35 -...
**Is your feature request related to a problem? Please describe.** Currently, one only uses the columns parameter to re-order the list of columns and it has to exactly match the...
**Assumption**: there is currently no supported way to force `read_gbq` to use the BQ storage API. I'd be happy to be corrected if I missed something! **Is your feature request...
When I try to use `read_gbq` where I pass in the name of a view, I get a runtime error caused by an unhandled 400 error from the API. It...
Name: pandas-gbq Version: 0.29.1 Name: pyarrow Version: 20.0.0 #### Steps to reproduce try to upload a datframe with a column of PyArrow backed list of large strings ( since the...
I used `to_arrow_iterable` today and it was super slow. I could get a 50x or more speedup by passing in the bqstorage_client argument. Some of our APIs will create the...
Migrate the split-repo https://github.com/googleapis/python-bigquery-pandas to https://github.com/googleapis/google-cloud-python. The migration readiness criteria are the following, which we track via GitHub labels on this issue. These criteria apply to the split repo we...