Shape: {{ report.shape[0] }} rows × {{ report.shape[1] }} columns
Columns: {{ report.columns | join(', ') }}
| Column | Missing Values |
|---|---|
| {{ col }} | {{ miss }} |
| Column | Type |
|---|---|
| {{ col }} | {{ dtype }} |
| Statistic | {% for col in report.describe.keys() %}{{ col }} | {% endfor %}
|---|---|
| {{ stat }} | {% for val in values.values() %}{{ val }} | {% endfor %}
No numeric columns available for correlation analysis.
{% endif %}