Dataset Statistics
{% for h, d in context.components.overview[0].items() %}
{{ h }} |
{{ d }} |
{% endfor %}
Variable Types |
{% for tp, num in context.components.overview[1].items() %}
- {{ tp }}: {{ num }}
{% endfor %}
|
{% if context.components.overview_insights %}
{% for page, content in context.components.overview_insights.items() %}
Dataset Insights
{% for entry in content %}
{% for ins_type, insight in entry.items() %}
{{ insight.replace('/*', '').replace('*/', '') }}
|
{{ ins_type }} |
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %}
{% if context.components.overview_insights %}