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 DataFrame.items (alias of iteritems) #787

Merged
merged 2 commits into from
Sep 19, 2019

Conversation

HyukjinKwon
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Sep 17, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #787      +/-   ##
==========================================
+ Coverage   94.28%   94.28%   +<.01%     
==========================================
  Files          32       32              
  Lines        5770     5774       +4     
==========================================
+ Hits         5440     5444       +4     
  Misses        330      330
Impacted Files Coverage Δ
databricks/koalas/missing/frame.py 100% <ø> (ø) ⬆️
databricks/koalas/frame.py 96.89% <100%> (ø) ⬆️
databricks/koalas/internal.py 95.85% <0%> (-0.04%) ⬇️
databricks/koalas/namespace.py 86.13% <0%> (ø) ⬆️
databricks/koalas/missing/indexes.py 100% <0%> (ø) ⬆️
databricks/koalas/series.py 95.16% <0%> (+0.02%) ⬆️
databricks/koalas/indexes.py 99.22% <0%> (+0.09%) ⬆️

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...9e635b6. Read the comment docs.

@HyukjinKwon
Copy link
Member Author

Tests passed

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.

@@ -958,6 +958,10 @@ def iteritems(self):
cols = list(self.columns)
return list((col_name, self[col_name]) for col_name in cols)

def items(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: -> Iterable?

@softagram-bot
Copy link

Softagram Impact Report for pull/787 (head commit: 9e635b6)

⭐ 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]

@HyukjinKwon HyukjinKwon merged commit 216e524 into databricks:master Sep 19, 2019
@HyukjinKwon HyukjinKwon deleted the items-alias branch November 6, 2019 02:23
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