{% set associations_warning = summary["top_associations"] and summary["top_associations"][0]["cramer_v"] is gt high_association_threshold %}
{% set associations_title -%}
Show which columns are similar (have a strong association).
{%- if associations_warning %}
NOTE: some columns have very strong associations and may be redundant.
{%- endif -%}
{% endset %}