origin_fill_missing
Fill or remove missing values in worksheet cells using strategies like forward/backward fill, mean, median, custom value, or row/column deletion. Optionally limit to specific columns and write to a new sheet.
Instructions
Handle missing worksheet values.
strategy is one of: drop_rows, drop_columns, value (requires value), ffill, bfill, mean, median. columns limits which columns are affected (default: all). Provide output_book/output_sheet to write to a new sheet instead of in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | value | |
| value | No | ||
| columns | No | ||
| book_name | No | ||
| sheet_name | No | ||
| output_book | No | ||
| output_sheet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||