File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
28
28
:delim: ;
29
29
30
30
text;`CSV <https://en.wikipedia.org/wiki/Comma-separated_values>`__;:ref: `read_csv<io.read_csv_table> `;:ref: `to_csv<io.store_in_csv> `
31
+ text;`TXT <https://www.oracle.com/webfolder/technetwork/data-quality/edqhelp/Content/introduction/getting_started/configuring_fixed_width_text_file_formats.htm>`__;:ref: `read_fwf<io.fwf_reader> `
31
32
text;`JSON <https://www.json.org/>`__;:ref: `read_json<io.json_reader> `;:ref: `to_json<io.json_writer> `
32
33
text;`HTML <https://en.wikipedia.org/wiki/HTML>`__;:ref: `read_html<io.read_html> `;:ref: `to_html<io.html> `
33
34
text; Local clipboard;:ref: `read_clipboard<io.clipboard> `;:ref: `to_clipboard<io.clipboard> `
@@ -1372,6 +1373,7 @@ should pass the ``escapechar`` option:
1372
1373
print (data)
1373
1374
pd.read_csv(StringIO(data), escapechar = ' \\ ' )
1374
1375
1376
+ .. _io.fwf_reader :
1375
1377
.. _io.fwf :
1376
1378
1377
1379
Files with fixed width columns
You can’t perform that action at this time.
0 commit comments