My top 25 pandas tricks

  Рет қаралды 269,310

Data School

Data School

Күн бұрын

Пікірлер: 654
@dataschool
@dataschool 5 жыл бұрын
THANKS for watching! 🙌 Which trick are you most excited to start using? CLICK REPLY and let me know!
@TarmoSillajoeGoogle
@TarmoSillajoeGoogle 5 жыл бұрын
Thanks. Trick nr 9- building a dataframe from multiple files is the one i've been searching for. Comment to trick nr. 3. Sometimes modifying column names works by using Python's list comprehension. Say we want to capitalize all column names. Just write: df.columns = [my_col.capitalize() for my_col in df.columns]
@dataschool
@dataschool 5 жыл бұрын
Glad you like trick 9, that is one of my favorites! As for capitalizing column names, a list comprehension works, but a string method is even simpler: df.columns = df.columns.str.capitalize()
@juanbetancourt5106
@juanbetancourt5106 5 жыл бұрын
Thanks, those tricks are really amazing, I wonder if I can take this magic to the web, is it a good choice to combine pandas power with django?
@mritunjaykumar970
@mritunjaykumar970 5 жыл бұрын
The last trick will significantly reduce the amount of work we do understand the data through eda.that trick was amazing.thanks kevin
@sreenivas7739
@sreenivas7739 5 жыл бұрын
Thanks for a great video. Bonus trick is the most useful.
@zackhicks2433
@zackhicks2433 5 жыл бұрын
Video should be called 'Magic with Pandas'. Thanks for this really useful resource!
@dataschool
@dataschool 5 жыл бұрын
Thank you! 🙏
@Alok_Mandal
@Alok_Mandal 4 жыл бұрын
you just saved my life, i was collecting these things over google wasted my good time but now i know where to look for. keep sharing , God bless you. Thanks
@dataschool
@dataschool 4 жыл бұрын
You are welcome! 😄
@thomasmendy9802
@thomasmendy9802 4 жыл бұрын
Kevin Markham, you by far one of the best Data Science Instructor, I came across. Thank you for providing us with such high standard content at no cost.
@dataschool
@dataschool 4 жыл бұрын
Thank you so much! 🙏
@leonardoalvarado7632
@leonardoalvarado7632 2 жыл бұрын
Thank you for all these tricks.
@dataschool
@dataschool 2 жыл бұрын
You're welcome!
@valeriemolignano8127
@valeriemolignano8127 4 жыл бұрын
Kevin, you are a fantastic instructor. I'll sign up for anything you offer. My 2 favorites: clipboards, and, what made my mouth drop - the dataframe profiling.
@dataschool
@dataschool 4 жыл бұрын
Thank you so much for your kind words Valerie! I have a lot of resources that might interest you here: www.dataschool.io/start/ And here is my email newsletter: www.dataschool.io/subscribe/ Thanks again!
@giangtu6000
@giangtu6000 3 жыл бұрын
I love you! KEVIN!
@Goodhealthall2015
@Goodhealthall2015 4 жыл бұрын
I had some trouble with my dataframe. So I was stumbling over the internet to find solution,and your video came. Although I didn't find solution in your video, but one of the trick gave me a logical idea of how to resolve the issue. It told me where I was wrong. And as far as tricks are concerned, they are amazing. Some went over my head but that's okay. This whole panda python thing is new to me. I'd prefer to bite slow instead of gulping down entire meal in one go
@dataschool
@dataschool 2 жыл бұрын
Thanks for your kind words, and glad I could be helpful!
@kishlayamourya3141
@kishlayamourya3141 2 жыл бұрын
Best pandas video ever!
@dataschool
@dataschool 2 жыл бұрын
Thank you! 🙌
@rvg296
@rvg296 4 жыл бұрын
No other trick mentioned in the video is comparable to the Bonus Trick (Profiling).. This is simply outstanding !!!!
@dataschool
@dataschool 4 жыл бұрын
Thanks!
@sanjaykrish8719
@sanjaykrish8719 4 жыл бұрын
Wow... Veryyyy cool tricks. Saves a ton of time.
@dataschool
@dataschool 4 жыл бұрын
Thanks Sanjay! 🙌
@satty22
@satty22 5 жыл бұрын
The long awited video is out now. Thank you so much mate. Great learning with you.
@dataschool
@dataschool 5 жыл бұрын
You're very welcome!
@naqeeb16
@naqeeb16 Жыл бұрын
It is one of the best videos on Pandas. I really love some of the tricks e.g., the Clipboard', and 'The Excel copy & paste ones.
@dataschool
@dataschool Жыл бұрын
Glad it was helpful! Thanks for your kind words!
@kwanpakshing
@kwanpakshing 3 жыл бұрын
Very helpful and useful tricks for day to day Data operations
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@jagggyjazz8010
@jagggyjazz8010 Жыл бұрын
I liked it to see someone who puts their cam much above their face level baing successful on YT
@vishalwaghmare3130
@vishalwaghmare3130 3 жыл бұрын
Super duper useful video. Amazing!!
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@homeuse8879
@homeuse8879 8 ай бұрын
Awesome pandas tricks!!! Thanks for this great resource
@dataschool
@dataschool 6 ай бұрын
You're very welcome!
@yashagrawal8352
@yashagrawal8352 8 ай бұрын
25 and Bonus tips are the best.
@dataschool
@dataschool 6 ай бұрын
I like those ones as well!
@sushedbubai
@sushedbubai 5 жыл бұрын
All the tricks were mind blowing. But the bonus one was out of the world. It is surely going to help those who struggles Exploratory Data Analysis. Many thanks for sharing this.
@dataschool
@dataschool 5 жыл бұрын
Awesome! So glad it was helpful to you! 🙌
@minglee5164
@minglee5164 3 жыл бұрын
The bonus trick is so amazing
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@jasonwong8315
@jasonwong8315 3 жыл бұрын
it is amazing because every time I watch this video i can learn sth new! thank u!
@dataschool
@dataschool 3 жыл бұрын
That's awesome to hear!
@kamleshgangaramani9445
@kamleshgangaramani9445 Жыл бұрын
all tricks superb, continue good work🎉
@dataschool
@dataschool Жыл бұрын
Thank you so much 😀
@NitinSawant1988
@NitinSawant1988 4 жыл бұрын
This video was awesome.. Very Brief, to the point. It will be very easy to revise the concept/code by just revisiting them.. Thanks a lot Sir.....
@dataschool
@dataschool 2 жыл бұрын
You're very welcome!
@mikekramer7737
@mikekramer7737 2 жыл бұрын
Tnx. The .style.format(dict) is a game changer. I used to convert my parameters to ensure a fixed number of parameters would show up well, i.e convert a fraction to a percentage. Not sure why this had never been mentioned in the many videos I have watched before.
@dataschool
@dataschool 2 жыл бұрын
You're very welcome!
@vlinkin22
@vlinkin22 5 жыл бұрын
Very helpful, Thanks !
@dataschool
@dataschool 4 жыл бұрын
You're welcome!
@yahyahamid5762
@yahyahamid5762 2 жыл бұрын
Thank you for the video, really useful stuff!
@dataschool
@dataschool 2 жыл бұрын
Glad it was helpful!
@siddhartha8886
@siddhartha8886 4 жыл бұрын
Thank you, for giving me shout out, and thank you for including my trick in your video (pd.profiling) :)
@AZ993k
@AZ993k Жыл бұрын
Amazing! Thank you!
@dataschool
@dataschool Жыл бұрын
You're welcome!
@kislaylove
@kislaylove 4 жыл бұрын
Last Bonus tip, Best in 2020 till date. Thank you so much. You have made my life easy!!!
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@gregf9160
@gregf9160 4 жыл бұрын
Excited to try ALL of these! Thanks!
@dataschool
@dataschool 2 жыл бұрын
You're welcome!
@ScottLinne
@ScottLinne 5 жыл бұрын
Great video. The bonus tip is very useful.
@dataschool
@dataschool 5 жыл бұрын
Thanks!
@balasubramani2126
@balasubramani2126 4 жыл бұрын
this video is awesome.Maybe knowingly or unknowingly i worked with the following tricks. trick_no={2,6,13,15,17,18} and the remaining tricks are new to me.thanks for the video.i will practice the remaining tricks in upcoming projects
@dataschool
@dataschool 2 жыл бұрын
Sounds good! Thanks for your kind words!
@OmarAbdelaziz__47
@OmarAbdelaziz__47 4 жыл бұрын
Thank you Kevin, You are really a good instructor. Also, I really loved how you shout out people your learnt tricks from, that's very awesome!
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@vadivelan4228
@vadivelan4228 5 жыл бұрын
Thanks for this consolidated and a very crisp video on Pandas....
@dataschool
@dataschool 5 жыл бұрын
You're welcome!
@Asparuh.Emilov
@Asparuh.Emilov 2 жыл бұрын
This is one of the most useful coolest videos about Pandas I have ever watched. Thank you sooooo much for compiling all these tips and tricks! Absolutely amazing!!!!!!
@dataschool
@dataschool 2 жыл бұрын
You're very welcome! 🙌
@asn6543
@asn6543 3 жыл бұрын
Thanks you sir, your tutorials are very clear and very easy to learn even for none english speaker. Lots of thanks
@dataschool
@dataschool 3 жыл бұрын
Glad to hear that!
@maxxpool
@maxxpool 2 жыл бұрын
I'm so glad I chose to click on this video. Thank you for this amazing video!
@dataschool
@dataschool 2 жыл бұрын
You're so welcome!
@MadLadsAnonymous
@MadLadsAnonymous 4 жыл бұрын
Wow, that last tip! What a phenomenal overview and diagnostic tool. I've learned so much from your videos. So grateful for your content.
@dataschool
@dataschool 4 жыл бұрын
Thanks very much for your kind words!
@92soyeon
@92soyeon 3 жыл бұрын
Fantastic! It really helped me escaping from a lot of itchy situations!
@dataschool
@dataschool 3 жыл бұрын
Great to hear!
@erickcampos50
@erickcampos50 3 жыл бұрын
Useful is the word! Thank you
@dataschool
@dataschool 3 жыл бұрын
You're welcome!
@hectoralvarorojas1918
@hectoralvarorojas1918 5 жыл бұрын
Well done Kevin! Thanks for sharing this great material. My best regards!
@dataschool
@dataschool 5 жыл бұрын
You're very welcome, Hector!
@christopherteoh3094
@christopherteoh3094 4 жыл бұрын
The bonus content totally blew my mind off! Thank you very much Kevin! You're simply the best! Looking forward to purchase your ML series!
@dataschool
@dataschool 2 жыл бұрын
Thank you so much for your kind words!
@tunkyi7162
@tunkyi7162 5 жыл бұрын
It helps me a lot in Data Wrangling. I really love your videos. Keep doing!
@dataschool
@dataschool 4 жыл бұрын
Great to hear!
@irfankhuddus1974
@irfankhuddus1974 5 жыл бұрын
Superb ! Excellent ! introduction for Beginner (myself) to get introduced and master these Pandas at the same time thereby saving me a lot of time. Thank you so much Kevin !!! You Rock !!!
@dataschool
@dataschool 5 жыл бұрын
That's great to hear! Thanks for watching 👍
@lukeelliott5921
@lukeelliott5921 4 жыл бұрын
Read clipboard is the coolest thing I've ever seen.
@dataschool
@dataschool 4 жыл бұрын
Right!?! 😎
@pradeepgb986
@pradeepgb986 4 жыл бұрын
Kevin, you are simply amazing. Thanks for sharing these wonderful tricks!
@dataschool
@dataschool 4 жыл бұрын
Glad you like them!
@winyourself553
@winyourself553 4 жыл бұрын
These are really great tricks.
@laychansethaaerd
@laychansethaaerd 3 жыл бұрын
You are amazing!!!
@maxvinella941
@maxvinella941 5 жыл бұрын
This is a jewel video! All tricks left me without words! thanks
@dataschool
@dataschool 5 жыл бұрын
You're very welcome! 💎
@d63810728
@d63810728 3 жыл бұрын
I *heart* pandas-profiling, thanks man!
@dataschool
@dataschool 3 жыл бұрын
You're welcome!
@manojl3388
@manojl3388 5 жыл бұрын
Hi Kevin, Thank you very much for sharing your knowledge to the world :) The most fav trick I loved is, its your video editing (the highlighting of cells while you were explaining). Now its hard to play in 2x speed :) But you have condensed so much information in a very short video. Thank you!! Also finally, the way you thanked everyone.. taught me how to be humble and acknowledge others effort. So your videos are more than just pandas videos.
@dataschool
@dataschool 5 жыл бұрын
Thanks Manoj for your really thoughtful comment! I wouldn't be anywhere without the amazing pandas resources and tips provided by others, so I definitely wanted to acknowledge them. And I'm glad you liked the highlighting! Credit for that goes to my excellent video editor 🙌
@anastasiiag8518
@anastasiiag8518 4 жыл бұрын
This is incredibly useful! And explained perfectly! Thank you! It would be awsome to see from you some content on advanced plotting, data plotting tricks :)
@amandal8170
@amandal8170 4 жыл бұрын
Agree, if we can see the plotting ticks will be fan jolly tastic. :p
@dataschool
@dataschool 2 жыл бұрын
You're very welcome, and thanks for your suggestions!
@VickysStories
@VickysStories 3 жыл бұрын
Thank you very much for such a fantastic video :)
@dataschool
@dataschool 3 жыл бұрын
Glad you liked it!
@bevansmith5202
@bevansmith5202 4 жыл бұрын
Number 11, read from clipboard is great!
@dataschool
@dataschool 4 жыл бұрын
Glad you like that one!
@arturofregosov
@arturofregosov 4 жыл бұрын
Great!! I do not know why isn´t everybody studying python!
@adamyork8407
@adamyork8407 5 жыл бұрын
Thanks Kevin! I actually put tip #23 into use immediately after watching.
@dataschool
@dataschool 5 жыл бұрын
Awesome! Glad you are putting it into use Adam! 🙌
@hdsheena
@hdsheena 3 жыл бұрын
Read clipboard. Holy crap. I need to go try this right now. This may well change my life
@dataschool
@dataschool 3 жыл бұрын
Ha! 😆
@CJP3
@CJP3 5 жыл бұрын
Pandas Profiling! I'm so excited to use it!
@dataschool
@dataschool 5 жыл бұрын
Nice! Let me know how it goes 🙌
@franklinwanderson4316
@franklinwanderson4316 4 жыл бұрын
The best! Thanks so much!
@dataschool
@dataschool 2 жыл бұрын
You're welcome!
@sarahmacdonald1342
@sarahmacdonald1342 5 жыл бұрын
Awesome video! Thanks for reminding me of the transform function to combine aggregates back onto a df. Also, the df profiling is a great idea that I've never heard of.
@dataschool
@dataschool 5 жыл бұрын
Thank you!
@dew_reddit
@dew_reddit 5 жыл бұрын
Wow the last one was fantastic. styling the dataframe was also pretty neat. Thanks for this 👍
@dataschool
@dataschool 5 жыл бұрын
You're very welcome!
@sachavanweeren9578
@sachavanweeren9578 Жыл бұрын
I was revisiting dataschool video's. In my view these are still one of the best resources out there. Thanks a lot ...
@dataschool
@dataschool Жыл бұрын
Thank you!
@neesargmistry2071
@neesargmistry2071 3 жыл бұрын
I hardly ever comment on any videos but I had to for this one. You're amazing, keep up the good work :)
@dataschool
@dataschool 3 жыл бұрын
You are too kind! :)
@pldeepesh
@pldeepesh 5 жыл бұрын
Fantastic! Been using pandas since a year now, You have opened new possibilities for me to keep looking and learning.!! Please keep doing the great work!
@dataschool
@dataschool 5 жыл бұрын
Thank you!
@meghasyam427
@meghasyam427 2 жыл бұрын
Holy Moly What a master piece this is. I liked the clipboard trick a lot man like that literally saves a lot of code and time. And the bonus blew me off. It looks literally like a final report LOL. Can't wait to implement these tricks in my analytics work. Thanks a lot Data School
@dataschool
@dataschool 2 жыл бұрын
You're very welcome! Thanks for your kind words!
@AryanSingh-jf8tc
@AryanSingh-jf8tc 3 жыл бұрын
it's actually quite helpful, thx a lot
@dataschool
@dataschool 3 жыл бұрын
Great to hear!
@jianbingding4087
@jianbingding4087 5 жыл бұрын
Thank you, it's very useful!!!! I have subscribed your video, thank you for your summary.
@dataschool
@dataschool 5 жыл бұрын
You're welcome!
@jongcheulkim7284
@jongcheulkim7284 3 жыл бұрын
Thank you so much. This is very helpful.
@dataschool
@dataschool 3 жыл бұрын
Great to hear!
@riessm
@riessm 5 жыл бұрын
First time ever I honestly wish I could upvote this more than once! Great tips, great explanation! One short addition to trick 19: I enjoyed getting to know the transform method, but as most of the times in pandas, there is another way with (for me at least) more often used functions: Just take the aggregated data-frame and merge it with the old one (left merge) instead of concatenating. I don't know if there are any runtime benefits of any of these methods, but to me it's one less command to remember - even though now I will look into uses of the transform method! :-)
@dataschool
@dataschool 5 жыл бұрын
Thank you so much! 🙏 As for trick 19, you are totally right that merge could accomplish the same thing. I like the transform code much better, but I also encourage people to learn fewer functions overall, so there's nothing wrong with just using merge! Anyway, thanks again for your kind words 😊
@saeedrehman5085
@saeedrehman5085 3 жыл бұрын
Pandas profiling is a new thing for me. It is good to learn new thing everyday. Subbed !!
@dataschool
@dataschool 3 жыл бұрын
Thanks!
@narendraprasath5745
@narendraprasath5745 5 жыл бұрын
It is really nice and very useful to many people. Special thanks for your effort to post this.
@dataschool
@dataschool 5 жыл бұрын
Thanks for your kind words! 😄
@shreddersengupta7384
@shreddersengupta7384 4 жыл бұрын
This is great !!!
@dataschool
@dataschool 4 жыл бұрын
Thanks!
@kasiasama7322
@kasiasama7322 5 жыл бұрын
Great job Kevin. Learned a lot.
@dataschool
@dataschool 5 жыл бұрын
Thanks! Great to hear 👍
@ASURAN24
@ASURAN24 5 жыл бұрын
Favorite is definitely the profiling
@dataschool
@dataschool 5 жыл бұрын
Cool!
@kalekalekale
@kalekalekale 4 жыл бұрын
Excellent video, thank you for cutting to the chase.
@dataschool
@dataschool 4 жыл бұрын
Thanks! This video took a very, very long time to create 😄
@kishoreyarramshetty2930
@kishoreyarramshetty2930 3 жыл бұрын
Nice video on pandas.. great help to me. Thanks
@dataschool
@dataschool 3 жыл бұрын
Great to hear!
@user-cc8kb
@user-cc8kb 2 жыл бұрын
Thanks a lot. This is super useful! I'll try to use as many of these tricks as I can whenever I can :D
@dataschool
@dataschool 2 жыл бұрын
Great to hear!
@DiegoTerzano
@DiegoTerzano 5 жыл бұрын
Fantastic tips, thank you!! Super valuable and with clear, practical examples. Once again, thank you!
@dataschool
@dataschool 5 жыл бұрын
Thank you so much! 🙏
@daniel76900
@daniel76900 3 жыл бұрын
saved my life!! Thanks!
@dataschool
@dataschool 3 жыл бұрын
That's awesome to hear! 🙌
@rahulkoley9447
@rahulkoley9447 Жыл бұрын
Thank You For making US Advanced
@dataschool
@dataschool Жыл бұрын
You're welcome!
@eddysan7k
@eddysan7k 3 жыл бұрын
what the awesome tricks!! thank you!!
@dataschool
@dataschool 3 жыл бұрын
You're very welcome!
@site-activator5411
@site-activator5411 3 жыл бұрын
Very cool! Thank you!
@dataschool
@dataschool 3 жыл бұрын
You're welcome!
@michaelnovik270
@michaelnovik270 3 жыл бұрын
AAAAaaaaa sweet tips! Thank you so much!
@dataschool
@dataschool 3 жыл бұрын
You're very welcome!
@BVaibhav-mt8jx
@BVaibhav-mt8jx 3 жыл бұрын
Pure GOLD!
@dataschool
@dataschool 3 жыл бұрын
Thanks!
@ravisoni1386
@ravisoni1386 6 ай бұрын
Thanks a lot for these tips❤
@dataschool
@dataschool 6 ай бұрын
My pleasure!
@renatosabinobr
@renatosabinobr Жыл бұрын
Excellent content!!!
@dataschool
@dataschool Жыл бұрын
Much appreciated!
@gisleberge4363
@gisleberge4363 2 жыл бұрын
Great collect ion for beginners as well as those who has been in the game for a while 🙂👍
@dataschool
@dataschool 2 жыл бұрын
Thanks!
@archowdhury007
@archowdhury007 5 жыл бұрын
Amazing tips!!!......keep sharing more such videos
@dataschool
@dataschool 5 жыл бұрын
Glad you like them! 😄
5 жыл бұрын
This list of tricks is very usefull to know.
@dataschool
@dataschool 5 жыл бұрын
Glad it's helpful to you!
@markjudeestrera
@markjudeestrera 5 жыл бұрын
sweet!, very handy! Thank a lot Kevin!
@dataschool
@dataschool 4 жыл бұрын
You're very welcome!
@davidyoo647
@davidyoo647 5 жыл бұрын
thank you this is amazing. will be saving this for future reference!
@dataschool
@dataschool 5 жыл бұрын
Awesome! Glad it was helpful to you 👍
@ForTheWin2007
@ForTheWin2007 2 жыл бұрын
Great video but I won't be able to forget Kevin's eyes that starred into my soul xD
@dataschool
@dataschool 2 жыл бұрын
😜
@robertodilisio7535
@robertodilisio7535 5 жыл бұрын
Brilliant as usual! From beginning to end! The bonus was also mind blowing :)
@dataschool
@dataschool 5 жыл бұрын
Thank you so much, Roberto!
@snehashinde21
@snehashinde21 3 жыл бұрын
This was amazing video to sum up basic Pandas usage. Thanks for this useful resources!
@dataschool
@dataschool 3 жыл бұрын
Thank you for the kind comment!
@stephenpatti2375
@stephenpatti2375 5 жыл бұрын
Great Pandas resource! Difficult to say which trick most 'excites' me, but will go with using transform to add aggregation functions to the data frame. Thanks!!!
@dataschool
@dataschool 5 жыл бұрын
I like that trick as well... I only learned about it recently!
@jacquesgouimenou9668
@jacquesgouimenou9668 5 жыл бұрын
Thanks for sharing this work.
@dataschool
@dataschool 5 жыл бұрын
You're welcome!
@mateuszguszkowski8214
@mateuszguszkowski8214 5 жыл бұрын
Totally awesome!!! Thanks!!!
@dataschool
@dataschool 5 жыл бұрын
You're very welcome!
@galymzhankenesbekov2924
@galymzhankenesbekov2924 4 жыл бұрын
thank you so much for your effort and these videos!
@dataschool
@dataschool 4 жыл бұрын
You're very welcome!
@global4069
@global4069 2 жыл бұрын
5***** Rated -like the bonus trick , 23& 14 as welll
@dataschool
@dataschool 2 жыл бұрын
Thanks!
@barrjohnm
@barrjohnm 3 жыл бұрын
Awesome video!
@dataschool
@dataschool 3 жыл бұрын
Thank you!
@pkmisra769
@pkmisra769 3 жыл бұрын
Thanks man. Really useful !!
@dataschool
@dataschool 3 жыл бұрын
Glad it helped!
@pkmisra769
@pkmisra769 3 жыл бұрын
@@dataschool Thanks KEVIN. All your videos have been very useful. I have a request. It would be really great if you could make some videos on deriving columns from unstructured data using Jupyter Notebook. For example: there are columns in a data set. But, in one of the column, there are string characters which ideally should have been a part of other columns, but, due to data issues, they appear as very long string with several random delimiters within it.
@pkmisra769
@pkmisra769 3 жыл бұрын
@@dataschool I have another doubt. How do I derive either date separately or time separately directly from a time stamp field. (example below):2021-02-01 04:53:59.187194+00:00
@pkmisra769
@pkmisra769 3 жыл бұрын
Need your help on this.
21 more pandas tricks
24:40
Data School
Рет қаралды 47 М.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 271 М.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН
когда не обедаешь в школе // EVA mash
00:57
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 69 МЛН
Speed Up Your Pandas Dataframes
11:15
Rob Mulla
Рет қаралды 71 М.
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
Two Minute Papers
Рет қаралды 185 М.
Make Your Pandas Code Lightning Fast
10:38
Rob Mulla
Рет қаралды 183 М.
Data Cleaning in Pandas | Python Pandas Tutorials
38:37
Alex The Analyst
Рет қаралды 301 М.
This INCREDIBLE trick will speed up your data processes.
12:54
Rob Mulla
Рет қаралды 265 М.
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 62 М.
4 Pandas Functions That I Wish I Knew Earlier
4:33
Coding Is Fun
Рет қаралды 25 М.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН