Skip to content

Commit

Permalink
Minor fix in doc of option quoteChar (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreyespue authored Oct 9, 2023
1 parent e9c9513 commit eb21fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ export function scanIPC(path, options = {}) {
* @param options.dtype -Overwrite the dtypes during inference.
* @param options.lowMemory - Reduce memory usage in expense of performance.
* @param options.commentChar - character that indicates the start of a comment line, for instance '#'.
* @param options.quotChar -character that is used for csv quoting, default = ''. Set to null to turn special handling and escaping of quotes off.
* @param options.quoteChar -character that is used for csv quoting, default = ''. Set to null to turn special handling and escaping of quotes off.
* @param options.nullValues - Values to interpret as null values. You can provide a
* - `string` -> all values encountered equal to this string will be null
* - `Array<string>` -> A null value per column.
Expand Down

0 comments on commit eb21fb5

Please sign in to comment.