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
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
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
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!
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!
- 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.
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!
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?
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.
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!
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.
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.
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
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
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.
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
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') 😊
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 ! 👑👑👑👑👑👑
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!
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!
@@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
@@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.
@@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.
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.
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.
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.
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.
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 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
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
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.
Thanks for the excellent video on EDA, Rob. It'd be great if you could do a complete EDA on a relatively complex dataset, wherein we have scope for feature engineering, by exploring feature interactions and stuff like that. Thanks!
@@robmulla Hey Rob, your videos are really helpful. But as @Rajeev suggested pls cover EDA for complex dataset which will help us to understand the advance concepts. Your xgboost timeseries videos were really awesome. It saved in my project work. Looking forward to upcoming videos.
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
Thank you for creating this video. I've learned a lot from you and it has definitely made me more curious as to what else i can do with python and pandas. This was truly beneficial.
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.
Extremely interesting! Thank you for the content, I really like the way you go step by step in your approach, it makes it very easy to understand for non-advanced people like me
Wow ! this is such a clean run through. You make it look so easy and easy to learn ! Thank you so much. This is giving me the confidence to finally start something on my own.
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.
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.
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?
Late to arrive at this video tutorial; however, better be late than never. It was a very enjoyable video tutorial. Took note of each statement for ready reference. Thank you very much.
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
I am spending my weekend with your videos and I would like to say that I have learned several tricks to use python's libraries efficiently. Thanks for your explanation and your time to provide the videos
Many thanks for your good working. You have a good voice to hear and good words to understand ❤👍🎉. Hope one day you open a data science course from zero to hero that help people have good jobs
Thanks so much, glad you found this video helpful. Maybe some day I'll make a course but right now I'm just focused on interesting and helpful youtube content.
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
amazing video, please can you make available the dataset used? thank you
Hi Rob. I'm new to notebooks. Could you plese explain why you don't need an explicit print statement to view cell output?
This was one of the bad video and non industry knowledge
😮
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
Glad it was helpful! I am passionate about it, and excited when I hear people are learning from my videos.
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
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!
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.
Thanks so much!
I agree with you 100%. Rob did a wonderful job.
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!
Whoa. I love this feedback. I'll try my best to keep them coming.
- 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.
Thanks
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
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!
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!
Wow. Thanks for the positive feedback!
@@robmulla bi
L😅
🎉😊
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!
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?
#1 Data science youtuber!!!
You made easy to understand the basic commands e sintaxes.
Thank you a lot, Rob. 😉
Tell all your friends. 😆
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.
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!
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.
Thank you so much for taking the time to teach this. You have no idea on how deep it helps to elevate people´s life
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.
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
This is one of the best content related to Data Analysis and Python/Pandas, I am really glad I found it! Thanks!
Very crisp and concise explanation. Sometimes youtube videos can be better than paid courses.
Rob is the greatest pandas teacher I have ever met...
Thanks many many times for this wonderful video...
Süpersin dostum..
I have tried plenty of tutorials by now. This is the most precise and to-the-point tutorial so far. Well done.
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
So glad you found it helpful!
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.
Perfect stuff what I love about this video is the simplicity and the clearness of the way you talk
I appreciate that! Thats how I learn best so it's also how I try to explain things.
@@robmulla your response reflect your both knowldge and wisdom please keep on 💞
I dabbled in this 4 years ago at EDX. This is a wonderful refresher. Thanks Rob!
I was smiling at 39:23 . How easily you answered the question. Thanks for this amazing video tutorial.
My pleasure 😊 Glad you liked seeing it all come together at the end.
This is the best reference guide. I always find myself rewatching this whenever I'm cleaning a dataset.
So glad you find it helpful.
well organized, concise, very helpful to get grounded in Pandas. my explorations will continue. Thanks!
Glad it helped! Thanks for watching. Share with anyone else you think might also learn from it.
Terrific introductory survey that answered so many of my questions, moving from SQL. Looks extremely efficient. Now, to plug into my data! Thanks.
Glad you liked it. Sql still has a place but when working with the data for EDA pandas can’t be beat.
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
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') 😊
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 !
👑👑👑👑👑👑
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!
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!!
Wonderful! Glad I could help.
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!
@@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
@@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.
@@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.
Wow, what an informative fun tutorial. Thanks Rob!
Glad you learned from it and I appreciate the comment.
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.
Hands down one of the best tutorial I ever saw. Basic enough to follow as a newbie but demanding enough to be useful. ❤
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.
Love to hear that Wahab! Glad you learned something, and thanks for posting the feedback.
This video makes me feel glad to be alive. Great explanation, amazingly fast and on point. Thank you!
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.
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.
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.
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!
So happy to hear this. Let me know what you would like to see in future videos.
@@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
Hey Rob, really admired the way you explained complicated topics with ease!!
Looking forward to learning from you more :)
Thanks so much for that feedback. I really apprecaite it.
I have watched more than 5 times its really eye opener and step by step teaching. Well done Boss
This is the best video I have watched so far. Thanksss!
Thanks so much!
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
Wow so many things are covered, its a great tutorial for getting started with EDA.
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.
This is really an eye opener stuff for rookies like me. Thank you Rob
Thanks for watching!
Thanks for the excellent video on EDA, Rob. It'd be great if you could do a complete EDA on a relatively complex dataset, wherein we have scope for feature engineering, by exploring feature interactions and stuff like that. Thanks!
Thanks for the feedback and wonderful suggestion. I have something like this in mind so keep your eye out for future videos.
@@robmulla Hey Rob, your videos are really helpful. But as @Rajeev suggested pls cover EDA for complex dataset which will help us to understand the advance concepts. Your xgboost timeseries videos were really awesome. It saved in my project work. Looking forward to upcoming videos.
@robmulla good day, can I get a link to the video?
Great video, the pacing was perfect to follow along without flashy visuals that disturbs.
Rob,
I really like your videos. You are very concise with your language and make this content very digestible.
Thanks! Glad they are helpful.
That was simply amazing!
10/10 on all counts.
Really apprecaite the feedback 🙌 - please share it with anyone else you think might feel the same.
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
Very good content, Rob. It helped me a lot! Thanks for sharing. You gained a subscriber!
Thanks for the feedback and subscribing!
Great video: informative and fun; easy to follow along. Helped me feel motivated to tackle more Python Pandas. Thanks so much!
I already know Pandas pretty well, but I still learn from this dude.
It's really hard to find good videos on this topic. This was fantastic. Thank you.
This was a really nice tutorial, Rob. Had fun coding along, thanks for doing it :)
Thanks for watching and providing feedback. Feel free to share with anyone else you think might also learn from it.
Thank you for creating this video. I've learned a lot from you and it has definitely made me more curious as to what else i can do with python and pandas. This was truly beneficial.
Glad you learned something. Happy this video helped.
Great video. Look forward to your twitch streams!!
Thanks so much. Hope to see you during one of the twitch streams soon.
This is just extremely helpful and valuable to me. Bless you man, you're amazing.
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.
thnx
Extremely interesting! Thank you for the content, I really like the way you go step by step in your approach, it makes it very easy to understand for non-advanced people like me
Thanks Jonathan. Glad you found it helpful. Looking forward to making more videos like this in the future.
@@robmulla Can't wait! :)
Excellent video Rob, thank you!
Thanks for watching!
this is absolutely amazing! Follow your video step by step actually make me more confident of my coding!
Wow ! this is such a clean run through. You make it look so easy and easy to learn ! Thank you so much. This is giving me the confidence to finally start something on my own.
Awesome video! Thanks for putting the time into this. Very helpful
Glad it was helpful! Share with a friend!
@@robmulla I certainly will. Thanks
Thank you for sharing this, Rob! This is wonderful content. Keep up the good work.
Cheers!
Amazing, within a short time you taught so many helpful features for meaningful analysis. Really appreciate.
Clear explanation for beginners.. will follow you more for tutorials
It was fantastic. Every step you took was kind of amazing, specially the last bit where you visualized average coaster speed by location. Thanks.
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.
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.
Great channel! Very helpful for beginners and for those who' re digging deeper and moving forward into DS industry as myself! Thanks Rob!
Thank you so much. I appreciate the work you put into your videos. It shows.
I really appreciate the feedback! Please share with anyone you think might also learn from it.
Thank you!!! I learned a lot from your course.
Glad you found it helpful!!
Great work, bro. Thank you!
This video is AWESOME! Keep it up!
So glad you liked it!
Thanks a lot, you explain concepts like no one, subscribed!
Couldn't stop myself THANKing you.
Thanks you for watching and commenting!
Great video man. Kudos.
Thanks for watching
Amazing video! Super comprehensive and perfect guidance for beginners!
Glad it was helpful!
Very well explained and quite nice difficulty level! Brilliant!
This video is a true gem! Thanks @Rob Mulla for putiing this one out here....really help double noobies like me!
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?
It has been great to refresh some topics and learn new ones. Thanks a lot :)
Thanks Pedro. So glad you’ve found these as a good refresher.
I almost never comment, but I had to with this one. the video was amazing. I'll be checking more of your videos.
Thank you for the video. You have combined all my knowledge into one comprehensible picture.
This is why I love RUclips, thank you so much!
Glad you enjoy it!
Late to arrive at this video tutorial; however, better be late than never. It was a very enjoyable video tutorial. Took note of each statement for ready reference. Thank you very much.
I just watched 10 minutes in. You just gained a subscriber..!
one of the most awesome videos about data cleaning and analysis ever. Many thanks
Wow, thanks! Glad you learned from it.
your content is pure gold! thank you
Glad you enjoy it! This comment is gold. 😎
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
Just completed it along with coding it all!
Clear and applicable to any type of analysis. Thank you
Thanks for this lesson. It’s much valuable.
I am spending my weekend with your videos and I would like to say that I have learned several tricks to use python's libraries efficiently. Thanks for your explanation and your time to provide the videos
Excellent work and introduction. Very well done!
Thank you very much Rob for this wonderful walkthrough and explanation! Really Appreciate it!!!!
Thanks for the feedback! Glad to hear you learned something from it.
This video is really good. Thank you so much!
You're very welcome!
Many thanks for your good working. You have a good voice to hear and good words to understand ❤👍🎉. Hope one day you open a data science course from zero to hero that help people have good jobs
Thanks so much, glad you found this video helpful. Maybe some day I'll make a course but right now I'm just focused on interesting and helpful youtube content.