Computing pairwise associations is not available for Polars dataframes when PyArrow is not installed.
To enable associations, install PyArrow: pip install pyarrow, or use a Pandas dataframe.
{% elif summary["top_associations"] %}
The table below shows the strength of association between the most similar columns in the dataframe.
Cramér's V statistic is a number between 0 and 1.
When it is close to 1 the columns are strongly associated — they contain similar information.
In this case, one of them may be redundant and for some models (such as linear models) it might be beneficial to remove it.
{% else %}
No strong associations between any pair of columns were identified by a quick screening of a subsample of the dataframe.
{% endif %}