-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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 PY2/3 references io directory #25886
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25886 +/- ##
==========================================
+ Coverage 91.48% 91.62% +0.13%
==========================================
Files 175 175
Lines 52885 52777 -108
==========================================
- Hits 48380 48355 -25
+ Misses 4505 4422 -83
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25886 +/- ##
=========================================
+ Coverage 91.56% 91.77% +0.2%
=========================================
Files 175 175
Lines 52775 52607 -168
=========================================
- Hits 48324 48278 -46
+ Misses 4451 4329 -122
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.
looks good. some comments
8f7b01e
to
7059006
Compare
9f5ee76
to
82721f6
Compare
b7318fb
to
8f7b01e
Compare
2145fbf
to
ec6060c
Compare
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. couple of comments
51a09cf
to
7d3be20
Compare
@jreback : Addressed all comments, and everything is green. PTAL. |
0202078
to
d99fa99
Compare
d99fa99
to
1bded3f
Compare
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. if you can update the comment indicated above (e.g. has refernces to old version)
1bded3f
to
ad97232
Compare
thanks @gfyoung very nice! |
Remaining is_terminal function is used in core/config_init.py, and as this function is not meant to be public, we can move it there. This will help with dependency organization of pandas' modules. Follow-up to pandas-devgh-25886.
Remaining is_terminal function is used in core/config_init.py, and as this function is not meant to be public, we can move it there. This will help with dependency organization of pandas' modules. Follow-up to gh-25886.
xref #25725