Skip to content

Conversation

@itholic
Copy link
Contributor

@itholic itholic commented Oct 3, 2019

Implement Series.copy and add Examples to Frame.copy also

>>> s = ks.Series([1, 2], index=["a", "b"])
>>> s
a    1
b    2
Name: 0, dtype: int64
>>> s_copy = s.copy()
>>> s_copy
a    1
b    2
Name: 0, dtype: int64

@codecov-io
Copy link

codecov-io commented Oct 3, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #869      +/-   ##
==========================================
+ Coverage   94.27%   94.27%   +<.01%     
==========================================
  Files          34       34              
  Lines        6201     6202       +1     
==========================================
+ Hits         5846     5847       +1     
  Misses        355      355
Impacted Files Coverage Δ
databricks/koalas/missing/series.py 100% <ø> (ø) ⬆️
databricks/koalas/frame.py 95.94% <ø> (ø) ⬆️
databricks/koalas/series.py 95.34% <100%> (+0.01%) ⬆️

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 a05cb46...42bd618. Read the comment docs.

@softagram-bot
Copy link

Softagram Impact Report for pull/869 (head commit: 42bd618)

⭐ Change Overview

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

💡 Insights

  • Co-change Alert: You modified frame.py. Often test_dataframe.py (koalas/tests) is modified at the same time.

📄 Full report

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

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.

@ueshin
Copy link
Collaborator

ueshin commented Oct 3, 2019

Thanks! merging.

@ueshin ueshin merged commit 3305e98 into databricks:master Oct 3, 2019
@itholic
Copy link
Contributor Author

itholic commented Oct 3, 2019

@ueshin Thanks :)

@itholic itholic deleted the series_copy branch October 4, 2019 00:01
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