We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c94d33 commit 9c85bc7Copy full SHA for 9c85bc7
1 file changed
src/ydata_profiling/model/pandas/correlations_pandas.py
@@ -198,7 +198,8 @@ def pandas_auto_compute(
198
199
method = (
200
_pairwise_spearman
201
- if any(elem in categorical_columns for elem in [col_1_name, col_2_name]) is False
+ if any(elem in categorical_columns for elem in [col_1_name, col_2_name])
202
+ is False
203
else _pairwise_cramers
204
)
205
0 commit comments