Skip to content

CLN: move pandas.indexes -> pandas.core.indexes #16031

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 17, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 17, 2017

xref #13634

@jreback jreback added the Clean label Apr 17, 2017
@jreback jreback added this to the 0.20.0 milestone Apr 17, 2017
@codecov
Copy link

codecov bot commented Apr 17, 2017

Codecov Report

Merging #16031 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16031      +/-   ##
==========================================
- Coverage   90.99%   90.99%   -0.01%     
==========================================
  Files         153      153              
  Lines       50469    50469              
==========================================
- Hits        45926    45925       -1     
- Misses       4543     4544       +1
Flag Coverage Δ
#multiple 88.76% <100%> (-0.01%) ⬇️
#single 40.43% <96.96%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/compat/pickle_compat.py 69.51% <ø> (ø) ⬆️
pandas/core/indexes/frozen.py 91.17% <ø> (ø)
pandas/tseries/period.py 92.74% <100%> (ø) ⬆️
pandas/core/sparse/array.py 91.46% <100%> (ø) ⬆️
pandas/core/indexes/category.py 98.43% <100%> (ø)
pandas/tseries/base.py 96.67% <100%> (ø) ⬆️
pandas/tseries/tdi.py 90.37% <100%> (ø) ⬆️
pandas/tseries/index.py 95.43% <100%> (ø) ⬆️
pandas/core/index.py 100% <100%> (ø) ⬆️
pandas/core/indexes/multi.py 96.7% <100%> (ø)
... and 9 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 89bd268...3259aa2. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 17, 2017

Codecov Report

Merging #16031 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16031      +/-   ##
==========================================
- Coverage      91%   90.99%   -0.01%     
==========================================
  Files         153      153              
  Lines       50469    50469              
==========================================
- Hits        45927    45925       -2     
- Misses       4542     4544       +2
Flag Coverage Δ
#multiple 88.76% <100%> (-0.01%) ⬇️
#single 40.43% <96.96%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/frozen.py 91.17% <ø> (ø)
pandas/compat/pickle_compat.py 69.51% <ø> (ø) ⬆️
pandas/core/indexes/range.py 92.11% <100%> (ø)
pandas/tseries/tdi.py 90.37% <100%> (ø) ⬆️
pandas/core/indexes/category.py 98.43% <100%> (ø)
pandas/tseries/period.py 92.74% <100%> (ø) ⬆️
pandas/core/indexes/multi.py 96.7% <100%> (ø)
pandas/core/indexes/numeric.py 97.1% <100%> (ø)
pandas/core/categorical.py 95.85% <100%> (ø) ⬆️
pandas/core/indexes/api.py 98.68% <100%> (ø)
... and 8 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 89bd268...3259aa2. Read the comment docs.

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