plot_missing_values
Visualize missing value patterns with a heatmap to identify whether data is missing randomly or systematically.
Instructions
Heatmap showing missing value patterns across all columns. White = present, colored = missing. Use when quality_report shows significant missingness. Patterns in the heatmap reveal if data is missing randomly or systematically. Example: plot_missing_values()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df_name | No | ||
| save_path | No |