{% for statistic in statistics|sort_human(attribute='name') %} {% if not statistic.data_type in ['sketch', 'hidden'] %} {% if statistic.data_type == 'datetime' %} {% elif statistic.data_type == 'table' %} {% elif statistic.data_type == 'histogram' %} {% elif statistic.data_type == 'correlation' %} {% elif statistic.data_type == 'timedelta' %} {% elif statistic.data_type == 'pct' %} {% else %} {% endif %} {% endif %} {% endfor %}
Statistic Calculated value
{{ statistic.name|capitalize }}{{ statistic.result|ts_datetime }} {% for value in statistic.result %} {% endfor %} {% for value in statistic.result %} {% endfor %}
{{ statistic.result[loop.index0][0] }}
{{ statistic.result[loop.index0][1]|numberformat }} {% if "Interpolation" in statistic.name and statistic.result[loop.index0][1]|string != 'inf' %} % {% endif %}
{% if metadata and statistic.name == 'Value histogram' %}
Lower limit {{ metadata.limit_low }}
Upper limit {{ metadata.limit_high }}
{% endif %} {% for value in statistic.result.hist|normalizevalues %} {% endfor %}
{{ series_name }} Values Bin start Bin end Percentage
{{ statistic.result.bin_edges[loop.index0]|numberformat }} - {{ statistic.result.bin_edges[loop.index]|numberformat }} {{ statistic.result.bin_edges[loop.index0] }} {{ statistic.result.bin_edges[loop.index] }} {{ (100 * value)|round|int }}
{% for series in statistic.result.series %} {% endfor %} {% for series in statistic.result.series %} {% set outer_loop = loop %} {% for column in statistic.result.columns %} {% endfor %} {% endfor %}
{{ visualize_series(series) }}
{{ series.name }} ({{ series.source }}){{ column[outer_loop.index0] }}
{{ statistic.result|numberformat }}s{{ statistic.result|numberformat }}%{{ statistic.result|numberformat }}