pandas_profiling.config.NumVars
- pydantic model pandas_profiling.config.NumVars[source]
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- Fields
-
field chi_squared_threshold:
float
= 0.999
-
field low_categorical_threshold:
int
= 5
-
field quantiles:
List
[float
] = [0.05, 0.25, 0.5, 0.75, 0.95]
-
field skewness_threshold:
int
= 20