Video není dostupné.
Omlouváme se.

Pull data from API using Python

Sdílet
Vložit
  • čas přidán 17. 06. 2023
  • How to pull data from rest api and push it to sql server
    JSON data to database using python
    #python #data #dataanalytics #datavisualization #restapi #api #dataengineering #pipeline

Komentáře • 35

  • @WadieGamer
    @WadieGamer Před 4 měsíci +1

    Thank you, you made the process very easy!

  • @PrincePazol
    @PrincePazol Před rokem +1

    Super helpful video. Thanks mahn🤗

    • @thebihub
      @thebihub  Před rokem

      Thanks Prince, Glad you liked it ☺

  • @nikhilchakrapani3542
    @nikhilchakrapani3542 Před 11 měsíci +2

    Very helpful! Thank you.

  • @Charanpro007
    @Charanpro007 Před rokem +1

    Very helpful 👍

  • @madhusudhanachary1310
    @madhusudhanachary1310 Před 5 měsíci +1

    Excellent man

  • @lakshminarasimhannarasimha1338
    @lakshminarasimhannarasimha1338 Před 10 měsíci +1

    very useful :) thank you

  • @Skd833
    @Skd833 Před 3 měsíci

    For all 3 imports, can you please help with the error :: Import 'requests' could not be resolved by Pylance???

  • @aakashmittal8598
    @aakashmittal8598 Před 5 měsíci +1

    How we can automate the process of data fetching from a live data API and data dumping without running the code again and again?

    • @thebihub
      @thebihub  Před 5 měsíci

      Hi Aakash, use any job scheduler like Apache airflow, SQL server agent,...

    • @signedturnip6442
      @signedturnip6442 Před 3 měsíci

      Did you find a way? Im kinda of a noob and i need my code to run daily without fail in order for it to retrieve data from rest api’s and load it to our local database. I tried uploading my code to an app function in azure but since it has a dynamic ip address I haven’t been able to make it work (permission errors). Theres always task scheduler on a local computer but i can’t always trust it’ll be on. Any ideas?

  • @tejaswibhargava8745
    @tejaswibhargava8745 Před 6 měsíci +1

    Hi, Do i need to create a DB structure in MSSQL first and then write code to fetch data? Or will it create the table automatic??

    • @thebihub
      @thebihub  Před 6 měsíci +1

      Hi Tejaswi, just create database , table will be created automatically with the name you provide

  • @abigailsarpong3494
    @abigailsarpong3494 Před 8 měsíci +1

    Did you already create the 'FactCrypto' table in MSSQL before connecting or you just gave a table name.
    I am trying to write to SQL but I always get error.

    • @thebihub
      @thebihub  Před 8 měsíci

      Just gave a table name

  • @user-gn9rf2dl8o
    @user-gn9rf2dl8o Před 8 měsíci

    I am trying to connect to Sql workbench but always get error, I dont know exact code for engine. Any help is appreciated.

  • @VitaminProtein_official
    @VitaminProtein_official Před 5 měsíci +1

    Hi, I have a key for api (trial version) of printfriendly website.. is this video meant for the purpose of "How to extract that api & use it forever for free" ?

  • @samhudaya7549
    @samhudaya7549 Před rokem +1

    In that suppose same data came again how it will load for example yesterday one row it's ram next day also we get same data how to it will load this Data this means duplicate data.

    • @thebihub
      @thebihub  Před rokem

      Hi Samhudaya, In 'if_exists' parameter use 'append' as value so that it'll load only new rows to the table.

  • @vamshiv2498
    @vamshiv2498 Před 5 měsíci

    Can you please provide website or resource where can we find such free APIs

  • @deepanshudas3190
    @deepanshudas3190 Před rokem +1

    In which tool you are creating this phython code?

  • @kotamrajusurya9185
    @kotamrajusurya9185 Před 10 měsíci +1

    Can you please share API link

    • @thebihub
      @thebihub  Před 9 měsíci

      api.coincap.io/v2/assets

  • @user-py3hh7zr5o
    @user-py3hh7zr5o Před 10 měsíci +1

    sql not connect

  • @Coolbitch_Su
    @Coolbitch_Su Před rokem +1

    In every video there is a different way of fetching data
    Its very confusing, which to remember

    • @thebihub
      @thebihub  Před rokem

      Hi Suman , may I know which part is confused for you so that I can clear it