2025-03-14 21:59:59 -06:00
|
|
|
# kaggle
|
|
|
|
|
|
|
|
|
|
> Official CLI for Kaggle implemented in Python 3.
|
|
|
|
|
> More information: <https://github.com/Kaggle/kaggle-api>.
|
|
|
|
|
|
|
|
|
|
- View current configuration values:
|
|
|
|
|
|
|
|
|
|
`kaggle config view`
|
|
|
|
|
|
|
|
|
|
- Download a specific file from a competition dataset:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`kaggle competitions download {{competition}} {{[-f|--file]}} {{filename}}`
|