Skip to content

Commit

Permalink
Update namespace.py
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tnixon committed Oct 26, 2021
1 parent 07d8462 commit 838c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/koalas/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def read_csv(
The character used to denote the start and end of a quoted item. Quoted items can include
the delimiter and it will be ignored.
escapechar : str (length 1), default None
One-character string used to escape delimiter
One-character string used for escaping quotes inside an already quoted value.
comment: str, optional
Indicates the line should not be parsed.
options : dict
Expand Down

0 comments on commit 838c5f1

Please sign in to comment.