We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e42454 commit da3cbc5Copy full SHA for da3cbc5
doc/source/user_guide/io.rst
@@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
28
:delim: ;
29
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;Fixed Width Text File;:ref:`read_fwf<io.fwf_reader>`
+ text;Fixed-Width Text File;:ref:`read_fwf<io.fwf_reader>`
32
text;`JSON <https://www.json.org/>`__;:ref:`read_json<io.json_reader>`;:ref:`to_json<io.json_writer>`
33
text;`HTML <https://en.wikipedia.org/wiki/HTML>`__;:ref:`read_html<io.read_html>`;:ref:`to_html<io.html>`
34
text; Local clipboard;:ref:`read_clipboard<io.clipboard>`;:ref:`to_clipboard<io.clipboard>`
0 commit comments