We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4567a7f commit 52e9c3dCopy full SHA for 52e9c3d
doc/techref/array_dtypes.md
@@ -92,3 +92,6 @@ pa.array(["a", "b", "c"], type=pa.string())
92
```
93
94
## Datetime Dtypes
95
+
96
+- pandas: `date32[day][pyarrow]`, `date64[ms][pyarrow]`
97
+- PyArrow: `pyarrow.date32`, `pyarrow.date64`
0 commit comments