koalas icon indicating copy to clipboard operation
koalas copied to clipboard

Minor fix to docs for read_csv

Open tnixon opened this issue 4 years ago • 3 comments

Fixed documentation of the escapechar parameter of read_csv function (docs incorrectly say this is for escaping the delimiter - it is for escaping a quotechar)

tnixon avatar Oct 26 '21 06:10 tnixon

Codecov Report

Merging #2205 (838c5f1) into master (07d8462) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2205   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files          60       60           
  Lines       13746    13746           
=======================================
  Hits        13102    13102           
  Misses        644      644           
Impacted Files Coverage Δ
databricks/koalas/namespace.py 84.75% <ø> (ø)

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 07d8462...838c5f1. Read the comment docs.

codecov-commenter avatar Oct 26 '21 07:10 codecov-commenter

Thanks, @tnixon. This library has been merged into Apache Spark: https://github.com/apache/spark. Would you mind proposing the PR there?

HyukjinKwon avatar Oct 26 '21 11:10 HyukjinKwon

Yes, I can do that.

tnixon avatar Oct 27 '21 19:10 tnixon