{{title}}

{% if excluded_attributes %} {% endif %}

Summary

{% include './img/cols.svg' %}
Attributes

{{ attribute_count }}

{% include './img/rows.svg' %}
Records

{{ records_count }}

{% include './img/ram.svg' %}
RAM

{{ total_ram }}

{% include './img/missing.svg' %}
Missing values

{{ missing_count }} ({{ (missing_count / (attribute_count * records_count) * 100) | round(2) }}%)

Attributes
#
Categories
Missing
RAM
{% for profile in attribute_profiles %}
{{profile['attribute']}}
{{profile['categories']|length}}
{% for category in profile['categories'] %} {{category}} {% endfor %}
{{'%0.2f'| format(profile['missing'] / records_count * 100|float)}} %
{{profile['ram']}}
{% endfor %}

Attributes

{% include './img/left.svg' %}
    {% for profile in attribute_profiles %}
  • {% endfor %}
{% include './img/right.svg' %}
{% include './img/categories.svg' %}
Categories

n/a

{% include './img/most.svg' %}
Most Frequent

n/a

{% include './img/least.svg' %}
Least Frequent

n/a

{% include './img/missing.svg' %}
Missing values

n/a

n/a

    Correlations

    x

    Cramers V

    {% if excluded_attributes %} {% endif %} {% if missing_count > 0 %} {% endif %}
    Alert!