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

Fix Series._to_internal_pandas and introduce Index._to_internal_pandas. #1952

Merged
merged 3 commits into from
Dec 7, 2020

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Dec 4, 2020

Fix Series._to_internal_pandas to reuse the previous result, and introduce Index._to_internal_pandas.

@codecov-io
Copy link

codecov-io commented Dec 4, 2020

Codecov Report

Merging #1952 (fdf7436) into master (7e06e43) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1952      +/-   ##
==========================================
- Coverage   94.64%   94.63%   -0.01%     
==========================================
  Files          49       49              
  Lines       10828    10830       +2     
==========================================
+ Hits        10248    10249       +1     
- Misses        580      581       +1     
Impacted Files Coverage Δ
databricks/koalas/indexes.py 96.97% <100.00%> (+<0.01%) ⬆️
databricks/koalas/series.py 96.86% <100.00%> (-0.10%) ⬇️

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 7e06e43...fdf7436. Read the comment docs.

@itholic
Copy link
Contributor

itholic commented Dec 7, 2020

LGTM!

@ueshin
Copy link
Collaborator Author

ueshin commented Dec 7, 2020

Thanks! merging.

@ueshin ueshin merged commit 5105b37 into databricks:master Dec 7, 2020
@ueshin ueshin deleted the to_internal_pandas branch December 7, 2020 18:53
This pull request was closed.
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.

3 participants