add filters
parameter on read_gbq
which applies when using a table ID as input
#694
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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_restrictionFor related work, see "filters" in pandas
read_parquet
: https://pandas.pydata.org/docs/reference/api/pandas.read_parquet.htmlThe text was updated successfully, but these errors were encountered: