API: positional indexing with IntegerArray #30738
Labels
API Design
ExtensionArray
Extending pandas with custom dtypes or arrays.
Indexing
Related to indexing on series/frames, not to indexes themselves
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Currently, the following does not work (but probably should):
So that raises the following questions:
For Series, this seems to work partly. For
iloc
it works for the case without missing values. For__getitem__
you get the same error as above.The text was updated successfully, but these errors were encountered: