Skip to content

CLN: move pandas.formats -> pandas.io.formats #16013

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
Apr 16, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 16, 2017

No description provided.

@jreback jreback added the Clean label Apr 16, 2017
@jreback jreback added this to the 0.20.0 milestone Apr 16, 2017
@jreback
Copy link
Contributor Author

jreback commented Apr 16, 2017

cc @TomAugspurger

I think all of the styling should be ok with this move.

@codecov
Copy link

codecov bot commented Apr 16, 2017

Codecov Report

Merging #16013 into master will decrease coverage by <.01%.
The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16013      +/-   ##
==========================================
- Coverage      91%   90.99%   -0.01%     
==========================================
  Files         153      153              
  Lines       50481    50481              
==========================================
- Hits        45938    45936       -2     
- Misses       4543     4545       +2
Flag Coverage Δ
#multiple 88.76% <98.03%> (-0.01%) ⬇️
#single 40.44% <76.47%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/formats/printing.py 88.17% <ø> (ø)
pandas/indexes/interval.py 92.58% <0%> (ø) ⬆️
pandas/indexes/multi.py 96.7% <100%> (ø) ⬆️
pandas/tseries/tdi.py 90.37% <100%> (ø) ⬆️
pandas/core/config_init.py 95.34% <100%> (ø) ⬆️
pandas/indexes/frozen.py 91.17% <100%> (ø) ⬆️
pandas/plotting/_core.py 81.87% <100%> (ø) ⬆️
pandas/io/common.py 70.08% <100%> (ø) ⬆️
pandas/core/groupby.py 92.03% <100%> (ø) ⬆️
pandas/io/html.py 84.85% <100%> (ø) ⬆️
... and 29 more

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 3119e90...ac963ad. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 16, 2017

Codecov Report

Merging #16013 into master will decrease coverage by <.01%.
The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16013      +/-   ##
==========================================
- Coverage      91%   90.99%   -0.01%     
==========================================
  Files         153      153              
  Lines       50481    50481              
==========================================
- Hits        45938    45936       -2     
- Misses       4543     4545       +2
Flag Coverage Δ
#multiple 88.76% <98.03%> (-0.01%) ⬇️
#single 40.44% <76.47%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/formats/printing.py 88.17% <ø> (ø)
pandas/indexes/interval.py 92.58% <0%> (ø) ⬆️
pandas/indexes/multi.py 96.7% <100%> (ø) ⬆️
pandas/tseries/tdi.py 90.37% <100%> (ø) ⬆️
pandas/core/config_init.py 95.34% <100%> (ø) ⬆️
pandas/indexes/frozen.py 91.17% <100%> (ø) ⬆️
pandas/plotting/_core.py 81.87% <100%> (ø) ⬆️
pandas/io/common.py 70.08% <100%> (ø) ⬆️
pandas/core/groupby.py 92.03% <100%> (ø) ⬆️
pandas/io/html.py 84.85% <100%> (ø) ⬆️
... and 29 more

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 3119e90...ac963ad. Read the comment docs.

Copy link
Contributor

@TomAugspurger TomAugspurger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks.

@jreback jreback merged commit 1f812e3 into pandas-dev:master Apr 16, 2017
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