dataset_download_file
Download a specific file from a Kaggle dataset by providing the dataset owner, slug, and file name. Returns a direct download URL.
Instructions
Download a single file from a dataset. Returns download URL.
Args:
owner: Dataset owner username.
dataset_slug: Dataset slug name.
file_name: Name of the specific file to download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| dataset_slug | Yes | ||
| file_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |