{% include '_var_header.html' %}
去重后个数 {{ values['unique'] }}
Unique (%) {{ values['unique_percentage'] }}
缺失率 (%) {{ values['null_count_percentage'] }}
缺失个数 (n) {{ values['null_count'] }}
最小值 {{ values['min'] }}
最大值 {{ values['max'] }}
{# #}
{% include '_var_footer.html' %}