Commits


Micah Kornfield authored and Wes McKinney committed 3afdc8746ae
ARROW-7872: [C++/Python] Support conversion of list of structs to pandas It appears that all the code exists to to the conversion but struct wasn't included in the list. Is there a way to ensure, this doesn't cause a python memory leak or some other weird gotcha? Closes #6532 from emkornfield/ARROW-7872 and squashes the following commits: b64ab688d <Micah Kornfield> ARROW-7872: Support conversion of list of structs to pandas Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>