BUG: PandasArray.to_numpy mishandles na_value #40638
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Problem is here:
pandas/pandas/core/arrays/numpy_.py
Lines 358 to 364 in acacff3
Since
na_value
is handled after the dtype conversion, calls likefail.
The text was updated successfully, but these errors were encountered: