Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
General python support for those 3 new types has been added: ARROW-6000, ARROW-6084
However, one aspect that is not yet implemented is conversion to pandas (or numpy array):
In [67]: a = pa.array(['a', 'b', 'c'], pa.large_string()) In [68]: a.to_pandas() ... ArrowNotImplementedError: large_utf8 In [69]: pa.table({'a': a}).to_pandas() ... ArrowNotImplementedError: No known equivalent Pandas block for Arrow data of type large_string is known.
Attachments
Issue Links
- links to