Commits


Antoine Pitrou authored and Korn, Uwe committed 5bb3d85e82a
ARROW-2589: [Python] Workaround regression in Pandas 0.23.0 There is a regression (*) in Pandas 0.23.0 that breaks test_parquet.py. Pandas does not have an actual "str" dtype anyway, so pass "object" instead. (*) pandas-dev/pandas#21083 Author: Antoine Pitrou <antoine@python.org> Closes #2051 from pitrou/ARROW-2589 and squashes the following commits: b581ef36 <Antoine Pitrou> ARROW-2589: Workaround regression in Pandas 0.23.0