Dataset Statistics

{% for h, d in context.components.overview[0].items() %} {% endfor %}
{{ h }} {{ d }}
Variable Types
    {% for tp, num in context.components.overview[1].items() %}
  • {{ tp }}: {{ num }}
  • {% endfor %}
{% if context.components.overview_insights %}

Dataset Insights

{% for page, content in context.components.overview_insights.items() %}
{% for entry in content %} {% for ins_type, insight in entry.items() %} {% endfor %} {% endfor %}
{{ insight|escape|replace('/*start*/', '')|replace('/*end*/', '') }} {{ ins_type }}
{% endfor %}
    {% for _ in context.components.overview_insights %} {% if loop.length > 1 %}
  • {{ loop.index }}
  • {% endif %} {% endfor %}
{% endif %}