FR: dtype for INTERVAL / pandas.tseries.offsets.DateOffset / dateutil.relativedelta.relativedelta / pyarrow.month_day_nano_interval #50
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
With the BigQuery INTERVAL data type, the BigQuery Storage API is exposing it as pyarrow.month_day_nano_interval. This maps closely to the
dateutil.relativedelta.relativedelta
orpandas.tseries.offsets.DateOffset
object.It'd be great if there was a pandas dtype for these for more efficient conversions than having to use the
object
dtype.The text was updated successfully, but these errors were encountered: