-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: Remove PY2/PY3 flags from pandas.compat #26047
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26047 +/- ##
==========================================
+ Coverage 91.9% 91.94% +0.04%
==========================================
Files 175 175
Lines 52485 52421 -64
==========================================
- Hits 48235 48201 -34
+ Misses 4250 4220 -30
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26047 +/- ##
==========================================
+ Coverage 91.9% 91.94% +0.04%
==========================================
Files 175 175
Lines 52485 52420 -65
==========================================
- Hits 48235 48200 -35
+ Misses 4250 4220 -30
Continue to review full report at Codecov.
|
Does this technically close #25725? Some of the functions in |
@mroeschke : I think it does. 🎉 I've updated the PR description accordingly. @jschendel : Could you update the module docstring to indicate this no longer is compat for PY2? |
There are still a few small odds and ends left to address. Will detail them in the main issue later on today.
Sure, will get that done later today too. |
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.
LGTM
@@ -122,21 +120,12 @@ def __unicode__(self): | |||
def __str__(self): | |||
""" | |||
Return a string representation for a particular Object | |||
|
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.
we might not even need to define str and unicode here and in base.py (future PR)
merge away |
Thanks @jschendel |
* CLN: Remove PY2/PY3 flags from pandas.compat * lint * no longer mention py2
* CLN: Remove PY2/PY3 flags from pandas.compat * lint * no longer mention py2
git diff upstream/master -u -- "*.py" | flake8 --diff