-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Remove unicode u string prefix #25864
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
I think as-is this will fail CI only because the following xfailed test is now passing, and we're being strict with XPASS here: pandas/pandas/tests/io/formats/test_to_csv.py Lines 355 to 368 in dca809b
The only change I made a was removing the cc @jreback : Does the above make sense to you, or am I misinterpreting the issue? If so, does it make sense to also close the associated issue #10813? |
Codecov Report
@@ Coverage Diff @@
## master #25864 +/- ##
=======================================
Coverage 91.47% 91.47%
=======================================
Files 173 173
Lines 52868 52868
=======================================
Hits 48362 48362
Misses 4506 4506
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25864 +/- ##
==========================================
+ Coverage 91.47% 91.47% +<.01%
==========================================
Files 173 173
Lines 52868 52872 +4
==========================================
+ Hits 48362 48366 +4
Misses 4506 4506
Continue to review full report at Codecov.
|
that issue looks pretty confusing so not sure |
okay, marked it as |
thanks @jschendel |
git diff upstream/master -u -- "*.py" | flake8 --diff
More Python 2 removal. Could use a second pair of eyes to make sure the regex I used to make these fixes wasn't overzealous anywhere.