BUG: pandas 1.2.0 and Pyarrow [0.16.0, 1.0.0) are incompatible for some column types #38801
Labels
Bug
Dependencies
Required and optional dependencies
ExtensionArray
Extending pandas with custom dtypes or arrays.
Regression
Functionality that used to work in a prior pandas version
Strings
String extension data type and string data
Milestone
#35259 added optional importing from pyarrow. The currently listed minimum version of pyarrow is 0.15.1, and the logic of said PR guards against importing attributes from
pyarrow.compute
because it is not available in 0.15.1Problem: pyarrow added the compute module in 0.16.0 but attributes imported by pandas are not available in that module until 1.0.0
Therefore: with pandas 1.2.0 and merging a DataFrame (with an Array String column?) :
Adding another try/except around the comparison functions in pandas string_arrow.py will change the table of functionality to:
The text was updated successfully, but these errors were encountered: