You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't look like arrow strings work when using a regular expression argument to split. I am also a bit confused why there is a difference between string[pyarrow] and pd.ArrowDtype(pa.string())
iirc pd.ArrowDtype(pa.string()) goes through ./pandas/core/arrays/arrow/array.py
while string[pyarrow] goes through ./pandas/core/arrays/string_arrow.py
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
It doesn't look like arrow strings work when using a regular expression argument to split. I am also a bit confused why there is a difference between
string[pyarrow]
andpd.ArrowDtype(pa.string())
@phofl in case you know what's going on
Expected Behavior
Values should split for arrow string type
Installed Versions
In [73]: pd.version
Out[73]: '3.0.0.dev0+681.g434fda08cf'
The text was updated successfully, but these errors were encountered: