Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
np.array([None, date(2017, 4, 4)], dtype='datetime64[D]') pa.array(expected, from_pandas=True) -> [null, 2017-4-4] pa.array(expected, from_pandas=True) -> [1970-1-1, 2017-4-4]
Attachments
Issue Links
- links to