Data Visualization BATTLE!

  Рет қаралды 18,527

Rob Mulla

Rob Mulla

Күн бұрын

Пікірлер: 71
@DataCraftsman
@DataCraftsman 2 жыл бұрын
I really liked this. Making good graphs is hard work and this style of video shows a lot of tricks in a short amount of time. I learned at least 5 tricks from this video!
@robmulla
@robmulla 2 жыл бұрын
Glad you liked it! I was trying something different with this video and was worried people might not like the fast paced style. Happy you learned something new.
@simoneparvizi775
@simoneparvizi775 Жыл бұрын
Please more Data visualization tutorials, also with only categorical variables. There is literally NOTHING on youtube and I love your format and your explanations. Keep up the great work you'll definitely hit 1M
@nirbhay_raghav
@nirbhay_raghav 2 жыл бұрын
This is just mindblowing. Please keep them coming. I suck at making plots. Specially with all the other things to handle in them. Looking at his video gives me confidence that it is not THAT hard but it can be done if you practice it daily. And after some point it becomes instinct.
@robmulla
@robmulla 2 жыл бұрын
I apprecaite that Nirbhay! I thought this video was fun to make. I didn't know how it would turn out before I started but fun to hear you found it encouraging. Learning a little every day is key!
@robertmagyar621
@robertmagyar621 2 жыл бұрын
We're enjoying it Csanád, you are the best
@robmulla
@robmulla 2 жыл бұрын
Glad you enjoy it!
@zheshipeng
@zheshipeng Жыл бұрын
Entertaining and informative
@BingxuYao
@BingxuYao 2 жыл бұрын
Thank you so much! I’m new into data science and I’ve been looking for videos that show raw process of data science and failed. Your videos are so good in that they show how a data professional actually do to solve these problems!
@robmulla
@robmulla 2 жыл бұрын
Love that you find my videos helpful. There are infinite ways to approach these types of problems but at least I can show how I do it!
@williamgriffin61
@williamgriffin61 Жыл бұрын
thanks for the great video Rob! so helpful for our work.
@leibaleibovich5806
@leibaleibovich5806 2 жыл бұрын
Thank you for the video and livestreams! The energy is absolutely amazing! In my opinion, you are literally doing some magic on air. While watching a livestream, I must set everything else aside, because it is difficult to get un-glued during the stream! I would like to ask you few questions, if I may. As someone, who contemplates a career change, I would like to understand what I need to study. 1) First and foremost, what libraries do you use the most (say, 80% of your time)? I would assume pandas, numpy, matplotlib, seaborn, sci-kit learn. What else have I missed? 2) Without going into specifics, on your daily job, what is the end-product of your data analysis? Is it an intelligence brief, a memo, a report? I come from a research background, so I my case an end product of all experiments is a paper in a peer-review journal. Let's say, I want to do a practice project for my portfolio and I want to make it look like a finished product, not just handful of charts. How would I do it? 3) Have you ever been on hiring committees? I am wondering, what you will be looking for in a candidate as the data analyst? In my case, I do not have a Computer Sci. degree or Data Sci. degree, how can I make myself competitive in this market? Many thanks for your answers!
@robmulla
@robmulla 2 жыл бұрын
Hey Leiba. I really appreciate your comments and feedback. Happy to hear you enjoy watching the live streams. Great questions. I can't answer them in full here, maybe at some point I'll do an AMA on stream, but for how I can say: 1) You got most of them, depends if I'm modeling but: pandas/numpy/matplotlib/seaborn/lightgbm/xgboost/pytorch/tensorflow. 2) It depends, sometimes a product and some times analytics briefs, most of the time things are presented at some point in a powerpoint deck. 3) Yes, I'd say the biggest thing to getting a foot in the door is knowing someone. People are more likely to hire someone who is endorsed by a person they trust. After that I'd say do something to stand out like win a kaggle competition or submit to a journal or write a data science blog. Hope that helps!
@abigailbotma9301
@abigailbotma9301 2 ай бұрын
Please keep this up, im new to python and this us really fun...havebt seen this online, keep the title I LOVE IT 🔥
@olgierd245
@olgierd245 2 жыл бұрын
Pretty cool. I liked that. I'm surely going to dive more into your videos
@robmulla
@robmulla 2 жыл бұрын
Please do! Thanks for the feedback.
@philwebb59
@philwebb59 Жыл бұрын
4:12 For some reason, with Pandas v1.5.3, "df_subset.columns = [c[1] for c in df_subset.columns]" doesn't split the multi-indexed columns like you show. I had to split the DataFrame by adding "['Count']" after the parenthesis when generating df_subset, otherwise you get "Id" values on the left and "Count" values on the right. Worse, the "Count" values are all colored zero.
@robmulla
@robmulla Жыл бұрын
Interesting. I thought I was using a new version of pandas in this video, but I'll keep that in mind in the future. Thanks for the comment!
@thomasrademaker94
@thomasrademaker94 2 жыл бұрын
Good stuff, very realistic experience. It is clear that even for an expert as yourself data wrangling takes time and effort.
@robmulla
@robmulla 2 жыл бұрын
So true. Thanks for watching.
@sch0ll1
@sch0ll1 2 жыл бұрын
Thank's for the video :) But one question, why do you start your path string with '..'?
@robmulla
@robmulla 2 жыл бұрын
Great question. It’s because the input directory is one folder up from the working directory.
@sch0ll1
@sch0ll1 2 жыл бұрын
@@robmulla thanks :)
@srujithreddy1643
@srujithreddy1643 2 жыл бұрын
This battle is awesome
@robmulla
@robmulla 2 жыл бұрын
Thanks!
@jrdz12
@jrdz12 2 жыл бұрын
This is a great format. I enjoyed the video. Where do the datasets come from? I deal with a lot of timeseries data (data acquisition systems gathering second by second data)...
@robmulla
@robmulla 2 жыл бұрын
Glad you asked. I have the notebook linked in the description. The datasets are all ones I made on my live streams and are linked in that notebook.
@jrdz12
@jrdz12 2 жыл бұрын
@@robmulla that's great. Thanks!!
@gabefosse2050
@gabefosse2050 2 жыл бұрын
great video, keep it up. would like to hear more about your thought process and problem definitions
@robmulla
@robmulla 2 жыл бұрын
Thanks Gabe! Will do! I tried to make this video more fast paced, while my live streams are usually slowly working through a problem. Hope you subscribed so you can check one of those out sometime.
@ashbk1911
@ashbk1911 2 жыл бұрын
Never used any of these for the final presentation in my 7 years of experience in data science. Power bi or Excel is the tool to go.
@robmulla
@robmulla 2 жыл бұрын
Wow. That is interesting. I've always though about those as more of data analytics tools. Reproducibility it key!
@Levy957
@Levy957 2 жыл бұрын
That's soo good!! Keep up!
@robmulla
@robmulla 2 жыл бұрын
Apprecaite the kind words Levy.
@AndreWicaksana-mm8rb
@AndreWicaksana-mm8rb 6 ай бұрын
I still wondering why do you use max - min for the first data set ?
@ratulr
@ratulr 2 жыл бұрын
Loved this video
@robmulla
@robmulla 2 жыл бұрын
So glad you did. Might try to make some more like it.
@nickolastradess
@nickolastradess 2 жыл бұрын
Please do more of these videos!
@robmulla
@robmulla 2 жыл бұрын
Thanks Nick! I wasn't sure people would like this one but glad to hear you did.
@marcgentner1322
@marcgentner1322 2 жыл бұрын
What is your editor called?
@robmulla
@robmulla 2 жыл бұрын
Jupyter lab. Check out my other video on jupyter.
@zeroheisenburg3480
@zeroheisenburg3480 2 жыл бұрын
Nice video. How did you run the cell with the cursor staying active on the same position? Seems very useful. Edit: (Found the right keyword for search. It's Ctrl+Alt+enter) Damn, I've been using it for 6 months and didn't know about it. Could have saved a lot of time. This just shows no matter little things could be, it will always help someone out there somehow. Subscribed!
@robmulla
@robmulla 2 жыл бұрын
So glad you found out how to do this. It is really helpful to get all the keyboard shortcuts memorized for jupyter. Check out my video on jupyter where I talk about the ones I use the most!
@jonahjohnbaba
@jonahjohnbaba 2 жыл бұрын
Wow this is going to be fun
@robmulla
@robmulla 2 жыл бұрын
Hope you enjoyed it. A little different than my other videos so far.
@ohmygoddiosmio9138
@ohmygoddiosmio9138 2 жыл бұрын
impressive knowledgeof the subject !
@robmulla
@robmulla 2 жыл бұрын
Thanks. Hope you learned something!
@darren7193
@darren7193 Жыл бұрын
Excellent vid plz make another one
@berkayberatsonmez5993
@berkayberatsonmez5993 Жыл бұрын
Where can I find this wheel?🤔
@robmulla
@robmulla Жыл бұрын
Picker wheel dot com ?
@nasirhameedkhan4630
@nasirhameedkhan4630 2 жыл бұрын
You are doing a great 👍job.
@robmulla
@robmulla 2 жыл бұрын
Thank you! 😃
@blAnk7300
@blAnk7300 2 жыл бұрын
I love the format, maybe use the same format for other things than visualization after it gets boring or repetitive
@robmulla
@robmulla 2 жыл бұрын
Great idea Anes. I'm trying to think of other options. Maybe modeling, but that's less visual and usually takes more time to train models.
@darren7193
@darren7193 Жыл бұрын
Can you do one with a bank's balance sheet
@alexeymatveev9031
@alexeymatveev9031 2 жыл бұрын
You are hero!
@robmulla
@robmulla 2 жыл бұрын
No. You are!
@alexeymatveev9031
@alexeymatveev9031 2 жыл бұрын
@@robmulla 😆😆
@mehdismaeili3743
@mehdismaeili3743 2 жыл бұрын
Excellent.
@robmulla
@robmulla 2 жыл бұрын
Appreciate that Mehdi!
@co.n.g.studios5710
@co.n.g.studios5710 2 жыл бұрын
Dfnitly wrong title, but an awesome vid on plotting!
@robmulla
@robmulla 2 жыл бұрын
Thanks. I appreciate that.
@arda3420
@arda3420 2 жыл бұрын
5 minutes for each and on live stream could be exciting 🧐
@robmulla
@robmulla 2 жыл бұрын
That's a fun idea. Recording this look over an hour to edit down to 11 minutes! So I'm not sure I could make anything in 5 minutes, but maybe 15?
@dakshbhatnagar
@dakshbhatnagar 2 жыл бұрын
How about you do this in 15 minutes or however many minutes you want (the time should be challenging enough) and the video has to be shot in 1 go. (no editing of video allowed during the coding time)
@robmulla
@robmulla 2 жыл бұрын
That's a great idea! I was tying something different for this video and wanted to edit it down so it wasn't too boring but also tried to not cut out any of the mess-ups. Doing it without editing the video would be hard! Maybe on a live stream? Thanks for watching.
@mahmodi5timetolearn
@mahmodi5timetolearn Жыл бұрын
A little fast teaching methods, but let me subscribe
@mattvoss6673
@mattvoss6673 2 жыл бұрын
You’re clearly using pandas more than just importing the data.
@robmulla
@robmulla 2 жыл бұрын
You caught me 😅
@clickbaitpolice9792
@clickbaitpolice9792 2 жыл бұрын
Typo on the title. It should be “Royale” but you have “Royal”
@robmulla
@robmulla 2 жыл бұрын
Actually royal is the correct spelling. grammarist.com/spelling/battle-royal/#:~:text=A%20battle%20involving%20many%20fighters,battle%20royals%20or%20battles%20royal.
Scrape Twitter with 5 Lines of Code
6:36
Rob Mulla
Рет қаралды 75 М.
Is Plotly The Better Matplotlib?
22:58
NeuralNine
Рет қаралды 99 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 47 МЛН
Learning Pandas for Data Analysis? Start Here.
22:50
Rob Mulla
Рет қаралды 117 М.
This INCREDIBLE trick will speed up your data processes.
12:54
Rob Mulla
Рет қаралды 269 М.
Seaborn Is The Easier Matplotlib
22:39
NeuralNine
Рет қаралды 179 М.
Become a Pandas Pro: Learn Data Analysis with Python 🤓
19:05
Coding Is Fun
Рет қаралды 10 М.
Time Series Forecasting with XGBoost - Advanced Methods
22:02
Rob Mulla
Рет қаралды 130 М.
7 Python Data Visualization Libraries in 15 minutes
15:03
Rob Mulla
Рет қаралды 84 М.
The Ultimate Coding Setup for Data Science
17:35
Rob Mulla
Рет қаралды 120 М.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 276 М.
Forecasting with the FB Prophet Model
20:42
Rob Mulla
Рет қаралды 92 М.