File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +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
+ text;Fixed-Width Text File ;:ref: `read_fwf<io.fwf_reader> `
32
32
text;`JSON <https://www.json.org/>`__;:ref: `read_json<io.json_reader> `;:ref: `to_json<io.json_writer> `
33
33
text;`HTML <https://en.wikipedia.org/wiki/HTML>`__;:ref: `read_html<io.read_html> `;:ref: `to_html<io.html> `
34
34
text; Local clipboard;:ref: `read_clipboard<io.clipboard> `;:ref: `to_clipboard<io.clipboard> `
You can’t perform that action at this time.
0 commit comments