pandera.config.PanderaConfig

class pandera.config.PanderaConfig(validation_enabled=True, validation_depth=None, cache_dataframe=False, keep_cached_dataframe=False)[source]

Pandera config base class.

This should pick up environment variables automatically, e.g.: export PANDERA_VALIDATION_ENABLED=False export PANDERA_VALIDATION_DEPTH=DATA_ONLY export PANDERA_CACHE_DATAFRAME=True export PANDERA_KEEP_CACHED_DATAFRAME=True

Attributes

cache_dataframe

keep_cached_dataframe

validation_depth

validation_enabled

Methods

__init__(validation_enabled=True, validation_depth=None, cache_dataframe=False, keep_cached_dataframe=False)[source]