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

Use pandas' transpose when the data is expected to be small. #1932

Merged
merged 2 commits into from
Nov 26, 2020

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Nov 25, 2020

As per the discussion #1927 (comment), we should just use pandas' transpose when the expected data size is small enough.

@codecov-io
Copy link

codecov-io commented Nov 25, 2020

Codecov Report

Merging #1932 (867df66) into master (86aa350) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1932   +/-   ##
=======================================
  Coverage   94.17%   94.17%           
=======================================
  Files          41       41           
  Lines       10053    10053           
=======================================
  Hits         9467     9467           
  Misses        586      586           
Impacted Files Coverage Δ
databricks/koalas/frame.py 96.67% <100.00%> (ø)
databricks/koalas/series.py 97.04% <100.00%> (ø)

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 86aa350...867df66. Read the comment docs.

@ueshin ueshin marked this pull request as ready for review November 26, 2020 00:04
@HyukjinKwon HyukjinKwon merged commit 11d897a into databricks:master Nov 26, 2020
@ueshin ueshin deleted the pandas_transpose branch December 11, 2020 03:40
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