{% for statistic in statistics|sort_human(attribute='name') %} {% if statistic.data_type != 'sketch' %} {% if statistic.data_type == 'datetime' %} {% 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|datetimeformat }}
{% if metadata %}
Lower limit {{ metadata.limit_low }}
Upper limit {{ metadata.limit_high }}
{% endif %} {% for value in statistic.result.hist|normalizevalues %} {% endfor %}
{{ series_name }} sample values Bin start Bin end Percentage of samples
{{ 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 }}