Skip to content

Commit 963c956

Browse files
committed
rename examples files
1 parent e38f693 commit 963c956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/features/correlation_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
profile = ProfileReport(
3333
df,
3434
title="Profile Report of the UCI Bank Marketing Dataset",
35-
config_file="src/ydata_profiling/config_default.yaml",
35+
config_file="src/data_profiling/config_default.yaml",
3636
correlations={
3737
"auto": {"n_bins": 8},
3838
},
@@ -57,7 +57,7 @@
5757
no_auto_profile = ProfileReport(
5858
df,
5959
title="Profile Report of the UCI Bank Marketing Dataset",
60-
config_file="src/ydata_profiling/config_default.yaml",
60+
config_file="src/data_profiling/config_default.yaml",
6161
correlations={
6262
"auto": {"calculate": False},
6363
"pearson": {"calculate": True},

0 commit comments

Comments
 (0)