diff --git a/docs/reading.rst b/docs/reading.rst index e3e3dc5a..c5e814bf 100644 --- a/docs/reading.rst +++ b/docs/reading.rst @@ -59,15 +59,21 @@ column, based on the BigQuery table schema. ================== ========================= BigQuery Data Type dtype ================== ========================= -DATE datetime64[ns] -DATETIME datetime64[ns] BOOL boolean -FLOAT float INT64 Int64 -TIME datetime64[ns] -TIMESTAMP :class:`~pandas.DatetimeTZDtype` with ``unit='ns'`` and ``tz='UTC'`` +FLOAT64 float64 +TIME dbtime +DATE dbdate or object +DATETIME datetime64[ns] or object +TIMESTAMP datetime64[ns, UTC] or object ================== ========================= +If any DATE/DATETIME/TIMESTAMP value is outside of the range of `pandas.Timestamp.min +`__ +(1677-09-22) and `pandas.Timestamp.max +`__ +(2262-04-11), the data type maps to the pandas `object` dtype. + .. _reading-bqstorage-api: Improving download performance