@@ -18,10 +18,10 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
18
18
:widths: 30, 100, 60, 60
19
19
20
20
text,`CSV <https://en.wikipedia.org/wiki/Comma-separated_values>`__, :ref: `read_csv<io.read_csv_table> `, :ref: `to_csv<io.store_in_csv> `
21
- text,Fixed-Width Text File, :ref: `read_fwf<io.fwf_reader> ` , NA
21
+ text,Fixed-Width Text File, :ref: `read_fwf<io.fwf_reader> `, NA
22
22
text,`JSON <https://www.json.org/>`__, :ref: `read_json<io.json_reader> `, :ref: `to_json<io.json_writer> `
23
23
text,`HTML <https://en.wikipedia.org/wiki/HTML>`__, :ref: `read_html<io.read_html> `, :ref: `to_html<io.html> `
24
- text,`LaTeX <https://en.wikipedia.org/wiki/LaTeX>`__, :ref: `Styler.to_latex<io.latex> ` , NA
24
+ text,`LaTeX <https://en.wikipedia.org/wiki/LaTeX>`__, NA, :ref: `Styler.to_latex<io.latex> `
25
25
text,`XML <https://www.w3.org/standards/xml/core>`__, :ref: `read_xml<io.read_xml> `, :ref: `to_xml<io.xml> `
26
26
text, Local clipboard, :ref: `read_clipboard<io.clipboard> `, :ref: `to_clipboard<io.clipboard> `
27
27
binary,`MS Excel <https://en.wikipedia.org/wiki/Microsoft_Excel>`__ , :ref: `read_excel<io.excel_reader> `, :ref: `to_excel<io.excel_writer> `
0 commit comments