Commits


Wes McKinney authored and Krisztián Szűcs committed c0dbf71d115
ARROW-6369: [C++] Handle Array.to_pandas case for type=list<bool> This was already tested for Table-level conversion, but there are for whatever odd reason two separate paths where this logic lives (probably should fix that). Closes #5301 from wesm/ARROW-6369 and squashes the following commits: dc225e3ca <Wes McKinney> Handle Array.to_pandas case for list<bool> Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>