tsf_load_series
Load a time series panel from CSV or Parquet into the server, getting a summary of series count, frequency, and date range to inform forecasting settings.
Instructions
Read a CSV or Parquet panel from disk and register it under a handle.
Call this first; every other tool takes the handle it returns. The file must be in Nixtla long format (unique_id, ds, y). Returns a compact JSON summary -- series count, inferred frequency, date range, missing values, and the SHA-256 of the source -- and nothing else: the data stays in the server so it never consumes your context.
Read the summary before choosing a horizon. If obs_per_series.min is small, a long horizon or many CV windows will not fit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |