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

Add GroupBy.shift. #910

Merged
merged 3 commits into from
Oct 10, 2019
Merged

Add GroupBy.shift. #910

merged 3 commits into from
Oct 10, 2019

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Oct 9, 2019

Resolves #900.

@codecov-io
Copy link

codecov-io commented Oct 9, 2019

Codecov Report

Merging #910 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #910      +/-   ##
==========================================
+ Coverage   94.28%   94.33%   +0.04%     
==========================================
  Files          34       34              
  Lines        6265     6319      +54     
==========================================
+ Hits         5907     5961      +54     
  Misses        358      358
Impacted Files Coverage Δ
databricks/koalas/missing/groupby.py 100% <ø> (ø) ⬆️
databricks/koalas/groupby.py 91.37% <100%> (+0.23%) ⬆️
databricks/koalas/missing/series.py 100% <0%> (ø) ⬆️
databricks/koalas/frame.py 95.98% <0%> (+0.04%) ⬆️
databricks/koalas/series.py 95.46% <0%> (+0.16%) ⬆️
databricks/koalas/testing/utils.py 78.39% <0%> (+0.4%) ⬆️

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 a540d8b...e04b7af. Read the comment docs.

@softagram-bot
Copy link

Softagram Impact Report for pull/910 (head commit: e04b7af)

⭐ 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 Oct 10, 2019

Thanks! merging.

@ueshin ueshin merged commit 88b2ecd into databricks:master Oct 10, 2019
@ueshin ueshin deleted the groupby_shift branch October 10, 2019 15:32
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.

GroupBy.shift
4 participants