{{ header }}
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ read_pickle DataFrame.to_pickle
.. autosummary:: :toctree: api/ read_table read_csv DataFrame.to_csv read_fwf
.. autosummary:: :toctree: api/ read_clipboard DataFrame.to_clipboard
.. autosummary:: :toctree: api/ read_excel DataFrame.to_excel ExcelFile ExcelFile.book ExcelFile.sheet_names ExcelFile.parse
.. currentmodule:: pandas.io.formats.style
.. autosummary:: :toctree: api/ Styler.to_excel
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ ExcelWriter
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ read_json json_normalize DataFrame.to_json
.. currentmodule:: pandas.io.json
.. autosummary:: :toctree: api/ build_table_schema
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ read_html DataFrame.to_html
.. currentmodule:: pandas.io.formats.style
.. autosummary:: :toctree: api/ Styler.to_html
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ read_xml DataFrame.to_xml
.. autosummary:: :toctree: api/ DataFrame.to_latex
.. currentmodule:: pandas.io.formats.style
.. autosummary:: :toctree: api/ Styler.to_latex
.. currentmodule:: pandas
.. autosummary:: :toctree: api/ read_hdf HDFStore.put HDFStore.append HDFStore.get HDFStore.select HDFStore.info HDFStore.keys HDFStore.groups HDFStore.walk
Warning
One can store a subclass of :class:`DataFrame` or :class:`Series` to HDF5, but the type of the subclass is lost upon storing.
.. autosummary:: :toctree: api/ read_feather DataFrame.to_feather
.. autosummary:: :toctree: api/ read_parquet DataFrame.to_parquet
.. autosummary:: :toctree: api/ read_orc DataFrame.to_orc
.. autosummary:: :toctree: api/ read_sas
.. autosummary:: :toctree: api/ read_spss
.. autosummary:: :toctree: api/ read_sql_table read_sql_query read_sql DataFrame.to_sql
.. autosummary:: :toctree: api/ read_stata DataFrame.to_stata
.. currentmodule:: pandas.io.stata
.. autosummary:: :toctree: api/ StataReader.data_label StataReader.value_labels StataReader.variable_labels StataWriter.write_file