{% include 'scripts.html' %} {% include 'styles.html' %}

Dataset Statistics

{% for th, td in context.tabledata[0].items() %} {% endfor %}
{{ th }} {{ td }}
Variable Types
    {% for tp, num in context.tabledata[1].items() %}
  • {{ tp }}: {{ num }}
  • {% endfor %}
{% for page, content in context.overview_insights.items() %}

Dataset Insights

{% for entry in content %} {% for ins_type, insight in entry.items() %} {% endfor %} {% endfor %}
{{ insight.split(' ')[0] }} {{ insight.replace(insight.split(' ')[0], '') }} {{ ins_type }}
{% endfor %}
{% for fig in context.components[1] %}
{{ fig }}
{% endfor %}