{% extends "base.html" %} {% block content %}
No files in data/raw/
{% endif %}| Rows | {{ profile.row_count }} |
| Columns | {{ profile.column_count }} |
| Data types | {{ profile.data_types | join(", ") }} |
| Column | Type | Nulls |
|---|---|---|
| {{ col }} | {{ dtype }} |
{{ profile.nulls.get(col, 0) }} |
No profile yet — run the profile step first.
{% endif %}