-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.
Description
pandas/pandas/core/internals/blocks.py
Line 2056 in 9caf048
values = self.values if inplace else self.values.copy() |
Should we get the ExtensionArray / ndarray backing the Series / Index at that point? As an EA author, I'd rather not have to worry about extracting the extension array from a Series in my fillna.
In the ExtensionArray.fillna docstring, we say the type can be 'arraylike'.
Metadata
Metadata
Assignees
Labels
EnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.