Commit 5bb3d85
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 apache#2051 from pitrou/ARROW-2589 and squashes the following commits:
b581ef3 <Antoine Pitrou> ARROW-2589: Workaround regression in Pandas 0.23.01 parent 6ca246a commit 5bb3d85
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments