We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the question Tricks and tips for kaggle?
The text was updated successfully, but these errors were encountered:
Answer Kaggle API
$ pip install --user kaggle
# You can also choose to export your Kaggle username and token to the environment: $ export KAGGLE_USER=xxxx $ export KAGGLE_TOKEN=xxxxxxxxxxxxxx
# supported commands $ kaggle competitions {list,files,download,submit,submissions,leaderboard} $ kaggle datasets {list, files, download, create, version, init} $ kaggle config {view, set, unset}
# example $ kaggle datasets download -d ramamet4/app-store-apple-data-set-10k-apps
Sorry, something went wrong.
No branches or pull requests
Describe the question
Tricks and tips for kaggle?
The text was updated successfully, but these errors were encountered: