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

Reduce usages of data_columns. #793

Merged
merged 3 commits into from
Sep 18, 2019
Merged

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Sep 17, 2019

With this change, the following DataFrame APIs support multi-index columns:

  • applymap
  • shift
  • diff
  • fillna
  • rank

@ueshin ueshin requested a review from HyukjinKwon September 17, 2019 23:37
@codecov-io
Copy link

codecov-io commented Sep 18, 2019

Codecov Report

Merging #793 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #793      +/-   ##
==========================================
+ Coverage   94.28%   94.28%   +<.01%     
==========================================
  Files          32       32              
  Lines        5770     5773       +3     
==========================================
+ Hits         5440     5443       +3     
  Misses        330      330
Impacted Files Coverage Δ
databricks/koalas/series.py 95.16% <100%> (+0.02%) ⬆️
databricks/koalas/frame.py 96.89% <100%> (ø) ⬆️
databricks/koalas/internal.py 95.85% <0%> (-0.04%) ⬇️

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 e992200...7a3955d. Read the comment docs.

@softagram-bot
Copy link

Softagram Impact Report for pull/793 (head commit: 7a3955d)

⭐ Change Overview

Showing the changed files, dependency changes and the impact - click for full size
(Open in Softagram Desktop for full details)

📄 Full report

Impact Report explained. Give feedback on this report to [email protected]

@ueshin
Copy link
Collaborator Author

ueshin commented Sep 18, 2019

Thanks! merging.

@ueshin ueshin merged commit d0b4f5f into databricks:master Sep 18, 2019
@ueshin ueshin deleted the data_columns branch September 18, 2019 19:26
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.

4 participants