How to Download Datasets from Kaggle to GOOGLE COLAB jupyter notebook using a few lines python code

preview_player
Показать описание

The easiest and best way to download the dataset from Kaggle to GOOGLE COLAB notebook.
Kaggle provides many datasets. You can download the Kaggle dataset to Google Colab jupyter notebook directly by using a few lines of python code. In this tutorial, I provide sample code for downloading a Kaggle dataset to Google Colab jupyter notebook directly.
Рекомендации по теме
Комментарии
Автор

Thank you so much for the video, it helped me a lot, congratulations

felipegaleno
Автор

you are a hero <3 thanks for sharing sir.

murat
Автор

This video helped me a lot! Thank you for sharing:)

alifia
Автор

Love you are meticulous!!!

It makes "how to" videos.


Great job!!! Thank

chebonrunner
Автор

when I run line 3 !1s
it give me this
/bin/bash: 1s: command not found



plz help me

ambreenkhan
Автор

It's very sad that Google Collab Pro is not used in some country, for example Turkey :( Thanks for helpful sharing.

Kaan
Автор

Aboww İngiliççeymiş. Gerçi anlıyor da gibiyim heralde galiba sanırsam

anbgul
Автор

Thank you very much for the video.

i'm stuck here as you can see below please help.





Traceback (most recent call last):
File "/usr/local/bin/kaggle", line 5, in <module>
from kaggle.cli import main
File "/usr/local/lib/python2.7/dist-packages/kaggle/__init__.py", line 23, in <module>
api.authenticate()
File "/usr/local/lib/python2.7/dist-packages/kaggle/api/kaggle_api_extended.py", line 146, in authenticate
self.config_file, self.config_dir))
IOError: Could not find kaggle.json. Make sure it's located in /root/.kaggle. Or use the environment method.

yousfoss