Skip to content

Conversation

@HyukjinKwon
Copy link
Member

This PR implements DataFrame.unstack(). This PR intentionally does not implement level with multi-index. See the discussion at #886
When multi-index is not use, it is okay to implement.

Resolves #886

@codecov-io
Copy link

codecov-io commented Feb 20, 2020

Codecov Report

Merging #1295 into master will decrease coverage by 0.03%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1295      +/-   ##
==========================================
- Coverage   95.15%   95.11%   -0.04%     
==========================================
  Files          34       34              
  Lines        7238     7292      +54     
==========================================
+ Hits         6887     6936      +49     
- Misses        351      356       +5
Impacted Files Coverage Δ
databricks/koalas/missing/frame.py 100% <ø> (ø) ⬆️
databricks/koalas/frame.py 96.5% <95.23%> (-0.02%) ⬇️
databricks/koalas/__init__.py 85.1% <0%> (-8.52%) ⬇️
databricks/koalas/usage_logging/__init__.py 97.29% <0%> (-0.91%) ⬇️
databricks/koalas/testing/utils.py 78.51% <0%> (-0.47%) ⬇️
databricks/koalas/window.py 96.31% <0%> (-0.12%) ⬇️
databricks/koalas/series.py 96.39% <0%> (-0.04%) ⬇️
databricks/koalas/internal.py 96.07% <0%> (-0.02%) ⬇️
databricks/koalas/base.py 97.29% <0%> (ø) ⬆️
databricks/conftest.py 96.22% <0%> (ø) ⬆️
... and 25 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 30b3334...a244212. Read the comment docs.

Copy link
Collaborator

@ueshin ueshin left a comment

Choose a reason for hiding this comment

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

LGTM.

@HyukjinKwon HyukjinKwon merged commit f18f985 into databricks:master Feb 25, 2020
@HyukjinKwon HyukjinKwon deleted the unstack branch September 11, 2020 07:52
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.

DataFrame.unstack

3 participants