download_inference_data
Download prediction challenge inference data for specified periods to a local .parquet file, with optional polling for availability.
Instructions
Download inference data for a specific period.
Args:
release_date: The release date in 'YYYY-MM-DD' format or 'current' or 'latest'
dest_path: Absolute path where to save the data, must end with .parquet
poll: Whether to wait for the inference data to be available before downloading
poll_interval: Seconds to wait between retries when polling
timeout: Maximum seconds to wait before raising TimeoutError (None waits indefinitely)
Returns:
Success message or error
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_date | Yes | ||
| dest_path | Yes | ||
| poll | No | ||
| poll_interval | No | ||
| timeout | No |