Closed Benjamin15 closed 4 years ago
@Benjamin15 Thanks a lot for the report! This is indeed a regression. I opened an issue for this on the Arrow side (since the bug is in the latest pyarrow 0.17 release): https://issues.apache.org/jira/browse/ARROW-8641
Closed by #34883
[x] I have checked that this issue has not already been reported.
[x] I have confirmed this bug exists on the latest version of pandas.
[x] (optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Error message
Problem description
We don't always know the order in which our columns are. The issue is when we update pyarrow to 0.17.0
This line work fine:
Should we apply a fix here or in the pyarrow repository ?
Expected Output
df2 = pd.DataFrame({ "A": [1, 2], "B": ["x", "y"], })
Output of
pd.show_versions()