-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Change pd.core.strings.StringMethods for Pandas 2 compatability. #28455
Conversation
This reverts commit 69df894.
R: @tvalentyn |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Codecov Report
@@ Coverage Diff @@
## master #28455 +/- ##
========================================
Coverage 72.33% 72.33%
========================================
Files 682 683 +1
Lines 100536 100801 +265
========================================
+ Hits 72719 72915 +196
- Misses 26239 26308 +69
Partials 1578 1578
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d5b2d40
to
8caa171
Compare
In Pandas 2, pd.Series.str is the right way and still works with Pandas 1
9e7927c
to
9358eb5
Compare
Run Python_PVR_Flink PreCommit |
Run Python_Runners PreCommit |
1 similar comment
Run Python_Runners PreCommit |
Run Python PreCommit |
Run Python_PVR_Flink PreCommit |
Run Python PreCommit |
The new way to do it is
pd.Series.str
and it is identical functionality.Umbrella issue: #27221