1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/kaggle.md

12 lines
314 B
Markdown

# 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:
`kaggle competitions download {{competition}} {{[-f|--file]}} {{filename}}`