origin_diagnose_worksheet
Check worksheet data quality before plotting or analysis. Reports column types, missing values, and identifies issues such as empty sheets, null columns, and high missing data.
Instructions
Check worksheet data quality before plotting or analysis.
Reports per-column dtype, missing count/fraction, and unique count, plus structured issues: empty_worksheet and all_null_column (error), high_missing and duplicate_columns (warning), non_numeric_column and constant_column (info). high_missing_threshold is the missing fraction (0-1) that triggers a high_missing warning. "passed" is false when any error-severity issue is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | No | ||
| sheet_name | No | ||
| columns | No | ||
| high_missing_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||