profile

{% if reports %} {% for r in reports %} {% endfor %}
DatasetRowsNumeric colsTotal colsProfiled at
{{ r.dataset_name }} {{ "{:,}".format(r.n_rows) }} {{ r.n_numeric_columns }} {{ r.n_columns }} {{ r.ran_at }}
{% else %}

No profile reports yet. Call store.save_profile_report() to populate.

{% endif %}