Skip to content
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: replace %s syntax with .format in io #17660

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

cbertinato
Copy link
Contributor

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

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 gfyoung added the Clean label Sep 25, 2017
@codecov
Copy link

codecov bot commented Sep 25, 2017

Codecov Report

Merging #17660 into master will decrease coverage by 0.02%.
The diff coverage is 38.88%.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 89.04% <38.88%> (-0.01%) ⬇️
#single 40.3% <0%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/io/json/json.py 100% <ø> (ø) ⬆️
pandas/io/clipboard/exceptions.py 71.42% <0%> (ø) ⬆️
pandas/io/json/normalize.py 96.93% <100%> (ø) ⬆️
pandas/io/html.py 84.85% <28.57%> (ø) ⬆️
pandas/io/excel.py 80.37% <45%> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.73% <0%> (-0.1%) ⬇️
pandas/core/indexes/datetimes.py 95.44% <0%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6da85b3...adf47f0. Read the comment docs.

@jreback jreback added this to the 0.21.0 milestone Sep 25, 2017
@jreback jreback merged commit 4c9e98d into pandas-dev:master Sep 25, 2017
@jreback
Copy link
Contributor

jreback commented Sep 25, 2017

thanks!

@cbertinato cbertinato deleted the issue-16130-io-misc branch September 25, 2017 11:08
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
The flavors were not rendering properly in the
string formatting.

Closes gh-23549.
Follow-up to gh-17660.
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants