wjones127 commented on a change in pull request #12007: URL: https://github.com/apache/arrow/pull/12007#discussion_r777642358
########## File path: docs/source/python/data.rst ########## @@ -264,6 +270,32 @@ individual arrays, and no copy is involved: arr.type arr +Map arrays +~~~~~~~~~~ + +MapArrays can be constructed from lists of lists of tuples (key-item pairs), but only if +the type is explicitly passed into :py:meth:`array`: Review comment: Thanks! That's makes things simpler :) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org