File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 36
36
37
37
| Optional arguments in the constructor:
38
38
39
- - ``endline_character `` - self-explanatory (default is endline character ``\\ n ``)
39
+ - ``endline_character `` - self-explanatory (default is endline character ``\n ``)
40
40
- ``ignore_blank_lines `` - if set to ``True ``, blank lines in the file will not be read or indexed (default is ``False ``)
41
41
42
42
|
59
59
print x + " = " l[x]
60
60
61
61
| Optional arguments in the constructor:
62
- - ``endline_character`` - self-explanatory (default is endline character ``\\n``)
63
- - ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``True``)
64
- - ``values_delimiter`` - character used by the csv to separate values within a line (default is ``,``)
65
- - ``quotechar`` - character used by the csv to surround values that contain the value delimiting character (default is ``"``)
66
- - ``ignore_corrupt`` - if set to ``True``, lines with an invalid length will return blank instead of raising an exception (default is ``False``)
62
+
63
+ - ``endline_character `` - self-explanatory (default is endline character ``\n ``)
64
+ - ``ignore_blank_lines `` - if set to ``True ``, blank lines in the file will not be read or indexed (default is ``True ``)
65
+ - ``values_delimiter `` - character used by the csv to separate values within a line (default is ``, ``)
66
+ - ``quotechar `` - character used by the csv to surround values that contain the value delimiting character (default is ``" ``)
67
+ - ``ignore_corrupt `` - if set to ``True ``, lines with an invalid length will return blank instead of raising an exception (default is ``False ``)
You can’t perform that action at this time.
0 commit comments