Skip to content

Conversation

@itholic
Copy link
Contributor

@itholic itholic commented Oct 29, 2019

Resolves #958

>>> tuples = [(1, 'red'), (1, 'blue'),
...           (2, 'red'), (2, 'blue')]
>>> ks.MultiIndex.from_tuples(tuples, names=('number', 'color'))
MultiIndex([(1,  'red'),
            (1, 'blue'),
            (2,  'red'),
            (2, 'blue')],
           names=['number', 'color'])

@codecov-io
Copy link

codecov-io commented Nov 1, 2019

Codecov Report

Merging #970 into master will increase coverage by 0.18%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #970      +/-   ##
==========================================
+ Coverage   94.57%   94.75%   +0.18%     
==========================================
  Files          34       34              
  Lines        6487     6520      +33     
==========================================
+ Hits         6135     6178      +43     
+ Misses        352      342      -10
Impacted Files Coverage Δ
databricks/koalas/indexes.py 96.15% <100%> (-0.48%) ⬇️
databricks/koalas/__init__.py 82.92% <0%> (-2.44%) ⬇️
databricks/conftest.py 95.74% <0%> (-2.13%) ⬇️
databricks/koalas/groupby.py 91.18% <0%> (-0.21%) ⬇️
databricks/koalas/series.py 96.3% <0%> (-0.03%) ⬇️
databricks/koalas/missing/window.py 100% <0%> (ø) ⬆️
databricks/koalas/namespace.py 87.26% <0%> (+0.11%) ⬆️
databricks/koalas/generic.py 95.69% <0%> (+0.12%) ⬆️
databricks/koalas/frame.py 96.19% <0%> (+0.16%) ⬆️
... and 2 more

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 b2286bd...61d31aa. Read the comment docs.

@softagram-bot
Copy link

Softagram Impact Report for pull/970 (head commit: 952b8cb)

⭐ 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 fc65e13 into databricks:master Nov 4, 2019
@itholic
Copy link
Contributor Author

itholic commented Nov 4, 2019

@ueshin Thanks :)

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

MultiIndex.from_tuples

4 participants