missing_report
Audit data completeness by grouping rows and reporting missing-value counts across specified columns to identify problematic records before analysis.
Instructions
For any dataset table, groups rows by 'group_by' and reports missing-value
counts across the specified 'columns'.
Use before analysis to audit data completeness and find problematic records.
Example: missing_report('fund.csv', 'fund_type', ['pledge', 'deposit'])
(filename aliases map to database-backed tables by default.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| columns | Yes | ||
| filename | Yes | ||
| group_by | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||