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

Enable creating Index from list like 'Index([1, 2, 3])' #986

Merged
merged 4 commits into from
Nov 4, 2019

Conversation

itholic
Copy link
Contributor

@itholic itholic commented Oct 31, 2019

Resolves #948

>>> Index([1, 2, 3])
Int64Index([1, 2, 3], dtype='int64')

>>> Index(list('abc'))
Index(['a', 'b', 'c'], dtype='object')

@codecov-io
Copy link

codecov-io commented Oct 31, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #986      +/-   ##
==========================================
+ Coverage   94.84%   94.84%   +<.01%     
==========================================
  Files          34       34              
  Lines        6519     6522       +3     
==========================================
+ Hits         6183     6186       +3     
  Misses        336      336
Impacted Files Coverage Δ
databricks/koalas/indexes.py 96.73% <100%> (+0.1%) ⬆️
databricks/koalas/series.py 96.3% <0%> (-0.02%) ⬇️

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 feca119...a060210. Read the comment docs.

@softagram-bot
Copy link

Softagram Impact Report for pull/986 (head commit: a060210)

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

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 Nov 4, 2019

Thanks! merging.

@ueshin ueshin merged commit 6de340d into databricks:master Nov 4, 2019
@itholic
Copy link
Contributor Author

itholic commented Nov 4, 2019

@ueshin Thanks :)

@itholic itholic deleted the create_index_using_list branch November 6, 2019 05:28
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.

create index by using list
4 participants