We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38f693 commit 963c956Copy full SHA for 963c956
1 file changed
examples/features/correlation_demo.py
@@ -32,7 +32,7 @@
32
profile = ProfileReport(
33
df,
34
title="Profile Report of the UCI Bank Marketing Dataset",
35
- config_file="src/ydata_profiling/config_default.yaml",
+ config_file="src/data_profiling/config_default.yaml",
36
correlations={
37
"auto": {"n_bins": 8},
38
},
@@ -57,7 +57,7 @@
57
no_auto_profile = ProfileReport(
58
59
60
61
62
"auto": {"calculate": False},
63
"pearson": {"calculate": True},
0 commit comments