{% set associations_warning = summary["top_associations"] and summary["top_associations"][0]["cramer_v"] is gt high_association_threshold %} {% set table_title %}Display a few rows of the dataframe in a table.{% endset %} {% set stats_title %}Summary statistics for all columns.{% endset %} {% set column_summaries_title %}Plots showing the distributions of all columns{% endset %} {% 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 %}
{% include "column-filter.html" %}
{% include "dataframe-sample.html" %}
{% include "summary-statistics.html" %}
{% include "column-summaries.html" %}
{% include "column-associations.html" %}
{% if is_inline_report %}
{% endif %}