{% extends 'base.html' %} {% block header %} {% block title %}Overview{% endblock %} {% endblock %} {% block content %}
Numeric
{{ described_numeric }}
Categorical
{{ described_categorical }}
Unused Columns
{{ unused_cols }}
First 5 rows of data (transposed)
{{ head }}
Pairplot of Features
{{ pairplot }}
{% endblock %}