NumPy vs Pandas

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ •

  • @jamesharrison149
    @jamesharrison149 Рік тому +88

    Came for the python chat, stayed for the Pink Floyd references

  • @jharomeer
    @jharomeer Рік тому +58

    This is undoubtedly the most entertaining and educational video I've encountered on such a complex subject. It cleverly incorporates dad jokes and Pink Floyd references within the initial 60 seconds. I'm absolutely enamoured by it!

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

      I don't think a comparison video is a complex subject. LOL

    • @NewsChannel-y4g
      @NewsChannel-y4g 7 місяців тому

      @@jay_wright_thats_right if it talks like a duck then it probably quacks in termination mode

  • @tonymaloney7096
    @tonymaloney7096 Рік тому +14

    What's far more amazing than this guys insight into coding languages and concepts, is his seamless ability to write things down on a "window screen" backwards so proficiently. Imagine the pure calligraphy of his "forwards" handwriting

  • @ammarabdelaal150
    @ammarabdelaal150 5 місяців тому +4

    This video is concise, clear, to the point, enjoyable, eye-relaxing, organized and fun!! Fabulous colour-theme.. and a warm feeling, especially at the end. Thank you a lot!

  • @erickeft
    @erickeft Рік тому +35

    Thanks for giving us this kind of content, I really love to watch these videos from IBM

  • @tyronefrielinghaus3467
    @tyronefrielinghaus3467 Рік тому +19

    This particular IBM presenter is the best!!!

  • @alkadoHs
    @alkadoHs Рік тому +16

    I like this teacher as he explain things very clearly

  • @rudiklein
    @rudiklein Рік тому +34

    I wouldn't mind watching a similar video on seaborn vs matplotlib vs plotly. I find it difficult to choose one of these libraries as my primary goto library. Using all of them is complicated because the syntax and use varies.

  • @daftsteez
    @daftsteez Рік тому +5

    Didnt expect a homebrew youtuber to pop up in an IBM vid in my feed 😂

  • @tomthedatanerd
    @tomthedatanerd 5 місяців тому +1

    This lesson was a piece of art!

  • @boredgamesph4872
    @boredgamesph4872 10 місяців тому +1

    7,8,9 have special relationship. In positive integers they are the only have the pattern of prime,cubed,squared.
    P,P+1=N³,P+2=M²

  • @Ballbagsaggins
    @Ballbagsaggins Рік тому +2

    UA-cam pretty much has me pegged.
    The homebrew challenge guy chatting about data science libraries.😉

  • @jaudatalhusen9049
    @jaudatalhusen9049 19 днів тому

    Big thanks to ibm for the great courses and idk what else alot

  • @jonnysolaris
    @jonnysolaris Рік тому +29

    Loving the Pink Floyd references, Comfortably NumPy, and Any Colour You Like😁

  • @akhilbodi1470
    @akhilbodi1470 Рік тому +2

    Thank You And We Need More Like This!

  • @petermilenkovic3058
    @petermilenkovic3058 Рік тому +4

    I was waiting for a home brew recipe 😂

  • @Musicman9492
    @Musicman9492 Рік тому +3

    Why is this pillar of Homebrew UA-cam being served to me in a video outlining data analysis via downstream Python programs?

  • @raghavsharma4398
    @raghavsharma4398 Рік тому +3

    Sir, could you please make a video on understanding YOLO architecture and its various versions or start a playlist on deep learning

  • @karengomez3143
    @karengomez3143 Рік тому +5

    Not very much python libraries related, but I was already thinking Jeff’s videos had R. References, especially Dogs of war (even though that’s from Gilmore I believe…) but now I’m sure there’s Pink Floyd references everywhere :)

  • @sanuyadav-ys3fb
    @sanuyadav-ys3fb Рік тому +4

    amazing explanation! Pls continue to bring such more videos

  • @renoob879
    @renoob879 Рік тому +7

    Me, running straight to my Jupyter Notebook to find out why 789: 🏃🏃🏃

  • @wpouser
    @wpouser Рік тому +3

    The background of Pandas just change, now is Apache Arrow, but good content by the way.

  • @change2change
    @change2change Рік тому +9

    Sir, how did you write on the screen? How have you positioned yourself while writing on the screen? Seems like you are a leftie but writing direction appears to be right to left ! Great ! Learned a lot. Asked out a curiosity. 😊😊

    • @LoveYourFamily2
      @LoveYourFamily2 Рік тому +15

      My guess is, he is probably writing on a huge glass, and the camera is on the other side of the glass. And before uploading, the video is "mirrored" in an editor.

    • @Adrian-jn9ov
      @Adrian-jn9ov Рік тому +8

      ​@@LoveYourFamily2 that is correct. It was explained by this channel sometime ago

    • @IBMTechnology
      @IBMTechnology  Рік тому +5

      See ibm.biz/write-backwards

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

    Excellent delivery

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

    Very good explanation 😊 thank you!

  • @keemsmiledentistry
    @keemsmiledentistry Рік тому +5

    Start with numpy! look for the features you are most likely to need and if that answer leads to you to panda………….

  • @abnormaltaro
    @abnormaltaro Рік тому +2

    1:00 PYTNOV

  • @alizamani1196
    @alizamani1196 7 місяців тому

    Learned so much from your video, thank you for that
    There is one problem though; Please do smth about the writing on the screen, I can't say what's the issue but it's illegible

  • @muhammadyousifjamali3491
    @muhammadyousifjamali3491 Рік тому +2

    Good explanation
    But I want to ask from those who are already related to tech specially ai that which languages are better for an ai developer/researcher instead of python which languages we ought to learn
    Java
    C++
    R
    I know python is fundamental and essential
    Thanks in advance

    • @stopdog10
      @stopdog10 Рік тому +6

      Tensorflow (A famous AI (machine learning) framework) uses python for the users to input their data and parameters, but the backend or where the real work is done is written in C++ as it is a faster, more optimized language. So if you were to build your own framework, which I wouldn't recommend, I would use C or C++. However if you are just going to work with the amazing and already available tools then python is your way to go.

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

      Actually it's R , though Java and C++ is best too but it's much harder to use them.

    • @Tri-Technology
      @Tri-Technology Рік тому +1

      The programing language Julia is quite interesting. It's faster than python, but you can also call python scripts/functions with a package called PyCall. The question about programing languages is always what you wanna do and who is working with you. Most people know Python, so it's the easiest consensus. Are you working alone, but you want to optimize speed on a very complex level C++ is your way to go. Most of the times Python is just enough so I would focus on improving your skills there and if you need more optimization go for something like C++/C# and for analysists R & Julia could be the best ones but Julia did not have it's break through yet.

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

    I feel making a comparassion between NumPy vs. Pandas is wrong, because Pandas is based on NumPy, and it's more to manage data and different kind of documents, meanwhile NumPy it's more mathematical stuff, in a regular day as a data analyst or data science you can use both easily in the same project.

  • @aliyananwar7633
    @aliyananwar7633 Рік тому +2

    I am coding a trading bot using numpy custom built function for moving average exponential moving average and min max sliding for float arrays. 😊 numpy is faster

  • @notyourbusiness2672
    @notyourbusiness2672 3 місяці тому

    This clear whiteboard is so very qay

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

    What do you mean vs, panda depends on Numpy

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

    what is this 789 reference?

  • @Doggy_Styles_Coding
    @Doggy_Styles_Coding 11 місяців тому

    why not numpy and pandas ? There are a lot of synergies if you know both

  • @srivamsirongali
    @srivamsirongali 6 місяців тому

    how are you writing backwards?

  • @philipberthiaume2314
    @philipberthiaume2314 Рік тому +2

    I'm a daily user of Pandas, but do use Numpy expressly for subroutines to manipulate data to a format I need, as necessary. I find it rare that I will use Numpy on its own.

  • @Syed-A-Rizvi
    @Syed-A-Rizvi 7 місяців тому

    can anyone tell me how is this video made?

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

    I love Numpy and Pandas. And WOW, for some time we have CUPY (it´s Numpy for GPU, much faster) and POLARS, which is also much faster than Pandas. Try these out!!!

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

    Well done! Thanks a lot.

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

    Pronounced as PythON or PythUN?

  • @peace_truth1471
    @peace_truth1471 Рік тому +14

    Amazing explanation. I’ve been crafting my own peogramming « tools », ignoring the libraries available, but that’s definitely the wrong approach as it makes developing a lot more time consuming :/ I’ll learn numpy and then move to pandas if needed :)

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

    Does he have to write everything backwards?

  • @hedonicas
    @hedonicas Рік тому +8

    Wish "Pandas 2.0 vs Polars" were here.

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

      There are many but understanding simple is much beter unless u are very egur to

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

      Thank you for the suggestion! We'll consider it.

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

    I wonder how many pink floyd puns he managed to squeeze in

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

    My guy writes better backwards than I do forwards 😅

  • @catchroniclesbyanik
    @catchroniclesbyanik Рік тому +2

    This guy is surely a Pink Floyd fan

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

    please do a video on sklearn, tensorflow, pytorch please!!!!!!!

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

    Better is compare numpy || xarray and pandas || polars || PySpark ...

  • @emdo8437
    @emdo8437 Рік тому +3

    This is way too in touch to be produced by a company

  • @abdulmajeedasiri8383
    @abdulmajeedasiri8383 2 місяці тому +1

    Dude What the hell, why you are getting into History that no one asks about? Simply give us a crash course to get into firms

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

    Data science is great and all but have you ever considered home brewing? ;)

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

    I abandoned PANDAS because it was slow. I wrote my own task specific functions from scratch. But with cython as you have said here, I might have second look.

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

    Julia is pretty fast

  • @menonsunil
    @menonsunil 7 місяців тому +2

    Comfortably Numpy 😅

  • @learndatabending182
    @learndatabending182 Рік тому +3

    You may not know Polars outperform Pandas, and Peaks prepares to outperform Polars.

  • @davidringhage
    @davidringhage 9 місяців тому

    Thank you

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

    The reason 789 was because needed to eat a 3 squared meal

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

    julia vs jax please!

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

    Do a triangle test to see if users can tell the difference 😂 sorry, overlapping interests I guess 😬

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

    Pandas was written by people who are very deeply concerned with job security.

    • @MM-uh2qk
      @MM-uh2qk Рік тому

      Why do you say so?

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

    Thankyou

  • @Beautifulod
    @Beautifulod 3 місяці тому

    Love python

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

    Ugh, I don't know what's worse... his 789 and comfortably numbpy jokes, or that I found it to be funny. I hate myself.

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

    thanks

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

    Wow cool

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

    Comfortably Numpy. Lol

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

    This guy speaks English but writes doctor.

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

    Ty, first comment in a row!

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

    First comment 😎

  • @lisaprince1313
    @lisaprince1313 4 місяці тому

    numpty

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

    Good explanation. Sloppy handwriting, though.

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

    Haskell is better!!!!!!

  • @dermagier4942
    @dermagier4942 10 місяців тому

    bist cool mit dem spiegelverkehrt schreiben ! NICHT !

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

    what a useless video ... 100% generality, showing absolute NOTHING in detail, no examples of any kind given ...