Pull data from API using Python

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

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

  • @MICHAIL_NIKOLIOUDAKIS
    @MICHAIL_NIKOLIOUDAKIS 3 месяца назад +3

    thanks for that! we need more of these please. ETL and ELT processes.

    • @thebihub
      @thebihub  3 месяца назад

      @@MICHAIL_NIKOLIOUDAKIS sure Michail!

  • @aniket9595
    @aniket9595 25 дней назад

    Superb, thanks!

  • @FaisalMasood-q6g
    @FaisalMasood-q6g 3 месяца назад +1

    Thank you, i did as it is;Now it worked for me

    • @thebihub
      @thebihub  3 месяца назад

      @@FaisalMasood-q6g glad it helped you!

  • @PrincePazol
    @PrincePazol Год назад +1

    Super helpful video. Thanks mahn🤗

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

      Thanks Prince, Glad you liked it ☺

  • @nikhilchakrapani3542
    @nikhilchakrapani3542 Год назад +2

    Very helpful! Thank you.

  • @WadieGamer
    @WadieGamer 8 месяцев назад +1

    Thank you, you made the process very easy!

    • @thebihub
      @thebihub  8 месяцев назад +1

      Glad it helped

  • @madhusudhanachary1310
    @madhusudhanachary1310 10 месяцев назад +1

    Excellent man

    • @thebihub
      @thebihub  9 месяцев назад

      Thanks Madhusudan!

  • @Charanpro007
    @Charanpro007 Год назад +1

    Very helpful 👍

  • @lakshminarasimhannarasimha1338
    @lakshminarasimhannarasimha1338 Год назад +1

    very useful :) thank you

  • @Bluueable
    @Bluueable 24 дня назад

    Thank you.

  • @abigailsarpong3494
    @abigailsarpong3494 Год назад +2

    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  Год назад +1

      Just gave a table name

  • @aakashmittal8598
    @aakashmittal8598 9 месяцев назад +3

    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  9 месяцев назад +2

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

    • @signedturnip6442
      @signedturnip6442 7 месяцев назад

      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 10 месяцев назад +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  10 месяцев назад +1

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

  • @Liquidzoro73
    @Liquidzoro73 2 месяца назад

    Can you make a video how to push the data from snowflake table to api endpoint

  • @VitaminProtein_official
    @VitaminProtein_official 10 месяцев назад +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" ?

    • @thebihub
      @thebihub  9 месяцев назад +1

      Hi, yes boss

  • @deepanshudas3190
    @deepanshudas3190 Год назад +1

    In which tool you are creating this phython code?

  • @Skd833
    @Skd833 7 месяцев назад

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

  • @rahulfatnani4700
    @rahulfatnani4700 3 месяца назад

    How can we automate data backup and download data from salesforce automatically in the local storage

  • @Arshdeep06
    @Arshdeep06 3 месяца назад

    how can we write the header if we want to fetch pools table from uniswap api

  • @vamshiv2498
    @vamshiv2498 9 месяцев назад

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

  • @ShravanKumar-e8s
    @ShravanKumar-e8s Год назад

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

  • @samhudaya7549
    @samhudaya7549 Год назад +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  Год назад

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

  • @kotamrajusurya9185
    @kotamrajusurya9185 Год назад +2

    Can you please share API link

    • @thebihub
      @thebihub  Год назад +1

      api.coincap.io/v2/assets

  • @raki-u7m
    @raki-u7m Год назад +1

    sql not connect

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

      SQL Server is connected

    • @raki-u7m
      @raki-u7m Год назад

      @@thebihub engine.connect show error

  • @SuChandel9
    @SuChandel9 Год назад +1

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

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

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