Load data
Pandas features a number of functions for reading tabular or dataframe data.
read_csv
read_fwf
read_clipboard
read_excel
read_hdf
read_html
read_json
read_msgpack
read_pickle
read_sas
read_sql
read_stata
read_feather na_values
skiprows
sep
nrows
chunksize
skip_footer
encodingLast updated