-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: replace %s syntax with .format in io #17660
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/html.py, io/excel.py, msgpack/_packer.pyx, msgpack/_unpacker.pyx, clipboard/exceptions.py, json/json.py, json/normalize.py, sas/sas.pyx
gfyoung
approved these changes
Sep 25, 2017
Codecov Report
@@ Coverage Diff @@
## master #17660 +/- ##
==========================================
- Coverage 91.26% 91.24% -0.03%
==========================================
Files 163 163
Lines 49806 49806
==========================================
- Hits 45455 45445 -10
- Misses 4351 4361 +10
Continue to review full report at Codecov.
|
thanks! |
alanbato
pushed a commit
to alanbato/pandas
that referenced
this pull request
Nov 10, 2017
Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/html.py, io/excel.py, msgpack/_packer.pyx, msgpack/_unpacker.pyx, clipboard/exceptions.py, json/json.py, json/normalize.py, sas/sas.pyx
No-Stream
pushed a commit
to No-Stream/pandas
that referenced
this pull request
Nov 28, 2017
Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/html.py, io/excel.py, msgpack/_packer.pyx, msgpack/_unpacker.pyx, clipboard/exceptions.py, json/json.py, json/normalize.py, sas/sas.pyx
gfyoung
added a commit
to forking-repos/pandas
that referenced
this pull request
Nov 7, 2018
The flavors were not rendering properly in the string formatting. Closes pandas-devgh-23549. Follow-up to pandas-devgh-17660.
TomAugspurger
pushed a commit
that referenced
this pull request
Nov 8, 2018
JustinZhengBC
pushed a commit
to JustinZhengBC/pandas
that referenced
this pull request
Nov 14, 2018
The flavors were not rendering properly in the string formatting. Closes pandas-devgh-23549. Follow-up to pandas-devgh-17660.
tm9k1
pushed a commit
to tm9k1/pandas
that referenced
this pull request
Nov 19, 2018
The flavors were not rendering properly in the string formatting. Closes pandas-devgh-23549. Follow-up to pandas-devgh-17660.
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this pull request
Feb 28, 2019
The flavors were not rendering properly in the string formatting. Closes pandas-devgh-23549. Follow-up to pandas-devgh-17660.
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this pull request
Feb 28, 2019
The flavors were not rendering properly in the string formatting. Closes pandas-devgh-23549. Follow-up to pandas-devgh-17660.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Progress toward issue #16130. Converted old string formatting to new string formatting in io/html.py, io/excel.py, msgpack/_packer.pyx, msgpack/_unpacker.pyx, clipboard/exceptions.py, json/json.py, json/normalize.py, sas/sas.pyx