tldr/pages/common/kaggle.md

13 lines
301 B
Markdown
Raw Normal View History

2020-03-12 19:58:49 +00: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:
`kaggle competitions download {{competition}} -f {{filename}}`