get_variable_stats
Compute statistical summaries (min, max, mean, std, NaN count, percentiles) for a variable in a NetCDF file to assess data quality and distribution.
Instructions
Get statistical summary of a variable: min, max, mean, std, NaN count, percentiles.
Args: file_path: Path to the NetCDF file. variable_name: Name of the variable to analyze.
Returns: JSON string with statistical summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| variable_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |