google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Google Cloud Client Library for Python

Results 250 google-cloud-python issues
Sort by recently updated
recently updated
newest added

Hello, Recently a [question](https://stackoverflow.com/questions/46344535/how-can-i-send-the-dryrun-parameter-to-pandas-read-gbq-function) featured on SO asking about running a `read_gbq` job with `dryRun` settings defined as `True`. As it turns out, for what I could [check](https://github.com/pydata/pandas-gbq/blob/master/pandas_gbq/gbq.py#L558), currently we...

type: feature request
api: bigquery

There have been [several](https://stackoverflow.com/q/55350247/101923) [StackOverflow](https://stackoverflow.com/q/35173847/101923) [questions](https://stackoverflow.com/q/55350247/101923) about `GenericGBQException`. We should have a troubleshooting document that covers: * Common exceptions that may occur. * How to import them to catch them....

api: bigquery
priority: p2
type: cleanup

I'm trying to load data from BigQuery into a data frame. This is a lot of data, initially requiring the use of `allowLargeResults`. However, every time I query, I use...

type: feature request
api: bigquery

It’ll give people the best experience if the fast method is also the default method. Since this requires an additional API to be enabled, it’s technically a breaking change. Similar...

type: feature request
api: bigquery

I believe that the core BQ Client now allows Streaming from a DataFrame. I was wondering if we could make that an option in pandas-gbq to allow circumventing some of...

type: feature request
api: bigquery

While creating a new table using pandas, it would be nice if it can partition the table and set an partition expiry time. The python bigquery library already supports it...

type: feature request
api: bigquery

@alimcmaster1 added type signatures to the gbq wrapper in pandas in https://github.com/pandas-dev/pandas/pull/30632 These types can also be useful for folks that use `pandas-gbq` directly. - [ ] Add type annotations...

type: feature request
api: bigquery

[NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html), which [the pandas community has also been following](https://github.com/pandas-dev/pandas/issues/29034#issuecomment-546432309), has a timeline for Python and NumPy supported versions. It does not have related recommendations for `pandas` and certainly not...

api: bigquery
type: process

To make a 1.0 release, I'd be more comfortable with 100% unit test coverage, like we require for other googleapis Python client libraries.

api: bigquery
type: process

https://geopandas.org/docs/reference/api/geopandas.GeoDataFrame.html lists to_gbq, but I think it just inherits pandas-gbq; is there any plans to support a geometry column here or should this be in geopandas? Right now I think...

type: feature request
api: bigquery