inspect_data
Inspect a loaded data handle to get rich metadata for understanding time series before modeling. Returns mtype, scitype, shape, column names, dtypes, index info, frequency, cutoff, missing values, head preview, and summary statistics.
Instructions
Inspect a loaded data handle and return rich metadata for understanding the series before modelling. Returns mtype, scitype, shape, column names, dtypes, index level names, inferred frequency, cutoff (last training timestamp), total missing-value count, a 5-row head preview, and per-column summary statistics. Works on handles from load_data_source, split_data, or transform_data. Does not modify the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_handle | Yes | Data handle ID to inspect (from load_data_source, split_data, or transform_data). |