jorisvandenbossche opened a new issue, #39633:
URL: https://github.com/apache/arrow/issues/39633

   The new Binary and String View format types have been added to C++ 
(https://github.com/apache/arrow/pull/37792, basic implementation), but not yet 
exposed to Python.
   
   This is an overview issue of adding support for those to pyarrow:
   
   - [ ] Add basic support to represent the Array, DataType and Scalar classes
   - [ ] Support creation with `pa.array(..)` from python strings 
(`python_to_arrow.cc` code path)
   - [ ] Support conversion to numpy/pandas (`arrow_to_pandas.cc` code path)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to