pandera.typing.formats.Formats#

class pandera.typing.formats.Formats(value)[source]#

Data container serialization formats.

The values of this enum specify the valid values taken by the to_format and from_format attributes in BaseConfig when specifying a DataFrameModel.

__init__()#

Attributes

csv

comma-separated values file

dict

python dictionary

json

json file

feather

feather file format.

parquet

parquet file format.

pickle

python pickle file format