Skip to content

Conversation

@xinrong-meng
Copy link
Contributor

@xinrong-meng xinrong-meng commented Dec 7, 2020

        >>> kser = ks.Series([1, 2, 3], index=["x", "y", "z"])
        >>> kser
        x    1
        y    2
        z    3
        dtype: int64
        >>>
        >>> kser.swapaxes(0, 0)
        x    1
        y    2
        z    3
        dtype: int64

ref #1929

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.

Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

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

LGTM

@xinrong-meng
Copy link
Contributor Author

Thank you @ueshin @itholic!

@codecov-io
Copy link

codecov-io commented Dec 9, 2020

Codecov Report

Merging #1954 (f567157) into master (7e06e43) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1954      +/-   ##
==========================================
- Coverage   94.64%   94.63%   -0.02%     
==========================================
  Files          49       49              
  Lines       10828    10840      +12     
==========================================
+ Hits        10248    10258      +10     
- Misses        580      582       +2     
Impacted Files Coverage Δ
databricks/koalas/frame.py 96.72% <ø> (-0.04%) ⬇️
databricks/koalas/missing/series.py 100.00% <ø> (ø)
databricks/koalas/series.py 96.88% <100.00%> (-0.09%) ⬇️
databricks/koalas/namespace.py 84.19% <0.00%> (-0.04%) ⬇️
databricks/koalas/missing/frame.py 100.00% <0.00%> (ø)
databricks/koalas/indexes.py 96.97% <0.00%> (+<0.01%) ⬆️
databricks/koalas/internal.py 96.49% <0.00%> (+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 7e06e43...f567157. Read the comment docs.

@xinrong-meng xinrong-meng merged commit 341fc42 into databricks:master Dec 9, 2020
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