Skip to content

Conversation

jbrockmendel
Copy link
Member

BaseStringArrayMethods is only mixed in two places, and one of those is unnecessary.

)


class BaseStringArrayMethods(abc.ABC):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, would this mixin be good to expose publicly one day if an EA author wants to override e.g. .str.contains?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i guess hypothetically. my read is that there isn't much community interest in implementing 3rd party EAs

@mroeschke mroeschke added the Refactor Internal refactoring of code label Aug 21, 2025
@mroeschke mroeschke added this to the 3.0 milestone Aug 21, 2025
@mroeschke mroeschke merged commit a158a74 into pandas-dev:main Aug 21, 2025
42 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the ref-string-mixins branch August 21, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants