pandera.typing.formats.Formats¶
- class pandera.typing.formats.Formats(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[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