Skip to content

CLN: replace %s syntax with .format in io/formats #17387

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 1 commit into from
Aug 31, 2017

Conversation

cbertinato
Copy link
Contributor

Progress toward issue #16130. Converted old string formatting to new string formatting in io/formats/css.py, excel.py, printing.py, style.py, and terminal.py.

…rinting.py, style.py, and terminal.py

Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/formats/css.py, excel.py, printing.py, style.py, and terminal.py
@codecov
Copy link

codecov bot commented Aug 31, 2017

Codecov Report

Merging #17387 into master will decrease coverage by 0.01%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17387      +/-   ##
==========================================
- Coverage   91.03%   91.02%   -0.02%     
==========================================
  Files         163      163              
  Lines       49580    49580              
==========================================
- Hits        45137    45128       -9     
- Misses       4443     4452       +9
Flag Coverage Δ
#multiple 88.8% <85.18%> (ø) ⬆️
#single 40.26% <33.33%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/io/formats/style.py 100% <ø> (ø) ⬆️
pandas/io/formats/terminal.py 16.43% <ø> (ø) ⬆️
pandas/io/formats/css.py 100% <100%> (ø) ⬆️
pandas/io/formats/excel.py 96.65% <33.33%> (ø) ⬆️
pandas/io/formats/printing.py 89.38% <81.81%> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.72% <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 64c8a8d...705cec8. Read the comment docs.

@jreback jreback added the Clean label Aug 31, 2017
@jreback jreback added this to the 0.21.0 milestone Aug 31, 2017
@jreback jreback merged commit b98e688 into pandas-dev:master Aug 31, 2017
@jreback
Copy link
Contributor

jreback commented Aug 31, 2017

thanks!

jowens pushed a commit to jowens/pandas that referenced this pull request Sep 20, 2017
…rinting.py, style.py, and terminal.py (pandas-dev#17387)

Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/formats/css.py, excel.py, printing.py, style.py, and terminal.py
@cbertinato cbertinato deleted the issue-16130-io-formats branch September 25, 2017 11:08
alanbato pushed a commit to alanbato/pandas that referenced this pull request Nov 10, 2017
…rinting.py, style.py, and terminal.py (pandas-dev#17387)

Progress toward issue pandas-dev#16130. Converted old string formatting to new string formatting in io/formats/css.py, excel.py, printing.py, style.py, and terminal.py
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.

2 participants