@@ -1486,17 +1486,17 @@ <h3 id="parameters">Parameters</h3>
1486
1486
< li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'escapechar'</ span > </ code > - Character for escaping quotechar if doublequote is false.</ strong > </ li >
1487
1487
</ ul >
1488
1488
< h3 id ="dialects "> Dialects</ h3 >
1489
- < pre > < code class ="text language-text "> +------------------+--------+-----------+--------------+
1490
- | | excel | excel_tab | unix_dialect |
1491
- +------------------+--------+-----------+--------------+
1492
- | delimiter | ',' | '\t' | ',' |
1493
- | quotechar | '"' | '"' | '"' |
1494
- | doublequote | True | True | True |
1495
- | skipinitialspace | False | False | False |
1496
- | lineterminator | '\r\n' | '\r\n' | '\n' |
1497
- | quoting | 0 | 0 | 1 |
1498
- | escapechar | None | None | None |
1499
- +------------------+--------+-----------+--------------+
1489
+ < pre > < code class ="text language-text "> +------------------+--------- +-----------+--------------+
1490
+ | | excel | excel_tab | unix_dialect |
1491
+ +------------------+--------- +-----------+--------------+
1492
+ | delimiter | ',' | '\t' | ',' |
1493
+ | quotechar | '"' | '"' | '"' |
1494
+ | doublequote | True | True | True |
1495
+ | skipinitialspace | False | False | False |
1496
+ | lineterminator | '\r\n' | '\r\n' | '\n' |
1497
+ | quoting | 0 | 0 | 1 |
1498
+ | escapechar | None | None | None |
1499
+ +------------------+--------- +-----------+--------------+
1500
1500
</ code > </ pre >
1501
1501
< h3 id ="readrowsfromcsvfile "> Read Rows from CSV File</ h3 >
1502
1502
< pre > < code class ="python language-python hljs "> < span class ="hljs-function "> < span class ="hljs-keyword "> def</ span > < span class ="hljs-title "> read_csv_file</ span > < span class ="hljs-params "> (filename)</ span > :</ span >
0 commit comments