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

Introduce InternalFrame.index_level. #1890

Merged
merged 3 commits into from
Nov 9, 2020
Merged

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Nov 4, 2020

Currently there are different ways to check the number of the index columns. We should introduce InternalFrame.index_level and use it.

@codecov-io
Copy link

codecov-io commented Nov 6, 2020

Codecov Report

Merging #1890 (62f413f) into master (5a7c2fc) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1890      +/-   ##
==========================================
- Coverage   94.17%   94.13%   -0.04%     
==========================================
  Files          40       40              
  Lines        9957     9960       +3     
==========================================
- Hits         9377     9376       -1     
- Misses        580      584       +4     
Impacted Files Coverage Δ
databricks/koalas/accessors.py 93.03% <ø> (ø)
databricks/koalas/frame.py 96.69% <100.00%> (-0.05%) ⬇️
databricks/koalas/groupby.py 91.47% <100.00%> (ø)
databricks/koalas/indexes.py 96.82% <100.00%> (ø)
databricks/koalas/indexing.py 92.76% <100.00%> (ø)
databricks/koalas/internal.py 96.50% <100.00%> (+0.03%) ⬆️
databricks/koalas/series.py 96.86% <100.00%> (-0.10%) ⬇️
databricks/koalas/generic.py 93.62% <0.00%> (-0.29%) ⬇️
databricks/koalas/namespace.py 83.08% <0.00%> (-0.21%) ⬇️
... and 1 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 5a7c2fc...62f413f. Read the comment docs.

@ueshin
Copy link
Collaborator Author

ueshin commented Nov 9, 2020

Thanks! I'd merge this now.

@ueshin ueshin merged commit dfd6722 into databricks:master Nov 9, 2020
@ueshin ueshin deleted the index_level branch November 9, 2020 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants