How to Import (use) Kaggle datasets in Google Colab?

preview_player
Показать описание
In this session, we can understand how do we import the Kaggle datasets into Colab.
Рекомендации по теме
Комментарии
Автор

For those who are starting in the updated Kaggle site. The API command might not be available on the "Data" card so what you have to do is click on 3 dots, right after the "Download" button on top right of your dataset. Once you click that you will see an option "Copy API command". Click that and you are good to go!

MeMonarch
Автор

Very Helpful ! Thank you !

Summary commands :
1- Install kaggle
!pip install kaggle

2- Upload you API token kaggle.json:
from google.colab import files
files.upload()

3- Create a directory kaggle, move the kaggle.json to kaggle directory, change permissions to the file :
!mkdir ~/.kaggle
!mv kaggle.json ~/.kaggle/
!chmod 600 ~/.kaggle/kaggle.json

4- Copy API command in dataset section in Kaggle, (ADD '!' at the first of the command)


Enjoy the ride as your data models take flight! 😍

adnaneaboutalib
Автор

Perfect tutorial for Kaggle--->Colab. Thank you

goutamdas
Автор

I was struggling for this for quite a long time..Thank you very much for the video..it helps a lot for the new researcher in the DL field.

ms.mousoomibora
Автор

Very efficient, helpful and easy to understand
Thank you!

kalpanayadav
Автор

Thanks for the tutorial but what if the chosen dataset doesn't contain the API command to copy into the colab..?

akhilam
Автор

Shriram! This tutorial is undefeated. Thanks

kinuthiasteve
Автор

Very simple video, very nicely explained. The task which seemed impossible to me, you made it very simple. Jai Shriram

aegisds
Автор

Crisp & Precise explanation, Thank you! 👌🙌

sukanya
Автор

Thank you for your clear explanations. It was useful

musahabdulmumini
Автор

Sir, you have made it simple. It is very useful for the beginners like.me

AllAboutBI
Автор

Your tutorial is really so much helpful to me. It means a lot. Thanks for sharing such wonderful content to us

NagamalliParasa
Автор

Such a clear and efficient explanation..!!
Thanks man..!!

onesaditya
Автор

Great work simple and to the point very basic steps are addressed which are not found in many videos.you have solved my big problem.thank you sir

honest_review
Автор

sir, but when i am creating a direc it shows you can not creat any direc, now what should i do for this

durgaprasadmurapaka
Автор

Very nice explanation, easy to understand and where is the code in the description.? I couldn't find

archanas
Автор

Thank you so much sir.... U made me understand this method in such a easy way.🙏🏻

shireenkhan
Автор

Thank You so so much.
I can't explain how much irritated and lost i was feeling before watchin this video.
Now it's clear to me and i can explain to anyone else.
Once again Thanks a

aadarshkumar
Автор

Thank you so much sir! It is my first time participating on a competition in Kaggle

lee_badda
Автор

Hi sir thank you so much for this information
But while I am running the step 2 that is "*from google.colab import files
files.upload" I can't get "Choose Files" option in my laptop what I can do? and error raised it's shown

chittithotiakhila