Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.14.1
Description
pa.array() by default regards np.nan as float value and fails on pa.array([np.nan, 'string']). It should also fail on pa.array(['string', np.nan]) instead of coercing it to null value.
Attachments
Issue Links
- is related to
-
ARROW-4111 [Python] Create time types from Python sequences of integers
- Resolved
- links to