Skip to content

Conversation

@thoo
Copy link
Contributor

@thoo thoo commented Sep 21, 2019

Fix #808

Add squeeze argument to DataFrame.read_csv so that it is more aligned with pandas.DataFrame.read_csv and the behavior will be the same as in pandas. Also add pytests for this feature.

@softagram-bot
Copy link

Softagram Impact Report for pull/812 (head commit: 0ea693c)

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

@codecov-io
Copy link

codecov-io commented Sep 21, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #812      +/-   ##
==========================================
+ Coverage   94.32%   94.33%   +<.01%     
==========================================
  Files          32       32              
  Lines        5837     5840       +3     
==========================================
+ Hits         5506     5509       +3     
  Misses        331      331
Impacted Files Coverage Δ
databricks/koalas/namespace.py 86.27% <100%> (+0.13%) ⬆️

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 2363c0b...0ea693c. Read the comment docs.

@HyukjinKwon
Copy link
Member

Thanks for the contribution, @thoo

@HyukjinKwon HyukjinKwon merged commit 1b00e3d into databricks:master Sep 22, 2019
@HyukjinKwon
Copy link
Member

Thanks, @thoo

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.

Pandas read_csv(squeeze='True') to enable koalas Series and not Dataframe

4 participants