{% include 'grid_scripts.html' %} {% include 'grid_styles.html' %} {% if context.tabledata %}

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 %}
{% endif %} {% if context.legend_labels %}
{% for legend in context.legend_labels %}
{{ legend.label }}
{% endfor %}
{% endif %}
{% for fig in context.components[1] %}
{% if context.meta %} {% endif %} {{ fig }}
{% endfor %}