Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
124 lines (88 loc) · 1.32 KB

File metadata and controls

124 lines (88 loc) · 1.32 KB

Input-Output

.. currentmodule:: pandas

This section include `Pandas*`_ functions for input data of a specific format into memory and for output in-memory data to external storage format.

Pickling

read_pickle

Flat Files

read_table read_csv read_fwf

Clipboard

read_clipboard

Excel

read_excel ExcelFile.parse ExcelWriter

JSON

read_json

.. currentmodule:: pandas.io.json

json_normalize build_table_schema

.. currentmodule:: pandas

HTML

read_html

HDFStore: PyTables (HDF5)

read_hdf HDFStore.put HDFStore.append HDFStore.get HDFStore.select HDFStore.info HDFStore.keys HDFStore.groups HDFStore.walk

Feather

read_feather

Parquet

read_parquet

SAS

read_sas

SPSS

read_spss

SQL

read_sql_table read_sql_query read_sql

Google BigQuery

read_gbq

STATA

read_stata

.. currentmodule:: pandas.io.stata

StataReader.data_label StataReader.value_labels StataReader.variable_labels StataWriter.write_file