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_formatandfrom_formatattributes inBaseConfigwhen specifying aDataFrameModel.Attributes
csvcomma-separated values file
dictpython dictionary
jsonjson file
featherfeather file format.
parquetparquet file format.
picklepython pickle file format
json_normalizepython json_normalize