Python Fundamentals For Data Engineering: Create your first ETL Pipeline

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024

ความคิดเห็น • 26

  • @nanayaw7159
    @nanayaw7159 ปีที่แล้ว +2

    This is really awesome

  • @Lerahul
    @Lerahul ปีที่แล้ว

    Great content Anuj!

  • @snapfade
    @snapfade ปีที่แล้ว

    Excellent video, very clear

  • @_Machiavel_
    @_Machiavel_ 3 หลายเดือนก่อน

    excellent video

  • @travelingsandy900
    @travelingsandy900 8 หลายเดือนก่อน

    That was a very good explanation

  • @parkerrex
    @parkerrex 8 หลายเดือนก่อน

    Super helpful, thanks :-)

  • @PradeepPenn
    @PradeepPenn ปีที่แล้ว

    Thank you Anuj!

  • @wayne_vt
    @wayne_vt ปีที่แล้ว

    Very helpful

  • @jeanfabraruiz7994
    @jeanfabraruiz7994 ปีที่แล้ว

    This is cool, only one thing missingg and its how to orchestate this, how to setup automation

    • @AnujSyal
      @AnujSyal  ปีที่แล้ว +1

      Thanks for the suggestion, I do have a video on docker and airflow, maybe that one can give you some idea in terms of automation

  • @calvinallen8425
    @calvinallen8425 10 หลายเดือนก่อน

    great video and content!!, i want to ask how to make a two database one is database AdventureWorks database, one for Stagging database, and python code of initial ETL and incremental ETL on the phase of Extraction. thank you

    • @AnujSyal
      @AnujSyal  6 หลายเดือนก่อน

      See what pip packages support these databases. I would start from psycppg2. As a last resort you can also check apis by these databases if any and then connect to these using python

  • @LordPyro
    @LordPyro 3 หลายเดือนก่อน

    Great work! when I try to run import requests, it says No module named requests - what do I need to import to be able to import requests?

    • @savichopra9083
      @savichopra9083 หลายเดือนก่อน

      pip install requests

  • @brookster7772
    @brookster7772 5 หลายเดือนก่อน

    Nice video what editor plug-in are you using I love it

    • @AnujSyal
      @AnujSyal  5 หลายเดือนก่อน +1

      I am using iMovie

    • @brookster7772
      @brookster7772 5 หลายเดือนก่อน

      @@AnujSyal thanks man I’m new to python and I was talking about your notebook file in visual studio code. Thanks man.

    • @AnujSyal
      @AnujSyal  5 หลายเดือนก่อน

      @@brookster7772 That comes in built with Vscode. Use the following syntax to create a cell
      # %%

  • @nitinmadan4009
    @nitinmadan4009 3 หลายเดือนก่อน

    SQL on Steroids is pandas, that was a
    Good one 😅

  • @iksukekw
    @iksukekw 9 หลายเดือนก่อน

    how did you open dataviewer to see the actual dataframe?

    • @AnujSyal
      @AnujSyal  9 หลายเดือนก่อน

      When you configure running jupyter notebook it comes with that. You can see Variables as part of the jupyter environment, and go into each dataframe to check in the values in memory.
      It is really similar to spyder

  • @Rock6350
    @Rock6350 ปีที่แล้ว

    Hi Anuj, When I try to code this in google Colab. I'm getting error that "name 'transform' is not defined"

    • @nakul--
      @nakul-- ปีที่แล้ว +1

      make sure you have imported it correctly at the beginning of your code. import via :
      from sklearn.preprocessing import transform

    • @AnujSyal
      @AnujSyal  ปีที่แล้ว +1

      Yeah Nakul is right, it looks like an import error

  • @nakul--
    @nakul-- ปีที่แล้ว

    haha pandas is like excel on steriods! lolllll

  • @manojghuge5916
    @manojghuge5916 6 หลายเดือนก่อน

    All good except the fake accent