Closed as not planned
Description
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
or pandas.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.