Follow-up on basic FloatingArray implementation #38110
Labels
Enhancement
Master Tracker
High level tracker for similar issues
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Long overdue follow-up item on the initial merge of the nullable float64/float32 support (#34307).
List of follow-up TODO items:
convert_dtypes
method to also return nullable floats (one question here: what with floats that are all "integer"-like? I think we want to keep returning nullable int for that, but we might want to add a parameter controlling that behaviour?) -> ENH: include conversion to nullable float in convert_dtypes() #38117value_counts
test could easily be shared and moved to masked/ (see the ones I added in BUG: preserve nullable dtype for float result in IntegerArray/BooleanArray arithmetic ops #38178)__from_arrow__
-> REF: move __from_arrow__ to common base class for numeric masked arrays #38411coerce_to_array
, but this will probably require some refactoringnp.nan in arr
), see API: membership checks on ExtensionArray containing NA values #37867 (comment)And of course, we also still have the NA vs NaN discussion to further flesh out (#32265), but this issue is for the direct practical TODO items.
The text was updated successfully, but these errors were encountered: