dataset_download
Retrieve a Kaggle dataset's download URL by specifying the owner and dataset slug. Optionally download a specific file from the dataset.
Instructions
Download dataset files. Returns download URL.
Args:
owner: Dataset owner username.
dataset_slug: Dataset slug name.
file_name: Specific file. Empty for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| dataset_slug | Yes | ||
| file_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |