Skip to content

GH1159 Disallow StringMethods for Series and Index when subtype is not str #1237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

loicdiridollou
Copy link
Member

@loicdiridollou loicdiridollou requested a review from Dr-Irv May 30, 2025 21:56
@loicdiridollou
Copy link
Member Author

Work is mostly inspired by @Dr-Irv contributions, I am going to investigate why it is failing on 3.10 and 3.11 but not on 3.12 and 3.13.

@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Jun 3, 2025

Work is mostly inspired by @Dr-Irv contributions, I am going to investigate why it is failing on 3.10 and 3.11 but not on 3.12 and 3.13.

This might be related to what @MarcoGorelli is working on in #1232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disallow StringMethods for Series and Index when subtype is not str, but allow for Any
2 participants