pandas supports the integration with many file formats or data sources out of the box (csv, excel, sql, json, parquet,…). Importing data from each of these
data sources is provided by function with the prefix ``read_*``. Similarly, the ``to_*`` methods are used to store data.
.. image:: ../_static/schemas/02_io_readwrite.svg
:align: center
.. raw:: html
:ref:`To introduction tutorial <10min_tut_02_read_write>`
.. raw:: html
:ref:`To user guide `
.. raw:: html