-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Remove StringMixin from PandasObject #26505
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
CLN: Remove StringMixin from PandasObject #26505
Conversation
2c94d69
to
a17e570
Compare
Codecov Report
@@ Coverage Diff @@
## master #26505 +/- ##
==========================================
+ Coverage 91.75% 91.75% +<.01%
==========================================
Files 174 174
Lines 50761 50676 -85
==========================================
- Hits 46575 46499 -76
+ Misses 4186 4177 -9
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #26505 +/- ##
==========================================
+ Coverage 91.75% 91.75% +<.01%
==========================================
Files 174 174
Lines 50761 50676 -85
==========================================
- Hits 46575 46499 -76
+ Misses 4186 4177 -9
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine with this
thanks @topper-123 |
Response to pandas v0.25.0 so that tests can pass. pandas-dev/pandas#26505
git diff upstream/master -u -- "*.py" | flake8 --diff
Addresses #26495. In addition to the use of StringMixin in PandasObject, StringMixin is also used in core.computation and the io.pytables. I'd like to tackle those in a different PR, as there is some funkyness there (calls that depend on frame depth etc.)