Issue warning in slow ExtensionArray base methods #24433
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
Performance
Memory or execution speed performance
Warnings
Warnings that appear or should be added to pandas
In the ExtensionArray docstring, we note that
I think we should also issue a warning in those cases. We would filter the warning by default, so it doesn't appear to users, but would show up when the base tests are being run. Then the EA author can choose to ignore that warning, or implement it more efficiently.
The text was updated successfully, but these errors were encountered: