{{ title }}

Dataset Overview

Rows{{ profile.rows }}
Columns{{ profile.columns }}
Missing cells{{ profile.missing_cells }} ({{ profile.missing_pct }}%)
Duplicate rows{{ profile.duplicate_rows }} ({{ profile.duplicate_pct }}%)

Columns

{% for col in profile.numeric_columns %}{% endfor %} {% for col in profile.text_columns %}{% endfor %} {% for col in profile.date_columns %}{% endfor %} {% for col in profile.categorical_columns %}{% endfor %}
ColumnType
{{ col }}numeric
{{ col }}text
{{ col }}date
{{ col }}categorical

Missing Values

{% if missing_table is not none %}{{ missing_table }}{% else %}

No missing values.

{% endif %}

Summary Statistics

{% if summary_table is not none %}{{ summary_table }}{% else %}

No numeric columns to summarise.

{% endif %}

Insights

Cleaning Report

{% if clean_actions %}

{{ clean_summary }}

{% else %}

No cleaning operations recorded.

{% endif %} {% if charts %}

Charts

{% for chart_title, chart_path in charts %}

{{ chart_title }}

{{ chart_title }} {% endfor %}{% endif %}

Generated by Tablofy