Where do I put the downloaded file? There is no kaggle file. I tried to create a .kaggle file, but I couldn't. I tried to create a .kaggle file, but I couldn't. It said, "This is not possible.
you need to 'pip install kaggle' first, then if you can't find the folder still, in your python code write 'import kaggle' and a warning/error should appear saying 'you need to place a file in ...' - this is the directory you should put your kaggle.json :)
if you write 'import kaggle' in your notebook it should come up with an error saying you need to place kaggle.json in a directory - can you copy that directory?
@@jamesbriggs Warning: Your Kaggle API key is readable by other users on this system! To fix this, you can run 'chmod 600 /Users/SN/.kaggle/kaggle.json' I've been told to do this. What should I do?
Thanks for the video, helped me!
Thank you so much, James. I was struggling with this since yesterday but finally was able to download. All thanks to your video.
Glad to hear!
Is it possible to read the file to a dataframe directly instead of downloading it?
Awesome Base del Conocimiento Kaggle thank's
W video, very helpful in February 204, thanks
Awesome!
Thats what I was looking for!
Before downloading, one has to accept the competition rules manually on the kaggle competition page or will get an error.
thanks for helping .
Thanks guy!
Hi, what to do if the competition is expired but i still want to download the dataset
ohhh man, thanks a LOT!
nice video, thanks for sharing
thanks, glad you liked it
A tip: you can watch movies at kaldroStream. Me and my gf have been using it for watching all kinds of movies recently.
@Brayden Aidan definitely, I have been using kaldrostream for since december myself =)
thank you for about video. this is good video.
Thanks for sharing!
More than welcome!
Where do I put the downloaded file? There is no kaggle file. I tried to create a .kaggle file, but I couldn't. I tried to create a .kaggle file, but I couldn't. It said, "This is not possible.
you need to 'pip install kaggle' first, then if you can't find the folder still, in your python code write 'import kaggle' and a warning/error should appear saying 'you need to place a file in ...' - this is the directory you should put your kaggle.json :)
I cannot put the json file into the folder because I cannot find it. I have a chromebook and am therefore limited in my option to search for the "..."
if you write 'import kaggle' in your notebook it should come up with an error saying you need to place kaggle.json in a directory - can you copy that directory?
1:12
please, sir!
hey, replied to your other comment - hope it helps!
@@jamesbriggs
Warning: Your Kaggle API key is readable by other users on this system! To fix this, you can run 'chmod 600 /Users/SN/.kaggle/kaggle.json'
I've been told to do this. What should I do?
@@jamesbriggs this way,please,hepl me.
212 configuration = Configuration()
ValueError: Error: Missing username in configuration.
I executed the transformin
After transferring the json file, I did what I asked you to do earlier, which was to run. After that, I got this.