What's the design decision regarding whether operations can return another backend's object? #58312
Labels
Arrow
pyarrow functionality
Dtype Conversions
Unexpected or buggy dtype conversions
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
pyarrow dtype retention
op with pyarrow dtype -> expect pyarrow result
Usage Question
Let's assume we have a pyarrow-backed dataframe/series. Can any operation return numpy-backed dataframe/series, or should this never happen (and if it does, it will be treated as a bug)?
I didn't find an answer to this question here:
https://pandas.pydata.org/pandas-docs/version/2.2.2/user_guide/pyarrow.html
The text was updated successfully, but these errors were encountered: