Exploratory Data Analysis with Pandas Python

  Рет қаралды 404,614

Rob Mulla

Rob Mulla

Күн бұрын

In this video about exploratory data analysis with pandas and python, Kaggle grandmaster Rob Mulla will teach you the basics of how to explore data using python and pandas. Exploratory Data Analysis it a necessary tool for any data scientist. Pandas is a MUST for anyone getting into data science with python. Python is the #1 coding language for data science and has been growing over the years as an essential tool, with Pandas being the main data wrangling module. Kaggle Grandmaster Rob goes over it all in this video. In this video we discuss the basics of how to use explore data including...
Timestamps:
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
Follow me on twitch for live coding streams: / medallionstallion_
Intro to Pandas video: • A Gentle Introduction ...
Link to kaggle notebook used in the tutorial: www.kaggle.com/robikscube/int...
* KZbin: / @robmulla
* Twitch: / medallionstallion_
* Twitter: / medalliondata
* Kaggle: www.kaggle.com/robikscube
#Python #Coding #DataScience #Kaggle

Пікірлер: 426
@robmulla
@robmulla 2 жыл бұрын
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 7 ай бұрын
This was one of the bad video and non industry knowledge
@ABYHYDROS
@ABYHYDROS 5 ай бұрын
😮
@saintsaens3517
@saintsaens3517 Жыл бұрын
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 Жыл бұрын
Glad it was helpful! I am passionate about it, and excited when I hear people are learning from my videos.
@arunkumark6351
@arunkumark6351 11 ай бұрын
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
@saptarshidey7672
@saptarshidey7672 9 ай бұрын
There are a ton of EDA videos on KZbin. This is one of the best I have ever come across. You just nailed it, Rob.
@robmulla
@robmulla 9 ай бұрын
Thanks so much!
@Aarron-io3pm
@Aarron-io3pm Жыл бұрын
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
@nigelkiernan1321
@nigelkiernan1321 2 ай бұрын
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!
@silver_soul98
@silver_soul98 9 ай бұрын
I have tried plenty of tutorials by now. This is the most precise and to-the-point tutorial so far. Well done.
@romanrodin5669
@romanrodin5669 Жыл бұрын
Great channel! Very helpful for beginners and for those who' re digging deeper and moving forward into DS industry as myself! Thanks Rob!
@jackgarn8392
@jackgarn8392 Жыл бұрын
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 Жыл бұрын
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 KZbin knowledge pool. Thank you so much.
@sa-pt3kf
@sa-pt3kf Жыл бұрын
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 Жыл бұрын
Whoa. I love this feedback. I'll try my best to keep them coming.
@adamvoltemar420
@adamvoltemar420 2 ай бұрын
This is one of the best content related to Data Analysis and Python/Pandas, I am really glad I found it! Thanks!
@user-et7zv5rs3q
@user-et7zv5rs3q 9 ай бұрын
this is absolutely amazing! Follow your video step by step actually make me more confident of my coding!
@lindyhopwithliz
@lindyhopwithliz 5 ай бұрын
Great video: informative and fun; easy to follow along. Helped me feel motivated to tackle more Python Pandas. Thanks so much!
@itm1996
@itm1996 3 ай бұрын
Hands down one of the best tutorial I ever saw. Basic enough to follow as a newbie but demanding enough to be useful. ❤
@SearchingforScraps
@SearchingforScraps 11 ай бұрын
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.
@jcgdt94
@jcgdt94 6 ай бұрын
Thank you for sharing this, Rob! This is wonderful content. Keep up the good work. Cheers!
@9jorge
@9jorge 9 ай бұрын
Thanks a lot, you explain concepts like no one, subscribed!
@grandselenium296
@grandselenium296 4 ай бұрын
- 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.
@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
@Eysh2009
@Eysh2009 7 ай бұрын
This video makes me feel glad to be alive. Great explanation, amazingly fast and on point. Thank you!
@alikakavand3165
@alikakavand3165 5 ай бұрын
It was fantastic. Every step you took was kind of amazing, specially the last bit where you visualized average coaster speed by location. Thanks.
@user-ei9jd7pw4s
@user-ei9jd7pw4s 2 ай бұрын
Thank you for the video. You have combined all my knowledge into one comprehensible picture.
@MCMMADDOGXCV
@MCMMADDOGXCV 7 ай бұрын
This is GOLD! Thank you
@iiN1GH7M4R3ii
@iiN1GH7M4R3ii 11 ай бұрын
Great stuff man, thanks so much for this. Youre great at teaching beginners!!!!
@wesleyweel8007
@wesleyweel8007 Жыл бұрын
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 Жыл бұрын
Wow. Thanks for the positive feedback!
@yjgg5882
@yjgg5882 Жыл бұрын
​@@robmulla bi L😅
@yjgg5882
@yjgg5882 Жыл бұрын
🎉😊
@Anarky35
@Anarky35 Жыл бұрын
Great! Thanks a lot for this tuorial, so helpful for me as a beginner!
@jmmj5018
@jmmj5018 5 ай бұрын
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.
@vishwathapa6626
@vishwathapa6626 8 ай бұрын
Pair-plot looked absolutely beautiful!
@linux2350
@linux2350 Жыл бұрын
Thank you! that was very informative!
@kapamagicman
@kapamagicman 22 күн бұрын
Awesome! Love the method chaining
@jsplayground241
@jsplayground241 11 ай бұрын
You are the best coach. Thank you, sir!
@olusolafatoye9691
@olusolafatoye9691 4 күн бұрын
Great video. Clear explanation! You just earned a new subscriber
@Dongnanjie
@Dongnanjie 3 ай бұрын
Definitely amazing. Thank you so much, Rob!
@kmvkmv3433
@kmvkmv3433 8 ай бұрын
Great stuff - thank you, Rob!
@tomparatube6506
@tomparatube6506 5 ай бұрын
I dabbled in this 4 years ago at EDX. This is a wonderful refresher. Thanks Rob!
@aydanlopresti2879
@aydanlopresti2879 6 ай бұрын
Clear and applicable to any type of analysis. Thank you
@bradleyfrueh2761
@bradleyfrueh2761 Жыл бұрын
Thank you so much. I appreciate the work you put into your videos. It shows.
@robmulla
@robmulla Жыл бұрын
I really appreciate the feedback! Please share with anyone you think might also learn from it.
@wahabamin6946
@wahabamin6946 Жыл бұрын
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 Жыл бұрын
Love to hear that Wahab! Glad you learned something, and thanks for posting the feedback.
@Rantalytics
@Rantalytics 4 ай бұрын
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!
@fabiolasilva6623
@fabiolasilva6623 5 ай бұрын
Amazing, Thank you so much, the best tutorial!! :)
@ricardorockthem3339
@ricardorockthem3339 4 ай бұрын
Very well explained and quite nice difficulty level! Brilliant!
@chrismagee5845
@chrismagee5845 Жыл бұрын
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.
@Dean-nz9ld
@Dean-nz9ld 14 күн бұрын
This is a brilliant video, helped alot thankyou!!
@alexluvlol
@alexluvlol 4 ай бұрын
Thanks for making this tutorial! This is amazing
@guilhermedesanctis
@guilhermedesanctis Жыл бұрын
Thanks for this lesson. It’s much valuable.
@JHornsby89
@JHornsby89 Жыл бұрын
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 Жыл бұрын
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?
@mario1ua
@mario1ua 3 ай бұрын
Really cool and looks so easy now, thank you Rob
@anishkumaranjan
@anishkumaranjan 4 ай бұрын
Just completed it along with coding it all!
@deneskalnoky7939
@deneskalnoky7939 4 ай бұрын
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.
@siddhant0701
@siddhant0701 Жыл бұрын
This was a really nice tutorial, Rob. Had fun coding along, thanks for doing it :)
@robmulla
@robmulla Жыл бұрын
Thanks for watching and providing feedback. Feel free to share with anyone else you think might also learn from it.
@sergiopellitero4136
@sergiopellitero4136 9 ай бұрын
This video is.... PERFECT! Thanks ^^
@muhammadfadliaktsar7172
@muhammadfadliaktsar7172 10 ай бұрын
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!
@rr2b
@rr2b Ай бұрын
Very nice explanations , thank you so much!
@aayaanhasnain5143
@aayaanhasnain5143 11 ай бұрын
Hey Rob, really admired the way you explained complicated topics with ease!! Looking forward to learning from you more :)
@robmulla
@robmulla 11 ай бұрын
Thanks so much for that feedback. I really apprecaite it.
@chess6802
@chess6802 Жыл бұрын
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 💞
@ThePablo505
@ThePablo505 8 ай бұрын
amazing video, appreciate it a lot!
@mschuer100
@mschuer100 Жыл бұрын
Awesome video! Thanks for putting the time into this. Very helpful
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Share with a friend!
@mschuer100
@mschuer100 Жыл бұрын
@@robmulla I certainly will. Thanks
@hardikacharya2664
@hardikacharya2664 2 жыл бұрын
Great video. Look forward to your twitch streams!!
@robmulla
@robmulla 2 жыл бұрын
Thanks so much. Hope to see you during one of the twitch streams soon.
@rdatta
@rdatta 8 ай бұрын
Excellent work and introduction. Very well done!
@pdrcouto
@pdrcouto Жыл бұрын
It has been great to refresh some topics and learn new ones. Thanks a lot :)
@robmulla
@robmulla Жыл бұрын
Thanks Pedro. So glad you’ve found these as a good refresher.
@Jack-bs2mx
@Jack-bs2mx 11 ай бұрын
you are the best teacher ever, I'm not good at English but I try to write down this sentence to show my appreciate to you. Im still waiting for new lesson using pandas for Data Analyst
@walterpark8824
@walterpark8824 Жыл бұрын
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.
@panneerselvamposangu9929
@panneerselvamposangu9929 8 ай бұрын
This is very helpful. Thank you, Rob!
@adityagavali3158
@adityagavali3158 2 күн бұрын
An absolute legend, thank you
@thaanathaana4522
@thaanathaana4522 3 ай бұрын
Clear explanation for beginners.. will follow you more for tutorials
@user-ki9vt2jc2t
@user-ki9vt2jc2t 9 ай бұрын
this is a wonderful video!
@anuragarunedlabadkar8889
@anuragarunedlabadkar8889 Жыл бұрын
Excellent explanation Rob. Learned a lot from this video. Keep it up.
@walterpark8824
@walterpark8824 Жыл бұрын
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.
@shihaosun6861
@shihaosun6861 Жыл бұрын
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.
@nunolopes3910
@nunolopes3910 Жыл бұрын
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 Жыл бұрын
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
@zhaozheng7704
@zhaozheng7704 Жыл бұрын
Excellent tutorial and immediately useful. Thank you!
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Thanks for watching Zhao.
@terencelim9889
@terencelim9889 9 ай бұрын
Cheers bro~! M grateful for your tutorial =)
@rrestituti
@rrestituti Жыл бұрын
#1 Data science youtuber!!! You made easy to understand the basic commands e sintaxes. Thank you a lot, Rob. 😉
@robmulla
@robmulla Жыл бұрын
Tell all your friends. 😆
@lashlarue7924
@lashlarue7924 11 ай бұрын
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.
@MrEdinaldolaroque
@MrEdinaldolaroque Жыл бұрын
Thank you for the tutorial, Rob!
@robmulla
@robmulla Жыл бұрын
Thanks for watching and commenting. Share it around if you want to.
@soumyadrip
@soumyadrip 2 жыл бұрын
Wow so many things are covered, its a great tutorial for getting started with EDA.
@robmulla
@robmulla 2 жыл бұрын
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.
@adarshtiwari7395
@adarshtiwari7395 Жыл бұрын
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 Жыл бұрын
Wonderful! Glad I could help.
@hmx21
@hmx21 Жыл бұрын
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.
@AbdullahKhan-dl9lm
@AbdullahKhan-dl9lm 4 ай бұрын
Very crisp and concise explanation. Sometimes youtube videos can be better than paid courses.
@user-tc9lk6iy2h
@user-tc9lk6iy2h Жыл бұрын
Thank you!!! I learned a lot from your course.
@robmulla
@robmulla Жыл бұрын
Glad you found it helpful!!
@jikarun
@jikarun 2 ай бұрын
Great Job Rob. I got vast knowledge about pandas from this video
@edusheffer
@edusheffer 7 ай бұрын
I'm impressed! your videos are excellent. Thanks, Rob
@282OJK
@282OJK Жыл бұрын
This is a great video. So helpful and informative. Thank you.
@robmulla
@robmulla Жыл бұрын
Glad it was helpful! Thanks for watching and tell your friends!
@ilmankhairusidqi9146
@ilmankhairusidqi9146 5 ай бұрын
Your explanation is easy to understand and also show how the things work, ThankYou please make more videos about EDA in python Rob!!
@swannschilling474
@swannschilling474 24 күн бұрын
Great content!! Thanks a lot!
@alisonhenley2551
@alisonhenley2551 10 ай бұрын
Wow, what an informative fun tutorial. Thanks Rob!
@robmulla
@robmulla 10 ай бұрын
Glad you learned from it and I appreciate the comment.
@ishitasrivastava5923
@ishitasrivastava5923 8 ай бұрын
This EDA on Roller coaster data was literally a roller coaster for mind
@NeerajKumardeaf
@NeerajKumardeaf 3 ай бұрын
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
@Davlet
@Davlet Жыл бұрын
your content is pure gold! thank you
@robmulla
@robmulla Жыл бұрын
Glad you enjoy it! This comment is gold. 😎
@bingolio
@bingolio Жыл бұрын
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!
@haydercorleoni6128
@haydercorleoni6128 6 ай бұрын
excelent job i learned a lot from this video thnk you
@alasdairmunro1953
@alasdairmunro1953 Жыл бұрын
Really great video. Clear and well presented. Thank you.
@robmulla
@robmulla Жыл бұрын
Glad you enjoyed it!
@user-ld8lc4ex4m
@user-ld8lc4ex4m 10 ай бұрын
Thank you so much
@nyadokuamponsah04
@nyadokuamponsah04 Жыл бұрын
This is the best video I have watched so far. Thanksss!
@robmulla
@robmulla Жыл бұрын
Thanks so much!
@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.
@captaincal6447
@captaincal6447 4 ай бұрын
Thank you, Jim Halpert
@zulucharlie5244
@zulucharlie5244 Жыл бұрын
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!
@shoaibahmed5616
@shoaibahmed5616 3 ай бұрын
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
@hotbit7327
@hotbit7327 Жыл бұрын
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 Жыл бұрын
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.
@generationgap416
@generationgap416 Жыл бұрын
I already know Pandas pretty well, but I still learn from this dude.
@leonrobinson2053
@leonrobinson2053 7 ай бұрын
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
@naturfagstoff
@naturfagstoff Жыл бұрын
Way to go, Rob! Excellent!
@robmulla
@robmulla Жыл бұрын
Thanks for watching!
A Gentle Introduction to Pandas Data Analysis (on Kaggle)
38:45
Rob Mulla
Рет қаралды 120 М.
Learning Pandas for Data Analysis? Start Here.
22:50
Rob Mulla
Рет қаралды 68 М.
What Happens If You Trap Smoke In a Ball?
00:58
A4
Рет қаралды 17 МЛН
Самый большой бутер в столовке! @krus-kos
00:42
Кушать Хочу
Рет қаралды 6 МЛН
Mini Jelly Cake 🎂
00:50
Mr. Clabik
Рет қаралды 8 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1 МЛН
Exploratory Data Analysis in Pandas | Python Pandas Tutorials
32:13
Alex The Analyst
Рет қаралды 99 М.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 253 М.
Top 5 Data Exploration techniques - Demonstrated
10:05
Data Science Demonstrated
Рет қаралды 12 М.
Big Tech AI Is A Lie
16:56
Tina Huang
Рет қаралды 40 М.
Kaggle Competitions: A Beginner's Guide to Winning
18:39
Rob Mulla
Рет қаралды 112 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,4 МЛН
This INCREDIBLE trick will speed up your data processes.
12:54
Rob Mulla
Рет қаралды 251 М.
What Happens If You Trap Smoke In a Ball?
00:58
A4
Рет қаралды 17 МЛН