mikelui opened a new pull request, #34730:
URL: https://github.com/apache/arrow/pull/34730

   ### Rationale for this change
   
   Explained in issue #34729 
   
   ### What changes are included in this PR?
   
   - Add support for list of maps when converting Arrow to Pandas. There 
doesn't seem to be a strong change to omit this. Previously it was a hard error 
as unsupported, due to a bool check.
   - Refactor Arrow Map -> Pandas to support two paths: (1) list of tuples, or 
(2) pydicts
   - Add a switch in PandasOptions to enable (2), above
   - Bugfix in nested pydicts -> Arrow maps. 
   - Unit tests
   
   ### Are these changes tested?
   
   Unit tests are added in `test_pandas.py`
   
   ### Are there any user-facing changes?
   
   - An additional option flag in PandasOptions
   - Enable list of maps to Pandas, which was previously disabled


-- 
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