Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 1.59 KB

File metadata and controls

82 lines (59 loc) · 1.59 KB

Tabular File Formats

CSV Files

.. currentmodule:: pyarrow.csv

.. autosummary::
   :toctree: ../generated/

   ReadOptions
   ParseOptions
   ConvertOptions
   read_csv

Feather Files

.. currentmodule:: pyarrow.feather

.. autosummary::
   :toctree: ../generated/

   read_feather
   write_feather

JSON Files

.. currentmodule:: pyarrow.json

.. autosummary::
   :toctree: ../generated/

   ReadOptions
   ParseOptions
   read_json

Parquet Files

.. currentmodule:: pyarrow.parquet

.. autosummary::
   :toctree: ../generated/

   ParquetDataset
   ParquetFile
   ParquetWriter
   read_table
   read_metadata
   read_pandas
   read_schema
   write_metadata
   write_table
   write_to_dataset