pandas_profiling.config.Correlation
- pydantic model pandas_profiling.config.Correlation[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.
-
field calculate:
bool
= True
-
field key:
str
= ''
-
field n_bins:
int
= 10
-
field threshold:
float
= 0.5
-
field warn_high_correlations:
int
= 10
-
field calculate: