Exploratory Data Analysis with Pandas Python

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

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

  • @robmulla
    @robmulla  2 года назад +75

    Chapters don't appear to be working for my videos for some reason. Here are the timestamps for the video:
    00:00 Introduction
    01:00 Imports and reading data
    03:35 Data Understanding
    06:40 Data Preparation
    20:57 Feature Understanding
    27:35 Feature Relationships
    35:30 Asking a Question about the Data
    40:00 Final Thoughts

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

      amazing video, please can you make available the dataset used? thank you

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

      Hi Rob. I'm new to notebooks. Could you plese explain why you don't need an explicit print statement to view cell output?

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

      This was one of the bad video and non industry knowledge

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

      😮

  • @saintsaens3517
    @saintsaens3517 Год назад +197

    As a begginer in data this really opend my eyes as to how things works. Your explanations are very clear and I can feel how passionate you are. Great video

    • @robmulla
      @robmulla  Год назад +18

      Glad it was helpful! I am passionate about it, and excited when I hear people are learning from my videos.

    • @arunkumark6351
      @arunkumark6351 Год назад +5

      So true,, though there are many projects and training videos outside. The way you think, step by step approach and the reason for doing so, is so relatable and feels very natural. Awesome video, Thank you so much

    • @grecokap7881
      @grecokap7881 Месяц назад

      I am a beginner and I found it really really helpful. It the first totally clear tutorial I have seen so far. It made clear to me a lot of things. That you so much! I'm about to explore your Chanel. Hope to see more from you!

  • @grandselenium296
    @grandselenium296 10 месяцев назад +26

    - import data
    Data understanding
    - filter columns by need
    - convert dtype of certain columns
    - rename columns
    - check isna in columns and dropna on row or column accordingly
    - locate duplicated rows in single or multiple columns
    - drop duplicated rows from dataset and reset index
    Data prep
    -univariate analysis of features - kde, histogram, box plot
    - use value counts to determine duplicates and unique values in feature
    - he creates bar plot for top 10 years introduced to highest # of coasters
    - he creates histogram to bin speeds of roller coaster and view their frequency distribution
    Feature understanding - scatterplot, pairplot, correlation, groupby
    - he creates scatterplot for speed and height with year based hue of points
    - he create pairplot to compare correlation between features, alongside hue from material type
    - creates a correlation heatmap for selected features
    Ask question
    - he uses groupby and query to create bar plot with sorted descending data on mean speed of roller coasters by location.

  • @saptarshidey7672
    @saptarshidey7672 Год назад +59

    There are a ton of EDA videos on RUclips. This is one of the best I have ever come across. You just nailed it, Rob.

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

      Thanks so much!

    • @jz0401
      @jz0401 22 дня назад

      I agree with you 100%. Rob did a wonderful job.

  • @sa-pt3kf
    @sa-pt3kf Год назад +36

    By far one of the most clear and concise ways of teaching in a computer science related field I've come across in a while. I'll be binging all your tutorials for sure!

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

      Whoa. I love this feedback. I'll try my best to keep them coming.

  • @mrahul2113
    @mrahul2113 11 месяцев назад +1

    Decade years of experience in churning data in xl and SQL .... Trying to get my hands on python... This video is the best I have come across on the internet. Thank you for letting us know a real life problem getting solved

    • @robmulla
      @robmulla  11 месяцев назад +1

      So glad you found it helpful!

  • @jz0401
    @jz0401 22 дня назад

    Rob, I found your tutorials only recently and, to me, yours are one the the best out there - well-explained and highly effective. Thank you very much for sharing your expertise.

  • @darshantawte7435
    @darshantawte7435 6 месяцев назад +1

    Lucidly explained. One thing i have learned that in order to be a great Data scientist what matters is your problem solving skills, understanding the business requirements and curiosity to dive deep into data (true to the name data scientist) . There is no need in remembering these codes as long as you know what to look for.

  • @JHornsby89
    @JHornsby89 Год назад +19

    This is the second one of these I have now watched and coded along with! Genuinely awesome content, so precise and simple to follow. You make daunting tasks (for beginners getting into data) really accessible which is a sign of a great teacher!

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

      Comments like this make me really happy that I made this video. So happy it helped you in your coding journey. Did you use the Kaggle notebook when you followed along?

  • @vietndk5437
    @vietndk5437 6 месяцев назад

    I did not practise pandas usually then I almost forgot the syntax or its application. Now I find your video with very clear instructions, it helps me remember better. Thanks alot

  • @nigelkiernan1321
    @nigelkiernan1321 8 месяцев назад +4

    This is a great refresher guide! Very nice coding style and I appreciate you using a simple Kaggle dataset to follow along. Great stuff - thanks!

  • @jackgarn8392
    @jackgarn8392 Год назад +7

    This is such an amazing guide! I’m new to data analysis and had limited python exposure and have taught myself most of these things so far by googling or just reading the pandas documentation. Watching someone familiar with the process do it all together was really helpful and gave me a lot of insights as to how I can improve my skills and workflow. Thank you so so much!

  • @chrisosomo2856
    @chrisosomo2856 Год назад +3

    I can’t get enough of your videos, especially the very hands-on practical approach to learning. Your explanations are clear and easy to follow along with. Please make more of these types of videos. You are definitely makes a change and contributing to the RUclips knowledge pool. Thank you so much.

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

    I completed my certification in data science but could not figure out where to start. Thanks for such a detailed and easy to understand instructions with very useful commands. It helps a lot. Keep it up

  • @Rantalytics
    @Rantalytics 11 месяцев назад

    wow... thank you so much rob. I come from a frontend background but just began a data analytics bachelor at SJSU. I was trying to grasp at a high level what DA might look like as it pertains to conducting an explorative project. This tutorial completely cleared up those questions!

  • @rrestituti
    @rrestituti Год назад +7

    #1 Data science youtuber!!!
    You made easy to understand the basic commands e sintaxes.
    Thank you a lot, Rob. 😉

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

      Tell all your friends. 😆

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

      Agreed, this is the best Python content on the entire internet, hands down. I'm going to be carefully watching these videos over and over for a long time.

  • @Aarron-io3pm
    @Aarron-io3pm Год назад +13

    Hi Rob, this was super useful to me as a tired Excel veteran and python beginner. You explain and demonstrate everything so clearly, thank you

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

    I have tried plenty of tutorials by now. This is the most precise and to-the-point tutorial so far. Well done.

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

    This is the best reference guide. I always find myself rewatching this whenever I'm cleaning a dataset.

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

      So glad you find it helpful.

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

    Perfect stuff what I love about this video is the simplicity and the clearness of the way you talk

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

      I appreciate that! Thats how I learn best so it's also how I try to explain things.

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

      @@robmulla your response reflect your both knowldge and wisdom please keep on 💞

  • @itm1996
    @itm1996 10 месяцев назад

    Hands down one of the best tutorial I ever saw. Basic enough to follow as a newbie but demanding enough to be useful. ❤

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

    This was the greatest Tutorial I ever had. Thank you. Here I get to cnow about the corelation and some panda functions and ploting.
    But for Power counting and Corelation between Variables was very pleasend and satisfied my expectations. From Bulgaria Volga Sauvete! Thaank you !
    👑👑👑👑👑👑

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

    well organized, concise, very helpful to get grounded in Pandas. my explorations will continue. Thanks!

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

      Glad it helped! Thanks for watching. Share with anyone else you think might also learn from it.

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

    I was smiling at 39:23 . How easily you answered the question. Thanks for this amazing video tutorial.

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

      My pleasure 😊 Glad you liked seeing it all come together at the end.

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

    Terrific introductory survey that answered so many of my questions, moving from SQL. Looks extremely efficient. Now, to plug into my data! Thanks.

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

      Glad you liked it. Sql still has a place but when working with the data for EDA pandas can’t be beat.

  • @jmmj5018
    @jmmj5018 11 месяцев назад

    thank you so much, you have made my EDA analysis easier and faster. :) also, it's easy to digest as I go along with the data you are working. thanks a lot. you are helping a lot of analysts or people who wants to study in data analytics. Great video, keep them coming.

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

    This is one of the best content related to Data Analysis and Python/Pandas, I am really glad I found it! Thanks!

  • @deneskalnoky7939
    @deneskalnoky7939 11 месяцев назад

    This is a really good tutorial. I am new to Python and data analysis, and was completely lost. It was so hard to find a good, reliable source about it. This source just clarifies the basics for beginners so that I can start off with my own project.

  • @NeerajKumardeaf
    @NeerajKumardeaf 10 месяцев назад

    Thank you so much. I am happy for your teaching about EDA with data analysis for pandas. I am clearly explaining to you. I can continue my hands-on experience for EDA

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

    This is perfect for my interview tomorrow. I just needed a refresher on how to approach the problem, ask right questions and then come up with exploratory options.
    Thank You so much for this video

  • @wesleyweel8007
    @wesleyweel8007 2 года назад +19

    The quality of your content is only surpassed by the ease at which it is to assimilate it, keep up the great content Rob, cheers!

    • @robmulla
      @robmulla  2 года назад

      Wow. Thanks for the positive feedback!

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

      ​@@robmulla bi
      L😅

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

      🎉😊

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

    This video makes me feel glad to be alive. Great explanation, amazingly fast and on point. Thank you!

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

    Thanks Rob, you’re doing a great job for the data science community.
    Your videos here and on TikTok is helping me a lot in this journey.
    Thank you.

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

      Love to hear that Wahab! Glad you learned something, and thanks for posting the feedback.

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

    I dabbled in this 4 years ago at EDX. This is a wonderful refresher. Thanks Rob!

  • @user-ei9jd7pw4s
    @user-ei9jd7pw4s 9 месяцев назад

    Thank you for the video. You have combined all my knowledge into one comprehensible picture.

  • @soumyadrip
    @soumyadrip 2 года назад +3

    Wow so many things are covered, its a great tutorial for getting started with EDA.

    • @robmulla
      @robmulla  2 года назад +1

      Thanks @somuSan. Glad you liked the tutorial. It took me waaaaay longer to film than I expected but I'm happy with the result. I hope more people in the future find it helpful.

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

    while formatting column datatype, we can also convert 2 objects to 'category' and one int64 to boolean:
    df['Inversions_Clean']=df['Inversions_Clean']==1
    df['Status'] = df['Status'].astype('category')
    df['Type_Main'] = df['Type_Main'].astype('category')

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

      well, actually, converting 'Inversions_Clean' column from integer to bolean was a dumb idea as, later, we have to transform all categorical data to numerical (encoder or one hot encoding methods).
      But I do think that convrting from object to cetegory good to reduce the file size.

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

      Yes, I have a whole video about converting dtypes to make dataframes more memory efficient. It does depend on how many unique values the categorical column has, but in general it's better.

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

      @Rob Mulla yes, indeed, all the techniques I use in data exploration on Pandas are derived from 5 videos of yours ! Thanks a lot for democratizing the learning of data science, despite the tens of thousands of kilometers separating us 🥹

  • @AbdullahKhan-dl9lm
    @AbdullahKhan-dl9lm 11 месяцев назад

    Very crisp and concise explanation. Sometimes youtube videos can be better than paid courses.

  • @5014eric
    @5014eric 2 года назад +1

    30:30 Matplotlib's scatter plot also allows setting the colour.
    (just copying an example out of my code)
    plt.scatter(df1['lon'], df1['lat'], df1['sz'], c=df1['resid'])

    • @robmulla
      @robmulla  2 года назад

      Nice. Doesn’t the resid need to be a hex color for that to work?

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

    Wow, what an informative fun tutorial. Thanks Rob!

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

      Glad you learned from it and I appreciate the comment.

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

    Clear and applicable to any type of analysis. Thank you

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

    Great video, the pacing was perfect to follow along without flashy visuals that disturbs.

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

    This is really an eye opener stuff for rookies like me. Thank you Rob

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

      Thanks for watching!

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

    I have been grinding through your videos lately in preperation for my data science job and you have been an absolute blessing! Thanks a bunch!!

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

      Wonderful! Glad I could help.

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

      Hey Adarsh! Other than this what else are you learning that will help you in the data science job, I'm also preparing for the same but kinda new to data science so any guidance would be appreciated. Cheers!

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

      @@hmx21 Hi Hemang. I'm a fresher in data science as well. I started with Python and statistics. Then moved on to EDA followed by Machine Learning algorithms. I then made a few projects on ML. Also tools like SQL, Power BI, Excel are preferred

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

      @@adarshtiwari7395 Hey Adarsh! Thnaks for the reply, I'm done with EDA and made a dashboard using Power BI, and don't know how much machine learning or SQL is required for the role as I've studied SQL in college and know how to work with joins,etc. Any tips or resources you'd like to share would be a great help. Also from where did you learn stats for ds, whenver I try to learn stats online I get overwhelmed with the magnitude of tutorials.

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

      @@hmx21 depends on what you're going for. If you are interested in a data analyst position, EDA through Power BI is great but if you want to go done the data scientist or machine learning route you need to be hands on with Python. EDA using python is much more nuanced as compared to visualisation tools like Power BI. SQL is essential in all contexts so it's a must. But whether you should study machine learning depends on your career goal.

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

    Rob,
    I really like your videos. You are very concise with your language and make this content very digestible.

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

      Thanks! Glad they are helpful.

  • @Leerosasi
    @Leerosasi Месяц назад

    As a beginner, found this quite useful and easy to follow through, your expalation is easy for beginners. Thank you 'Mwalimu mzuri' (Swahili word for 'Great teacher') 😊

  • @hotbit7327
    @hotbit7327 2 года назад +1

    Some of your other videos I found too fast paced, like about pandas mistakes, this one here has great content and also fantastic presentation. Thank you.

    • @robmulla
      @robmulla  2 года назад

      Thanks for the feedback. I’ve been experimenting with different editing styles so it’s nice to hear you prefer slower paced like this video. I’ll keep that in mind in the future.

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

    Thanks for this lesson. It’s much valuable.

  • @100themagician
    @100themagician Год назад +2

    Excellent video Rob, thank you!

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

      Thanks for watching!

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

    8:30 is big time saver. Never thought of df.columns then copy paste the whole list

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

      Glad you found it helpful. I find doing that very helpful when trying to decide which columns to filter out.

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

      Wouldn’t be better to run a RandomForest and then select the ones with the highest feature importance scores?

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

    Couldn't stop myself THANKing you.

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

      Thanks you for watching and commenting!

  • @Thorne2610
    @Thorne2610 6 месяцев назад

    I have watched more than 5 times its really eye opener and step by step teaching. Well done Boss

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

    This type of videos are amazing to follow, i am starting to use python for data analysis and i could not happier! Your channel is helping me alot, thank you!

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

      So happy to hear this. Let me know what you would like to see in future videos.

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

      ​@@robmulla One question i have is about the safety of using jupyter while working with company data.
      I am just starting to use jupyter and that is a big question that i'm sure other begginers would like to know to! Can you give your opinion on it? Thanks in advance

  • @thaanathaana4522
    @thaanathaana4522 10 месяцев назад

    Clear explanation for beginners.. will follow you more for tutorials

  • @TrendingUpdateCentral
    @TrendingUpdateCentral 5 месяцев назад

    It's really hard to find good videos on this topic. This was fantastic. Thank you.

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

    Hey, Rob! Thank you for your video! Haven't watched it till the end but it seems really cool and brings a lot of value. Thank you! 🥰
    Your line of code "pd.set_option('max_columns', 200)" seems to not work properly and while executing it I got an error "OptionError: Pattern matched multiple keys". I'm not an expert but as I understood while googling this issue, this expression is outdated.
    I replaced it with "pd.options.display.max_columns = 200" and it worked as I expected.

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

    Pair-plot looked absolutely beautiful!

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

    Thank you very much Rob for this wonderful walkthrough and explanation! Really Appreciate it!!!!

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

      Thanks for the feedback! Glad to hear you learned something from it.

  • @bradleyfrueh2761
    @bradleyfrueh2761 2 года назад +2

    Thank you so much. I appreciate the work you put into your videos. It shows.

    • @robmulla
      @robmulla  2 года назад

      I really appreciate the feedback! Please share with anyone you think might also learn from it.

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

    This is the best video I have watched so far. Thanksss!

  • @9jorge
    @9jorge Год назад

    Thanks a lot, you explain concepts like no one, subscribed!

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

    It was fantastic. Every step you took was kind of amazing, specially the last bit where you visualized average coaster speed by location. Thanks.

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

    Hey Rob, really admired the way you explained complicated topics with ease!!
    Looking forward to learning from you more :)

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

      Thanks so much for that feedback. I really apprecaite it.

  • @ricardorockthem3339
    @ricardorockthem3339 11 месяцев назад

    Very well explained and quite nice difficulty level! Brilliant!

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

    That was simply amazing!
    10/10 on all counts.

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

      Really apprecaite the feedback 🙌 - please share it with anyone else you think might feel the same.

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

    Your explanation is easy to understand and also show how the things work, ThankYou
    please make more videos about EDA in python Rob!!

  • @anishkumaranjan
    @anishkumaranjan 11 месяцев назад

    Just completed it along with coding it all!

  • @khushi1385
    @khushi1385 4 месяца назад

    Amazing, within a short time you taught so many helpful features for meaningful analysis. Really appreciate.

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

    Thank you Rob for your explanation, before this it was hard for me to study and my mind just start pressured me of how to do EDA with Python language. And this video just open my mind to study it!

  • @zhaozheng7704
    @zhaozheng7704 2 года назад +1

    Excellent tutorial and immediately useful. Thank you!

    • @robmulla
      @robmulla  2 года назад

      Glad it was helpful! Thanks for watching Zhao.

  • @melomane01
    @melomane01 10 месяцев назад

    Hello Rob. I'm currently doing a graduate degree in business intelligence. One of my class this semester is Data Mining using Python. Your video was very helpful. Thank you.

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

    Great video: informative and fun; easy to follow along. Helped me feel motivated to tackle more Python Pandas. Thanks so much!

  • @浩然李-c3y
    @浩然李-c3y Год назад

    this is absolutely amazing! Follow your video step by step actually make me more confident of my coding!

  • @Dongnanjie
    @Dongnanjie 10 месяцев назад

    Definitely amazing. Thank you so much, Rob!

  • @pdrcouto
    @pdrcouto 2 года назад +1

    It has been great to refresh some topics and learn new ones. Thanks a lot :)

    • @robmulla
      @robmulla  2 года назад

      Thanks Pedro. So glad you’ve found these as a good refresher.

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

    it's a super great video, just enjoy the way you explained, it's long video but every part is so useful and informative, thanks a lot for sharing it, well done.

  • @mschuer100
    @mschuer100 2 года назад +1

    Awesome video! Thanks for putting the time into this. Very helpful

    • @robmulla
      @robmulla  2 года назад +1

      Glad it was helpful! Share with a friend!

    • @mschuer100
      @mschuer100 2 года назад

      @@robmulla I certainly will. Thanks

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

    Thank you Rob. I really appreciate your contents. One small thing I noticed in this though. Would it be unnecessary to use copy() if you are overwriting df with the new subset of columns? I think copy() is helpful if you create a new variable for the subset to avoid it referencing back to the original df. But in this case, it is overwritten so it shouldn't matter isn't it?

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

    I already know Pandas pretty well, but I still learn from this dude.

  • @hardikacharya2664
    @hardikacharya2664 2 года назад +1

    Great video. Look forward to your twitch streams!!

    • @robmulla
      @robmulla  2 года назад +1

      Thanks so much. Hope to see you during one of the twitch streams soon.

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

    Thank you!!! I learned a lot from your course.

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

      Glad you found it helpful!!

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

    Really great video. Clear and well presented. Thank you.

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

      Glad you enjoyed it!

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

    Late to the party but this is really really good. Helps you dig in to the detail (rather than you thinking, how do I do what I'm thinking I need to do). This should be a template to use as it general enough for you to pick it up but specific enough with examples to be used elsewhere

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

    Very good content, Rob. It helped me a lot! Thanks for sharing. You gained a subscriber!

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

      Thanks for the feedback and subscribing!

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

    Very detailed explanation for each step you perform during the analysis, helpful for beginners like me.

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

      Glad to hear you found the pace was helpful!

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

    Thank you for sharing this, Rob! This is wonderful content. Keep up the good work.
    Cheers!

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

    This video is.... PERFECT!
    Thanks ^^

  • @282OJK
    @282OJK 2 года назад +2

    This is a great video. So helpful and informative. Thank you.

    • @robmulla
      @robmulla  2 года назад

      Glad it was helpful! Thanks for watching and tell your friends!

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

    Rob you are the MAN! Thank you for sharing your knowledge with the rest of us! 😅🙌

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

      Glad you found it helpful Lash! Share it with anyone you think might also learn from it.

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

    This video is really good. Thank you so much!

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

      You're very welcome!

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

    one of the most awesome videos about data cleaning and analysis ever. Many thanks

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

      Wow, thanks! Glad you learned from it.

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

    I'm impressed! your videos are excellent. Thanks, Rob

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

    This is why I love RUclips, thank you so much!

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

      Glad you enjoy it!

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

    your content is pure gold! thank you

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

      Glad you enjoy it! This comment is gold. 😎

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

    Fantastic video, extremely informative, and very useful. Thank you.

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

      So thankful that you found this helpful. Share with anyone else you think might also learn from it!

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

    Thank you for being extremely clear and concise.

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

    Excellent work and introduction. Very well done!

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

    Excellent and succint. THANKS!

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

      Glad it was helpful! If you can, share it somewhere you think others might also learn from it too!

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

    It's like I'm learning pandas, matplotlib from basic.. Superb explanation and a Best tutorial ..

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

      Glad it helped! Feels good to read comments like this!

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

    Thank you for the tutorial, Rob!

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

      Thanks for watching and commenting. Share it around if you want to.