{% include "includes/source.html" %}
{% if recipe.description %}
{{ recipe.description }}
{% endif %}
{% include 'includes/hxltable.html' %}
{% if source.has_more_rows %}
Note: Showing only the first {{
"{:,}".format(source.max_rows) }} data rows. Download the
CSV or JSON for the full dataset.
{% if recipe.args['max-rows'] %}
(Limited to maximum {{ recipe.args['max-rows'] }} row(s) by the
max-rows parameter.)
{% endif %}
Note: Showing only the first {{
"{:,}".format(source.max_rows) }} data rows. Download the
CSV or JSON for the full dataset.
{% if recipe.args['max-rows'] %}
(Limited to maximum {{ recipe.args['max-rows'] }} row(s) by the
max-rows parameter.)
{% endif %}
{% endif %}