How-to use the Kaggle API in Python

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 30

  • @guilhermehoffmann6446
    @guilhermehoffmann6446 Месяц назад

    Thanks for the video, helped me!

  • @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.

  • @hawra31
    @hawra31 3 года назад +3

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

  • @josecordova2260
    @josecordova2260 2 года назад +1

    Awesome Base del Conocimiento Kaggle thank's

  • @NateMophiRacing
    @NateMophiRacing 10 месяцев назад

    W video, very helpful in February 204, thanks

  • @brijesh0808
    @brijesh0808 3 года назад

    Awesome!
    Thats what I was looking for!

  • @jorgeih
    @jorgeih 3 года назад +2

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

  • @anuj1526
    @anuj1526 Год назад

    thanks for helping .

  • @allahjoseph
    @allahjoseph Год назад

    Thanks guy!

  • @navjotsingh8372
    @navjotsingh8372 2 года назад +1

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

  • @danilobredaa
    @danilobredaa Год назад

    ohhh man, thanks a LOT!

  • @programmingdesigning2228
    @programmingdesigning2228 4 года назад +2

    nice video, thanks for sharing

    • @jamesbriggs
      @jamesbriggs  4 года назад

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

  • @boquangdong
    @boquangdong 3 года назад

    thank you for about video. this is good video.

  • @francovega7089
    @francovega7089 3 года назад

    Thanks for sharing!

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

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

  • @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.