BUG: Series construction with dtype=ArrowBoolDtype() and index but no data fails #33899
Closed
3 tasks done
Labels
API - Consistency
Internal Consistency of API/Behavior
Arrow
pyarrow functionality
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
raises pyarrow.lib.ArrowInvalid
Expected Output
1 pa.NULL
2 pa.NULL
3 pa.NULL
dtype: arrow_bool
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here leaving a blank line after the details tag]The text was updated successfully, but these errors were encountered: