File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ Inferring the DataFrame's dtypes
56
56
The :func: `~pandas_gbq.read_gbq ` method infers the pandas dtype for each
57
57
column, based on the BigQuery table schema.
58
58
59
- ================== =========================
59
+ ================== ============================================
60
60
BigQuery Data Type dtype
61
- ================== =========================
61
+ ================== ============================================
62
62
BOOL boolean
63
63
INT64 Int64
64
64
FLOAT64 float64
65
65
TIME dbtime
66
66
DATE dbdate or object
67
- DATETIME datetime64[ns] or object
68
- TIMESTAMP datetime64[ns, UTC] or object
69
- ================== =========================
67
+ DATETIME datetime64[ns] (datetime64[us] if pandas version >= 2.0.0) or object
68
+ TIMESTAMP datetime64[ns, UTC] (datetime64[us, UTC] if pandas version >= 2.0.0) or object
69
+ ================== ============================================
70
70
71
71
If any DATE/DATETIME/TIMESTAMP value is outside of the range of `pandas.Timestamp.min
72
72
<https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.min.html> `__
You can’t perform that action at this time.
0 commit comments