tailrisk_load_csv_series
Extract a numeric column from a local CSV into a series for tail-risk analysis; invalid cells are skipped and counted so data quality is clear.
Instructions
Read one numeric column from a local CSV so a series can be analysed.
Call this before the analysis tools when the data lives in a file rather than in the conversation. Non-numeric and empty cells are skipped and counted so data quality is visible.
Returns:
str: JSON with values (the parsed numbers), count,
skipped_rows and truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |