How-to use the Kaggle API in Python

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 30

  • @hawra31
    @hawra31 3 роки тому +3

    Is it possible to read the file to a dataframe directly instead of downloading it?

  • @guilhermehoffmann6446
    @guilhermehoffmann6446 День тому

    Thanks for the video, helped me!

  • @jorgeih
    @jorgeih 3 роки тому +2

    Before downloading, one has to accept the competition rules manually on the kaggle competition page or will get an error.

  • @shailejagundu2017
    @shailejagundu2017 2 роки тому

    Thank you so much, James. I was struggling with this since yesterday but finally was able to download. All thanks to your video.

  • @navjotsingh8372
    @navjotsingh8372 2 роки тому +1

    Hi, what to do if the competition is expired but i still want to download the dataset

  • @NateMophiRacing
    @NateMophiRacing 8 місяців тому

    W video, very helpful in February 204, thanks

  • @brijesh0808
    @brijesh0808 3 роки тому

    Awesome!
    Thats what I was looking for!

  • @josecordova2260
    @josecordova2260 Рік тому +1

    Awesome Base del Conocimiento Kaggle thank's

  • @taiyosuzuki2637
    @taiyosuzuki2637 3 роки тому +1

    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.

    • @jamesbriggs
      @jamesbriggs  3 роки тому

      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 :)

  • @allahjoseph
    @allahjoseph Рік тому

    Thanks guy!

  • @anuj1526
    @anuj1526 Рік тому

    thanks for helping .

  • @programmingdesigning2228
    @programmingdesigning2228 3 роки тому +2

    nice video, thanks for sharing

    • @jamesbriggs
      @jamesbriggs  3 роки тому

      thanks, glad you liked it

    • @braydenaidan655
      @braydenaidan655 3 роки тому

      A tip: you can watch movies at kaldroStream. Me and my gf have been using it for watching all kinds of movies recently.

    • @deanroy1747
      @deanroy1747 3 роки тому

      @Brayden Aidan definitely, I have been using kaldrostream for since december myself =)

  • @danilobredaa
    @danilobredaa Рік тому

    ohhh man, thanks a LOT!

  • @jonasbenek4447
    @jonasbenek4447 3 роки тому

    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 "..."

    • @jamesbriggs
      @jamesbriggs  3 роки тому

      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?

  • @boquangdong
    @boquangdong 3 роки тому

    thank you for about video. this is good video.

  • @francovega7089
    @francovega7089 3 роки тому

    Thanks for sharing!

  • @muntakim.data.scientist
    @muntakim.data.scientist 2 роки тому

    1:12

  • @taiyosuzuki2637
    @taiyosuzuki2637 3 роки тому

    please, sir!

    • @jamesbriggs
      @jamesbriggs  3 роки тому

      hey, replied to your other comment - hope it helps!

    • @taiyosuzuki2637
      @taiyosuzuki2637 3 роки тому

      @@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?

    • @taiyosuzuki2637
      @taiyosuzuki2637 3 роки тому

      @@jamesbriggs this way,please,hepl me.
      212 configuration = Configuration()
      ValueError: Error: Missing username in configuration.

    • @taiyosuzuki2637
      @taiyosuzuki2637 3 роки тому

      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.