File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,21 @@ column, based on the BigQuery table schema.
59
59
================== =========================
60
60
BigQuery Data Type dtype
61
61
================== =========================
62
- DATE datetime64[ns]
63
- DATETIME datetime64[ns]
64
62
BOOL boolean
65
- FLOAT float
66
63
INT64 Int64
67
- TIME datetime64[ns]
68
- TIMESTAMP :class: `~pandas.DatetimeTZDtype ` with ``unit='ns' `` and ``tz='UTC' ``
64
+ FLOAT64 float64
65
+ TIME dbtime
66
+ DATE dbdate or object
67
+ DATETIME datetime64[ns] or object
68
+ TIMESTAMP datetime64[ns, UTC] or object
69
69
================== =========================
70
70
71
+ If any DATE/DATETIME/TIMESTAMP value is outside of the range of `pandas.Timestamp.min
72
+ <https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.min.html> `__
73
+ (1677-09-22) and `pandas.Timestamp.max
74
+ <https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.max.html> `__
75
+ (2262-04-11), the data type maps to the pandas `object ` dtype.
76
+
71
77
.. _reading-bqstorage-api :
72
78
73
79
Improving download performance
You can’t perform that action at this time.
0 commit comments