25 Nooby Pandas Coding Mistakes You Should NEVER make.

  Рет қаралды 253,814

Rob Mulla

Rob Mulla

Жыл бұрын

In this video I go over my list of 25 mistakes commonly made my beginners learning pandas in python. Pandas is a great tool, but there are some pitfalls to avoid!
Shoutout to mCoding who inpired the idea for this video! / mcodingwithjamesmurphy
Follow me on twitch for live coding streams: / medallionstallion_
My other videos:
Speed Up Your Pandas Code: • Make Your Pandas Code ...
Intro to Pandas video: • A Gentle Introduction ...
Exploratory Data Analysis Video: • Exploratory Data Analy...
Working with Audio data in Python: • Audio Data Processing ...
Efficient Pandas Dataframes: • Speed Up Your Pandas D...
* KZbin: youtube.com/@robmulla?sub_con...
* Discord: / discord
* Twitch: / medallionstallion_
* Twitter: / rob_mulla
* Kaggle: www.kaggle.com/robikscube
#python #pandas #datascience

Пікірлер: 502
@viewsfromthechris7810
@viewsfromthechris7810 Жыл бұрын
I need to implement the chaining methods and using functions into what I do, much easier to use and read. Great video as always.
@robmulla
@robmulla Жыл бұрын
Totally. Just those two things alone are huge! Glad you enjoyed the video.
@texloch1401
@texloch1401 Жыл бұрын
Usually these videos address REALLY nooby mistakes that any general programmer already avoids. THIS video however ACTUALLY addresses library FUNCTIONALITY and discusses the tools that a programmer may be unaware of to increase readability and efficiency. Rob, my good sir, you just earned a sub.
@robmulla
@robmulla Жыл бұрын
So happy to have you as a sub. Even happier to read such a kind comment. Looking forward to more videos like this in the future.
@murphygreen8484
@murphygreen8484 Жыл бұрын
I couldn't have said that better myself. I am self taught and definitely learned new tricks here. You have also earned my sub!
@javiercmh
@javiercmh Жыл бұрын
Same! I had no idea many of these even existed!!
@xinaesthetic
@xinaesthetic Жыл бұрын
@@robmulla I am a fairly experienced programmer, not so much with Python, but I have a few things I might want to use Pandas for at some point and this has given me a bit of a taste for features that I look forward to trying.
@akmalmir8531
@akmalmir8531 Жыл бұрын
00:18 #1. Writing into csv with unnecessary index 00:53 #2. Using column names which include spaces 01:25 #3. Filter dataset like a PRO with QUERY method 01:44 #4. query strings with(@ symbol) to easily reach variables 02:07 #5. "inplace" method could be removed in future versions, better explicitly overwrite modifications 02:35 #6. better Vectorization instead of iteration 03:01 #7. Vectorization method are preferable than Apply method 03:30 #8. df.copy() method 04:08 #9. chaining formulas is better than creating many intermediate dataframes 04:28 #10. properly set column dtypes 05:01 #11. using Boolean instead of Strings 05:25 #12. pandas plot method instead of matplotlib import 05:45 #13. pandas str.upper() instead apply and etc 06:10 #14. use data pipeline once instead of repeating many times 06:41 #15. learn proper way of renaming columns 06:59 #16. learn proper way of grouping values 07:31 #17. proper way of complex grouping values 08:01 #18. percent_change or difference now could be implemend with function 08:25 #19. save time and space with large datasets with pickle,parquet,feather formats 08:58 #20. conditional format in pandas(like in Microsoft Excel) 09:22 #21. use suffixes while merging TWO dataframes 09:48 #22. check merging is success with validation 10:13 #23. wrapping expression so they are readable 10:33 #24. categorical datatypes use less space 10:55 #25. duplicating columns after concatenating, code snippet
@robmulla
@robmulla Жыл бұрын
Thanks for making this!
@akmalmir8531
@akmalmir8531 Жыл бұрын
@@robmulla i wish i commented better as English is not my native language, Thank You for bringing us Valuable Tutorials that saves us our time and energy! I wish i helped and learned from you more
@kongson14
@kongson14 Жыл бұрын
egg bro
@PGhai
@PGhai Жыл бұрын
thanks, I like no 4
@bonumonu5534
@bonumonu5534 Жыл бұрын
This needs to be pinned
@vishnurj6207
@vishnurj6207 Жыл бұрын
Please keep doing this. No additional jargon, crisp, straight to the point explanations are what are required. No body needs a 10 hour tutorial. Thank you for this.
@robmulla
@robmulla Жыл бұрын
I'll try my best! I do like trying to cram a ton of information into a short format, but these videos take a while to create. I totally copied the format from mmcoding (check out the channel if you haven't already)
@joaomurilopalonefauvel2843
@joaomurilopalonefauvel2843 Жыл бұрын
Matt Harrison's "Effective Pandas: Patterns for Data Manipulation" is one of the best resources I've read on idiomatic pandas.
@robmulla
@robmulla Жыл бұрын
I really need to get myself a copy! He knows his stuff for sure.
@MrEo89
@MrEo89 Жыл бұрын
He has a great video (series?) on effective pandas also!
@jelmermulder7276
@jelmermulder7276 Жыл бұрын
I thought I was pretty good in Pandas, but you gave me so many new things to improve. HUGE thank you!
@robmulla
@robmulla Жыл бұрын
Glad I could help! I'm constantly learning better ways to do things in pandas myself.
@olyaagapova989
@olyaagapova989 Жыл бұрын
I was thinking that I was pretty bad, but surprisingly I usually only make 2 mistakes from the video (which is a cool chance to improve). I just love such videos because not only they help to improve your skills, but also to be realistic about your expectations and ambitions. Thanks for the video, Rob!
@DeadLine171
@DeadLine171 Жыл бұрын
I have been working 2 years now with pandas and I can strongly affirm that I have made like 70% of those bad practices, appreciate a lot your video!
@robmulla
@robmulla Жыл бұрын
Thanks for commenting. Honestly I still make many of them to this day.
@kaymaqsood8920
@kaymaqsood8920 5 ай бұрын
Rob, thank you for all the time and energy you have put in for us. Would appreciate an updated video on "Exploratory Data Analysis" may be expanding on your year old one. Thank you again!
@JustCrateIt
@JustCrateIt Жыл бұрын
I can't believe how good this video is. I love your no-nonsense delivery; I don't have time at work to watch a 4-hour "intro" video. Keep it up!
@mschuer100
@mschuer100 Жыл бұрын
Rob, as always, fantastic video. I have to admit, i get caught on some of those mistakes so it is great to have you point out and make suggestions on how to correct them. Thanks for sharing. Much appreciated.
@robmulla
@robmulla Жыл бұрын
I fall into these a lot too! We can all get better, glad you found the video helpful.
@thaynangamarano3340
@thaynangamarano3340 Жыл бұрын
I started to watch your videos recently, and from now on I'm doing the chaining and putting each function in "one row" to make the data cleaner, and also, the query method, so powerful and simple, I was used to replicate the dataframe with the column and value searched to filter my df. You are boosting my studies! Thanks for that!
@ladiesperfume
@ladiesperfume Жыл бұрын
Wow dude! You are single handedly responsible for my data science growth. PLEASE keep making more of these videos I really appreciate it.
@robmulla
@robmulla Жыл бұрын
Wow! I love hearing feedback like this. I'll keep making videos if you all keep watching! :D
@digitsphinx
@digitsphinx 5 ай бұрын
oh wow the quality and clarity is worth subscribing! thank you !
@magisterumbrae
@magisterumbrae Жыл бұрын
This can be, some of my first times commenting in youtube after years of usage. This video was INCREDIBLY USEFUL! There's a lot of my previous team members did on scripts and sometimes are complicated to maintain or create new ones following the same logic. This covers exactly what they used and what is the best option to rewrite it and make it more understandable. Thank you so much for this godly information.
@robmulla
@robmulla Жыл бұрын
You're very welcome! I really appreciate the positive feedback. I’ll try to keep making helpful videos like this. Share with your friends in the meantime!
@reneulloa2647
@reneulloa2647 Жыл бұрын
Rob, amazing video and intuitive. Happy to subscribe!
@SuperOMERH
@SuperOMERH Ай бұрын
This video is amazing, I am using pandas for a long time now and still learned so many new good practices thank you
@DataCraftsman
@DataCraftsman Жыл бұрын
I feel personally attacked. Thanks so much for releasing this. I knew my code was bad, but not THIS bad.
@robmulla
@robmulla Жыл бұрын
Haha. With coding we all are learning and getting better every day. Me included. Thanks for watching!
@alberttu8120
@alberttu8120 Жыл бұрын
These are fantastic refactoring suggestions.
@TravisGore-ep4yk
@TravisGore-ep4yk 7 ай бұрын
I can't believe I watched this whole video and only 2 of them were things I didn't know about! Thank you for sharing!
@iReaperYo
@iReaperYo 10 ай бұрын
One of the best videos I've seen on Pandas! So glad someone prominent enough is advocating for method chaining and pandas methods!
@iReaperYo
@iReaperYo 10 ай бұрын
The 'Query' method in particular is relatively unknown. In conjunction with not using 'snake case' this leads to beginners being very inefficient at code due to not being able to use dot syntax I am just an intermediate level so I can relate to many of these mistakes. It goes as deep as university however. They do not teach clean, efficient code at all!
@robmulla
@robmulla 10 ай бұрын
Glad you enjoyed it! I confess I don't use chaining nearly as much as I should.
@NERGYStudios
@NERGYStudios 9 ай бұрын
Learned more about Pandas in this video than a whole many videos worth hours combined. Seriously, thank you.
@singsinghai1505
@singsinghai1505 Жыл бұрын
The pandas query function does not outperform the loc method. In fact, it is sometimes much slower when your query/data is so big. We industry users will utilize the loc method for quick EDA. Query might be useful when you have a scheduled cron
@robmulla
@robmulla Жыл бұрын
Yea. Query isn’t for speed of processing but speed of writing the code.
@karlduckett
@karlduckett 5 ай бұрын
This was great! Just what I needed :)
@siqueirapaty
@siqueirapaty Жыл бұрын
Great video. Thank you for being so direct and giving us valuable tips ☺
@robmulla
@robmulla Жыл бұрын
Glad you liked it! Thanks for giving feedback. Share the video with anyone else you think might also like it.
@deepakramani05
@deepakramani05 Жыл бұрын
Another awesome, useful video, Rob. Thank you.
@robmulla
@robmulla Жыл бұрын
Thanks for watching Deepak!
@werneckpaiva
@werneckpaiva Жыл бұрын
Very useful! Thank you for sharing in such an easy and agile way.
@robmulla
@robmulla Жыл бұрын
Hey! Glad you learned something. Appreciate the feedback!
@julsmanbr8152
@julsmanbr8152 Жыл бұрын
Awesome stuff. I've been using pandas for over 4 years, but it never occurred me to start using the query method instead of loc (despite me finding it tiresome to keep repeating "df" all over the place when using loc). I also appreciate the quick format. You see KZbinrs taking too long to say nothing at all, so congrats on actually going through 25 tips in 10 minutes. You got yourself a sub!
@janusztarnowski115
@janusztarnowski115 Жыл бұрын
Simple Application Enter your details kzbin.info/www/bejne/eojRZmB7n52FY68
@richjaxxon
@richjaxxon Жыл бұрын
Great video. Very helpful. Please keep making more like this
@robmulla
@robmulla Жыл бұрын
Appreciate that. I plan to!
@Dongnanjie
@Dongnanjie 3 ай бұрын
Love it. Thank you!
@shivangagarwal8332
@shivangagarwal8332 Жыл бұрын
Excellent points! Learned new stuff that a lot of tutorials don't explicitly teach.
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Thanks for watching and please share with others.
@emily2e2e
@emily2e2e Жыл бұрын
This is awesome, I’ve been wanting to know what are the better ways to write my code and why. Please continue to make these videos.
@robmulla
@robmulla Жыл бұрын
Wow! Thanks so much Emily. Really apprecaite the feedback and super thanks!
@YassFuentes
@YassFuentes Жыл бұрын
Hey, Rob! Super video this one. I myself am Sr. DS working each day intensively with pandas, I will implement many of the tips you show! Thanks a million :)
@robmulla
@robmulla Жыл бұрын
Awesome to hear! I'm still learning new tricks with pandas every day.
@anpham7108
@anpham7108 Жыл бұрын
Very useful video, thank you for making this !
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Share it with anyone you think might also benefit.
@swannschilling474
@swannschilling474 23 күн бұрын
Thanks for this great tutorial!!
@alexanderreznik1700
@alexanderreznik1700 Жыл бұрын
I used the Pandas lib more then 2 years, but today I learned something new! Thank you, man!
@robmulla
@robmulla Жыл бұрын
Glad you learned something new! Share with anyone else you think might appreciate it!
@trashantrathore4995
@trashantrathore4995 Жыл бұрын
Great insights, thanks for these important tips
@robmulla
@robmulla Жыл бұрын
Glad you found them helpful. Share it somewhere on social you think people might learn from!
@ryantakers
@ryantakers Жыл бұрын
I'm currently working on my first major pandas project and I reckon that I may have done around 15/25 of these 'mistakes'. Looks like I have some optimisation to do over the coming days!
@robmulla
@robmulla Жыл бұрын
We all have to start somewhere. I didn't learn many of these until I had been using pandas for years.
@opendeltatech
@opendeltatech 8 ай бұрын
Thank you. This video was helpful.
@JakeStetter-wo6jr
@JakeStetter-wo6jr 29 күн бұрын
Really enjoyed how fast this content came. I felt like it was a great speed to keep me engaged. I usually find these types of videos boring.
@joomzb
@joomzb Жыл бұрын
Thanks, great tips! I've been using pandas for years, and I've only recently started using some of these (particularly query, and didn't know about the @ operator)
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! The @ operator is really useful. You can also do stuff like min() or or apply operations between columns within the query.
@GeeNee25
@GeeNee25 Жыл бұрын
Super useful! Thanks a lot, mate!
@robmulla
@robmulla Жыл бұрын
Thanks for watching. Please share with someone you think might also like it.
@smiley-wu1kn
@smiley-wu1kn Жыл бұрын
This is amazing! Thanks a lot.
@robmulla
@robmulla Жыл бұрын
Glad you like it!
@b16ftw
@b16ftw Жыл бұрын
lots of good info! thank you!
@robmulla
@robmulla Жыл бұрын
Glad you learned from it!
@patrickbarroso7290
@patrickbarroso7290 Жыл бұрын
This video made me realize i have still a long road ahead in Pandas. Thanks! Just subscribed ;D
@robmulla
@robmulla Жыл бұрын
Thanks for the sub! We all start somewhere, but you'll pick it up quickly in no time.
@philwebb59
@philwebb59 Жыл бұрын
1:28 Before I discovered your videos, I'd never considered using the query method. The examples I've previously seen online made it look like a me-too add-on for seasoned SQL users. Using conditionals to mask off rows seemed just as easy and more pythonic. Also, at work, I typically filter with a script when I pull down the data, so by the time I get the data into pandas, I just need to tweak. But, you've shown me the light. Thanks!
@robmulla
@robmulla Жыл бұрын
I totally understand where you are coming from. Its important to keep in mind query can be slower, but for quick filtering it can be really quick and clean way to filter data. It really depends on what I'm doing. Glad I showed you something new though!
@ClearVista
@ClearVista Жыл бұрын
Learned tons with this. Short and succinct. New subscriber.
@robmulla
@robmulla Жыл бұрын
Thanks for subscribing!
@KenJee_ds
@KenJee_ds Жыл бұрын
I didn't know about suffixes. Amazing!
@robmulla
@robmulla Жыл бұрын
Thanks Ken, glad I you were able to learn something new! Love your videos.
@FrocketGaming
@FrocketGaming Жыл бұрын
This video rocked me. I've been using python for a few months and watching this video made me bust out my laptop so I could try all of these items out. Thank you for this.
@robmulla
@robmulla Жыл бұрын
So glad you found it helpful. Share with a friend!
@stellathron1079
@stellathron1079 7 ай бұрын
Thank you for creating such an amazing video on pandas. It has even been really helpful for me as a pandas new bee. Leanrt a lot! 🎉
@robmulla
@robmulla 7 ай бұрын
Love it!
@juan.o.p.
@juan.o.p. Жыл бұрын
This is really useful, thank you!
@robmulla
@robmulla Жыл бұрын
Glad you found it useful, Juan!
@spaceyfounder5040
@spaceyfounder5040 Жыл бұрын
Oh man, that guide is pro! Thanks, gonna apply all of that when refactoring my project!
@robmulla
@robmulla Жыл бұрын
Glad it helped! Tell a friend!
@sayantanghosh6619
@sayantanghosh6619 Жыл бұрын
I loved this to s be to my students. You did a great job in a short video!
@robmulla
@robmulla Жыл бұрын
Thank you so much! It's hard to make it short but is worth it in the end.
@matthewcaron6446
@matthewcaron6446 Жыл бұрын
Great video. Lots of operations and procedures that are helpful for effective coding. Would be really helpful to have a cheat sheet linked for easy reference.
@Singularitarian
@Singularitarian Жыл бұрын
Very illuminating video! I learned a lot quickly.
@robmulla
@robmulla Жыл бұрын
Thanks for the feedback Daniel!
@gauravmalik3911
@gauravmalik3911 Жыл бұрын
Great video as always. I will start exploring query method more. Rob, Can you please make a video on how feature engineering, especially how to create new features using aggregation etc. Thank you
@robmulla
@robmulla Жыл бұрын
Glad you enjoyed the video. Feature engineering would be a good topic for a future video. I'll add it to the list!
@user-vv2yz2ht4l
@user-vv2yz2ht4l Жыл бұрын
The space need to be avoid part is so true! But wait a second, every time I face the space but not underscore is from others data, so I think what we actually need is how to deal with the space condition.(Which is a pain of journey)
@Saareem
@Saareem Жыл бұрын
Maybe rename all the columns with versions without a space. Like, you replace all the spaces with an underscore. df.rename can take dictionaries or even a mapper function so this is easy to do. Using a dictionary is preferable as you can just reverse map it, if you want to use the columns with spaces in them in the end.
@robmulla
@robmulla Жыл бұрын
Good point. In most cases to can be done with a list comprehension one liner!
@scottbrewer474
@scottbrewer474 Жыл бұрын
Found lots of favorite annoyances and learned a few new tricks! I'll add a shout-out to the ".pipe()" method to allow for wrapping all your transforms in a single statement when a single .method can't cover the required transform. An added bonus of "pipe()" - since it's using user defined functions to do the transforms, you can add decorators to automatically print out metadata on the resulting transform steps to get a quick insight into potential bugs.
@robmulla
@robmulla Жыл бұрын
Oh. Great one. I forgot to add pipe and assign in this video but wish I did.
@Loys2020
@Loys2020 Жыл бұрын
I'm new to Pandas and all tips from this video are gold for me, thank you a lot!
@robmulla
@robmulla Жыл бұрын
Glad you learned something new. Welcome to the world of pandas!
@garyfritz4709
@garyfritz4709 Жыл бұрын
+1000. I’m brand new to Pandas and still trying to grok the idiom. This video is GOLD.
@checher100
@checher100 Жыл бұрын
Awesome video! I work with Pandas for +3 years and learned a lot here! Thanks
@robmulla
@robmulla Жыл бұрын
Happy to hear it. Tell your friends!
@TimoTalksTech
@TimoTalksTech Жыл бұрын
found your channels few days ago and man you have some epic content . The noob mistakes here are the exact way most tutorials teach you..just wondering why the hell the non noob ways are not taught as they are easier and shorter and the syntax makes more sense... thank you for this video
@robmulla
@robmulla Жыл бұрын
Glad you like them! I’m trying to continue to make more stuff like this so keep watching!
@avirajankitjain256
@avirajankitjain256 Жыл бұрын
Dude, Amazing video apparently clear the concept.
@robmulla
@robmulla Жыл бұрын
Glad you think so! Share with your friends!
@amams_kaiser
@amams_kaiser 8 ай бұрын
Thank you. Legend
@Dipenparmar12
@Dipenparmar12 5 ай бұрын
Amazing Tips, Many thanks.
@shivan2418
@shivan2418 5 ай бұрын
Great tips!
@nikitaandronnikov4088
@nikitaandronnikov4088 Жыл бұрын
Really helpful tips, thanks for video
@robmulla
@robmulla Жыл бұрын
Thanks for watching!
@narudh
@narudh Жыл бұрын
some great tips here. i usually chain with \ and i didn't know a query method exists!! guess you learn everything new all the time!
@robmulla
@robmulla Жыл бұрын
Glad you learned something new! Cheers.
@tharun541
@tharun541 Жыл бұрын
Hi, I love your videos!!! Can you please make a video on how to handle missing values and outliers?
@robmulla
@robmulla Жыл бұрын
Great suggestion! I did have a whole video on this topic on Abhishek Thakur's channel. Check it out here: kzbin.info/www/bejne/e4rchIGAip2kiJI
@scharlesworth93
@scharlesworth93 Жыл бұрын
So good. Glad I subscribed.
@robmulla
@robmulla Жыл бұрын
Glad you watched!
@josuevervideos
@josuevervideos Жыл бұрын
Great video, thank you!!
@robmulla
@robmulla Жыл бұрын
Glad you liked it! Share witha friend!
@jvalasek4
@jvalasek4 Жыл бұрын
Thanks, really helpful
@robmulla
@robmulla Жыл бұрын
Thanks!
@adrianmuresan7764
@adrianmuresan7764 Жыл бұрын
Thank you! The .diff method is a lifesaver when computing velocities. The advice on not using inplace is excellent i got into various troubles because of it but i thought that's what the "experienced guys" do.
@robmulla
@robmulla Жыл бұрын
Thanks for watching. inplace is very tricky. Diff method is really powerful, and there are parameters you can use within it depending on your use case.
@CodeEmporium
@CodeEmporium Жыл бұрын
Nice video! I have been using pandas for years and still run into these issues :)
@robmulla
@robmulla Жыл бұрын
Thanks! Glad you enjoyed the video. I really enjoy your videos too.
@dedoseis
@dedoseis 6 ай бұрын
Dear Rob, I'm a total beginner in Python and Pandas. From what I understand, the warning at 3:30 is not about making a copy of sliced data, but rather about not using the .loc method and using "direct assignment" for columns (or whatever it's called). I could be wrong, but this is what I've gathered from reading the documentation and encountering a similar warning in my code. Thanks for your valuable content. It has been a great help
@ananyade335
@ananyade335 4 ай бұрын
wow this was very helpful thanks!
@krmunoz2169
@krmunoz2169 Жыл бұрын
Dude I've worked with pandas for 7 years and learned some new tricks, thanks a lot!
@robmulla
@robmulla Жыл бұрын
Great to hear! You've been working with it longer than I have. Please share my channel with any friends you think might also learn from it.
@CaribouDataScience
@CaribouDataScience Жыл бұрын
Thanks, lots of good info.
@robmulla
@robmulla Жыл бұрын
Glad it was helpful!
@nikhhiilreddi1371
@nikhhiilreddi1371 Жыл бұрын
Extremely underrated channel Extremely helpful
@robmulla
@robmulla Жыл бұрын
Thanks Nikhhilil!
@flusyrom
@flusyrom Жыл бұрын
Wow, very useful - a true "tour de force" for better Pandas code. THX for this !
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Please consider sharing it with anyone else you think would benefit from watching.
@bendirval3612
@bendirval3612 Жыл бұрын
Oi! There were several of those I didn't know. I wouldn't have thought I was a noob, but I guess we all have a bit of that in us. Thanks for the video!
@robmulla
@robmulla Жыл бұрын
Glad you learned something new. I find I’m always learning something new with python and data science. That’s why I love it so much.
@gabrielcosta4513
@gabrielcosta4513 Жыл бұрын
Great video! I also like the jazz bass behind you, I also play bass :)
@robmulla
@robmulla Жыл бұрын
Awesome! I’m more of a guitar player but I also enjoy playing bass.
@AdrianHernandezObradors
@AdrianHernandezObradors Жыл бұрын
At 6:23 (#14) you're returning the dataframe, but you're also modifying it in place. Having a return there gives the impression that the original dataframe isn't modified, specially if you also assign it to itself later. It ties back to #5.
@haskellbear
@haskellbear 29 күн бұрын
I'm an experienced developer looking to get familiar with Pandas. I found this video very valuable.
@shreyaroraa2234
@shreyaroraa2234 Жыл бұрын
Great video for new users not knowing tips and tricks.. Wish you shared the code also to keep it handy for reference
@robmulla
@robmulla Жыл бұрын
Thanks for watching. I don’t think I kept the code unfortunately
@04mdsimps
@04mdsimps Жыл бұрын
Great video. Subscribed
@robmulla
@robmulla Жыл бұрын
Thanks for the sub!
@MariaSaleem-gi4uj
@MariaSaleem-gi4uj Ай бұрын
As a beginner this video made me learn some basic concept about pandas. thanks
@protohale
@protohale Жыл бұрын
I'm so guilty of number 8! Thank you for this!
@robmulla
@robmulla Жыл бұрын
I’ve made every one of these mistakes at some point so I know how you feel. Thanks for watching!
@aspeno5613
@aspeno5613 Жыл бұрын
Thanks Rob! I just made my first Kaggle notebook and I think I made all 25 of these mistakes 😂
@slapfighting
@slapfighting Жыл бұрын
Wonderful, this video is super helpful
@robmulla
@robmulla Жыл бұрын
Glad you think so!
@slapfighting
@slapfighting Жыл бұрын
@@robmulla videos like these actually helps a data scientist’s sword to be sharper. Thank you for sharing it, hope to look for more advanced videos like these in future.
@kennethstephani692
@kennethstephani692 Жыл бұрын
Great video!!!
@robmulla
@robmulla Жыл бұрын
Glad you liked it!
@gholamrezadar
@gholamrezadar Жыл бұрын
So good. Thank you.
@robmulla
@robmulla Жыл бұрын
Thanks for watching!
@Neferfifi21
@Neferfifi21 Жыл бұрын
Very helpful !
@robmulla
@robmulla Жыл бұрын
Glad you found it helpful.
@VPAT37
@VPAT37 8 ай бұрын
This was great.
@dimasamchuk4733
@dimasamchuk4733 Жыл бұрын
the last 5 were cool! thank you
@robmulla
@robmulla Жыл бұрын
Glad you found them helpful.
@gsf4lyf
@gsf4lyf Жыл бұрын
Great vid thanks!
@robmulla
@robmulla Жыл бұрын
Glad you liked it!
@Levy957
@Levy957 Жыл бұрын
Thanks for the tips
@robmulla
@robmulla Жыл бұрын
Thanks Levy for watching.
@thibautsaah3379
@thibautsaah3379 Жыл бұрын
Good Work!
@robmulla
@robmulla Жыл бұрын
Thank you! Cheers!
@Kujiranoai
@Kujiranoai Жыл бұрын
This is excellent thanks
@robmulla
@robmulla Жыл бұрын
You're very welcome
@Lewstars
@Lewstars Жыл бұрын
I really think this should be written up in a medium blog article. Would be awesome to refer to.
@robmulla
@robmulla Жыл бұрын
That’s a good idea. I really want to make blogs for all my videos but I don’t have the time. Maybe someday
@Mrnafuturo
@Mrnafuturo Жыл бұрын
did you ever tried to use np.vectorize function to apply transformations over a df column? that one is along with my favorites. amazing video btw, subscribed!
@robmulla
@robmulla Жыл бұрын
Yes! I've used it before and had some good results. Thanks for watching!
@AlexTheAnalyst
@AlexTheAnalyst Жыл бұрын
I was genuinely worried I was making noob mistakes in Pandas...
@robmulla
@robmulla Жыл бұрын
😂 Hey Alex! Now I'm dying to know... did you have any reason to be worried?
@justtohost3431
@justtohost3431 Жыл бұрын
I got to admit, that I regularly make 65% of this newbie "mistakes". That's why I am specifically helpful for your tips how to optimize my coding structure! Thanks a lot for your inputs!
@robmulla
@robmulla Жыл бұрын
Glad it was helpful!🙌
Learning Pandas for Data Analysis? Start Here.
22:50
Rob Mulla
Рет қаралды 68 М.
NO NO NO YES! (Fight SANTA CLAUS) #shorts
00:41
PANDA BOI
Рет қаралды 56 МЛН
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,7 МЛН
Should You Still Learn To Code In 2024?
15:12
Tina Huang
Рет қаралды 59 М.
I'm Back. Live Coding. AI Red Teaming & More!
Rob Mulla
Рет қаралды 20
This INCREDIBLE trick will speed up your data processes.
12:54
Rob Mulla
Рет қаралды 251 М.
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 41 М.
Big Tech AI Is A Lie
16:56
Tina Huang
Рет қаралды 44 М.
My top 25 pandas tricks
27:38
Data School
Рет қаралды 262 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 345 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 266 М.
Make Your Pandas Code Lightning Fast
10:38
Rob Mulla
Рет қаралды 172 М.
NO NO NO YES! (Fight SANTA CLAUS) #shorts
00:41
PANDA BOI
Рет қаралды 56 МЛН