{% extends 'base.html' %} {% block content %} {% if non_numeric_cols %}
The following metadata column(s) have been omitted because they were not numeric: {{ non_numeric_cols }}
{% endif %} {% if zero_variance_cols %}
The following metadata column(s) have been omitted because they had no variance: {{ zero_variance_cols }}
{% endif %} {% if missing_values_cols %}
The following metadata column(s) have been omitted because they contained missing values: {{ missing_values_cols }}
{% endif %}
{{ result }}
{% endblock %}