Tables
Data Table
Data Profile
Number of Rows | Number of Columns |
---|---|
{{ profile['rows'] }} | {{ profile['columns'] }} |
Column Name | Missing Values | Missing Value Percent | {% for key in profile['missing_values'].keys() %}
---|---|---|
{{ key }} | {{ profile['missing_values'][key] }} | {{ profile['missing_vals_pct'][key] }} |
Number of Columns | Categorical Columns |
---|---|
{{ (profile['num_categorical_columns']) }} | {{ profile['categorical_columns'] }} |
Number of Columns | Numerical Columns |
---|---|
{{ (profile['num_numerical_columns']) }} | {{ profile['numerical_columns'][0] }} |
Number of columns | Columns name |
---|---|
{{ profile['num_col_with_std_zero'] }} | {{ profile['cols_with_std_zero'] }} |
Number of Duplicate Rows | Data Size |
---|---|
{{ profile['num_duplicate_rows'] }} | {{ profile['datasize'] }} |