ENH: Support masked ExtensionTypes when using engine="numba"
#48447
Labels
Enhancement
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
numba
numba-accelerated operations
Currently any
engine="numba"
operation is only compatible with numpy dtypes as numba does not natively understand pandas ExtensionDtypes. To achieve this, pandas couldNA
would likely need more logic.The text was updated successfully, but these errors were encountered: