Video Timeline! 0:00 - Intro & Video Overview 2:22 - Load Necessary Libraries & Download Data 3:48 - Line Graph Example (Plotting Data from CSV file) 21:52 - Histogram Example (FIFA Overall Skill Distribution) 29:25 - Pie Chart #1 (Counting data in CSV) - Visualizing Soccer Foot Preferences 36:41 - Pie Chart #2 (More advance Pandas Example) - Weight Distribution of FIFA Players 47:49 - Box & Whisker Plot (Comparing FIFA teams to one another) 1:00:37 - Final Comments Subscribe to my channel pretty please friends!! :)
@eagleeyewolfpaw-birsheoran21964 жыл бұрын
Thanku ❤️ bro
@zeteri45634 жыл бұрын
Thank you so much for the video!! I spent HOURS trying to figure out a simple plot, and after several videos your the one who was finally able to help me!
@maximuszyaire28493 жыл бұрын
you probably dont give a shit but does anyone know of a method to get back into an instagram account?? I was dumb forgot my password. I would love any help you can give me
@maxtonkyrie46483 жыл бұрын
@Maximus Zyaire Instablaster =)
@maximuszyaire28493 жыл бұрын
@Maxton Kyrie Thanks for your reply. I got to the site thru google and I'm in the hacking process atm. I see it takes a while so I will reply here later when my account password hopefully is recovered.
@Tyson_Watermelon6 ай бұрын
Dude, I've been trying to make a histogram like this from begining for 2 hours, jumping from StackOverflow, documentation and all kinds of websites and you just teach me in 2 minutes. You are great, keep up the good work
@terrisquire19403 жыл бұрын
As always, I am amazed by the value you bring to KZbin. I'm so grateful for all you do to help those wanting to learn new things. Thank you.
@mert69862 жыл бұрын
ı agree with you man, year became 2022 and still this video is useful amazingly. Unbelievable
@hannahm71794 жыл бұрын
you are the single reason my grade is so good in my Data Analysis class, you are amazing and I can not thank you enough for all these videos!!!!
@andyn60534 жыл бұрын
Keith is a living legend!
@nickt4235 жыл бұрын
@16:18 For those of you who were not getting the countries in the legend add *label= country* to your plt.plot statement
@siddharthpanwar81694 жыл бұрын
saved!!!
@robq57034 жыл бұрын
Thanks a lot !
@oumarfaradiop15133 жыл бұрын
Thanks Dude
@keihinata37403 жыл бұрын
Hi Keith! Finished all your Python Data Science Tutorials for Pandas, NumPy, and Matplotlib. I can say that I really learned a lot from your videos and I admire your way of solving and navigating through problems. It's really interesting to see how real world data can be transformed into simple charts and graphs. I appreciate the work that you do and I hope you make more videos like this. Thank you!
@mrfrozen97-despicable4 жыл бұрын
You taught me more than my college teachers combined
@trip_monkey3 жыл бұрын
+1
@amitprakash30992 жыл бұрын
Keith your voice has very natural speed. You do not try to unnaturally speed up your talk and that is the best thing about your videos.
@RishikavsAnnie3 жыл бұрын
This is officially my go-to channel for understanding Python libraries. The documentation is very helpful, but going through it as a beginner can feel disengaging at times, so I'm happy to have found this channel!
@pkavenger99902 жыл бұрын
yeah, you remember when you apply modules on a real time project otherwise the truth is we developer only look at documentation when we need to, otherwise their are hundreds of commands that do hundreds of things and you cant remember all of them unless you use them very frequently.
@arslan8095 жыл бұрын
Dude, I am addicted to your tutorials. Whenever I come home from work, I start watching your tutorials & practice. I use Python 2.7 and for this version, legend() command has some different script relative to Python 3.0. Best wishes & happy X-mas from Pakistan
@boringclub75404 жыл бұрын
PAKISTAN AND CHINESE ARE FRIENDS(老铁)
@NewsToday1963 жыл бұрын
me too Pakistani and a fan
@ogidanadekunle83244 жыл бұрын
You are better than my instructor, your videos are awesome, I've watched three of them in just three days that I was introduced to them, how I wish I knew you before now. You are a blessing to the World.
@aalptekin Жыл бұрын
big thumbs up to you even 3.5 years later from the date that you uploaded the video
@jorgeromero1412 жыл бұрын
You are simply my best teacher of all times in regards to data scientist. Great my pal.
@jasmineathea73863 жыл бұрын
binged all of your python videos before my intro to programming exam. thank u for your service :,)
@bwiznation4 жыл бұрын
Just went through one of your tutorial and I feel like a pro already..hope you keep doing more of this
@subhajitadhikary1554 жыл бұрын
on 16:45 , to make the legend outside the graph you can use the command:- plt.legend(bbox_to_anchor=(1.05, 1))
@robq57034 жыл бұрын
Thanks
@kausthubkannan45193 жыл бұрын
The presentation of the concepts are excellent . All the topics are to the point. I am addicted to your videos. I was trying to learn Python from free resources and found your videos. They are treasure. Keep on making such videos. Btw, Thanks a lot!
@simiyuwekesa73885 жыл бұрын
Yours are the greatest videos and content I have ever met on the internet. Thank you very much
@axeyohole41335 жыл бұрын
what I love about this video is that it is ad free. ❤️
@tech40284 жыл бұрын
get yourself an adblocker
@yuniglucklich24004 жыл бұрын
this channel provides the best resource for data science in my perspective. subscribe guys, it's worth it
@frankwc0o2 жыл бұрын
Dude, the box plot explanation was very good. Better than many I've seen so far. thx.
@chaudiep8274 Жыл бұрын
29:20 please keep sharing some small but valuable tricks like this, it helps me a lot
@WJAMSoares3 жыл бұрын
I'm trying to be better at Python and at the same time doing all this Math courses to improve my math skills, I just needed a quick tutorial on how to plot graph in Python, watched this video and the first one, amazing stuff, thank you very much for sharing the knowledge.
@evenmoreevil2 жыл бұрын
Already love your videos. And now I see you're a Hockey fan. You're a good man.
@umeshbhatt25704 жыл бұрын
This tutorial like next level to matplotlib.. Even paid courses didn't teach like this..you deserved mode subscribers...Hatts off to you keith
@ajeetmani31544 жыл бұрын
Out of many python videos on KZbin, I always stuck to your videos. You are awesome!!!
@clockfixer50492 жыл бұрын
Thanks for the vid! A few things I'd like to say addressing the beginners: the solutions given by Keith are workable but several of them are suboptimal. 1) When the expected number of plots on one graph is too much - you should definitely switch to the OOP approach (fix, axes = plt.subplots(nrows, ncols, figsize=()) etc.) Even when you have just one plot it's much better to use OOP: plt.subplots(1,1) 2) The conditional slicing is heavily suboptimal. Pandas has a 'cut' method which saves all the unwieldy conditional slicing. Sorry if I'm not the first one to point that out.
@pipertripp5 жыл бұрын
Great vid. At 28:14... you can just make the y-axis logarithmic with the log=True param and the histogram looks a lot better. Also, use edgecolor='white' or some other colour to create some separation between the bins.
@KeithGalli5 жыл бұрын
Great suggestions! Anyone reading this comment take note. Thank you :)
@pipertripp5 жыл бұрын
@@KeithGalli , any time. Thx again for the great content!
@Daniel_CLopes5 жыл бұрын
Wonderful suggestion!!
@deepasarojam44254 жыл бұрын
That was helpful. Noted :)
@asomya878 ай бұрын
This video was very very useful. I followed them to detail and did these visualizations. Great work! :)
@Nahzh-m1r3 ай бұрын
What a hot teacher to lean data science from
@AsyDarlyn3 жыл бұрын
Thank you so much for this video. I literally followed each step and it was truly helpful. Definitely subbed and I’m binge watching
@benlevy16644 жыл бұрын
Use a logarithmic scale to plot your first histogram in a way that displays all the players plt.yscale('log', nonposy='clip')
@hotbuns12733 жыл бұрын
you're a lifesaver, these videos helped me tons, thank youuu, maybe I will get that research now
@niteshprajapat79183 жыл бұрын
It was just an awesome video, even I have learnt how to perform my matplotlib skills over dataset. Thank you Keith Galli Sir.
@Lucia3212 жыл бұрын
Keith thank you so much! I really like your tutorials and as a total noob you have really taught me a lot :) greetings from the netherlands
@skyawesomeris3 жыл бұрын
This is an AMAZING tutorial! Really appreciate this vid man!
@hectormotsepe15814 жыл бұрын
60K SUBSCRIBERS, WOW THE COMMUNITY IS GROWING. WELL DONE KEITH
@ezenweregozie50162 жыл бұрын
I love your coding style. Comprehensive and simple
@federicomollica26172 жыл бұрын
Thank you very much for all your videos! You are helping me a lot with my PhD. Go on!
@hectormotsepe15814 жыл бұрын
for those struggling to get labels on 17:05, use (label="%s data" % country)
@robq57034 жыл бұрын
Thanks a lot , do you know why it did work for Keith in Jupyter but not on other IDE´s ? Am using Spyder and did not work
@duongtruong56913 жыл бұрын
in 42:00 . If you use Pycharm, you must convert 125 into '125' cause fifa.Weight[i] type is str. we can compare 2 str number like 2 int
@markm5313 жыл бұрын
Thank you so much for the videos. Some people overcomplicate pandas but this was easy to understand and follow along
@afnanmostafa82894 жыл бұрын
**If we make a list of the headers (ignoring the 'Year'), and then, add gas[country] instead of gas after invoking the for loop, we can avoid using the if-statement. However, your videos are amazing!! Just started learning Python and already loving it.** country = gas.columns[1:] markers = ['o', 'd', 'D', '^', '*', '>', '
@mohalemolefe4 жыл бұрын
You deserve more than a million subscribers bro! Great tutorials
@shuvoyoutube2702 жыл бұрын
How beautiful your way of teaching. Grateful to you. it was learn to fun.
@YOYO-eb1oi4 жыл бұрын
Really great Keith,Very appreciable videos. Please complete all the other graphs also. Thanks in advance.
@albertoparera6451 Жыл бұрын
just started watching your videos dude. you're amazing. thank you so much.
@alexal44 жыл бұрын
Really enjoying the videos and have a lot of free time with NHL and other sports are down. The time well spent, thank you.
@somilmehta21414 жыл бұрын
Nice work buddy. You made each concept so simple to understand. Love form India :)
@gabrielabdulai16375 жыл бұрын
Great Job Keith!!! Your videos and teaching approach are very comprehensive. Keep the good job.
@KeithGalli5 жыл бұрын
Thank you!!
@haithamalsatai883 жыл бұрын
while True: print('THANK YOU SO MUCH, DEAR!')
@sudhirmalik1004 жыл бұрын
I love you keith you are really a good teacher , love from INDIA
@andres_b_bcn3 жыл бұрын
Once again, best use of my time. thanks a lot mate
@kanefoster87804 жыл бұрын
Another great video! You're a king among men
@KeithGalli4 жыл бұрын
Haha I appreciate the kind words! Glad you're finding the videos helpful :)
@Lucifer-wd7gh4 жыл бұрын
12:04 shortcut : plt.xticks(df.Year, rotation=40)
@dewan_shaheb4 жыл бұрын
Thanks a lot Keith, you surely explain things a lot easier! Great work man. And thanks again.
@nicoleroach14275 жыл бұрын
As always, spectacular content!!!! Thank you so much for doing these.
@451236mateus4 жыл бұрын
Your tutorial videos have helped me a lot to learn python. Tks
@vadimivanov62915 жыл бұрын
I want to say thank you for your time.Useful and undestandable
@MarcusAgapus4 жыл бұрын
Amazing video Keith! I myself want to become a data analyst(because I like the business side of companies as well) and started learning python for data science/analysis over R and SAS. Really glad I found your channel :)
@moremystic3 жыл бұрын
Great tutorial !!! Its like learning from a friend
@rickpala_4 жыл бұрын
these videos are incredibly useful, please keep it up!
@Pyazdan3 жыл бұрын
You are amazing. Please do more Pandas real world projects
@vitorribeirosa3 жыл бұрын
Thanks for the classes.. They have been really handy to learn python...
@ahmadkarim11442 жыл бұрын
you are the GOAT man, thanks
@ahmetkatanani64644 жыл бұрын
for x in range(1,4,1): "thank you {}".format("indeed")... now is the time to start the "Solving real world data science tasks with Python Pandas!" video...keep safe in those hard days...
@piyushlakhani35715 жыл бұрын
just love it!!!, enjoyed learning throughout the Video
@dobengoose5 жыл бұрын
thanks for sharing your knowledge and expertise. Especially for beginners . keep on posting professor.
@pkavenger99902 жыл бұрын
Really enjoy your tutorials
@Niharika731 Жыл бұрын
Your videos are really, really helpful. Thank You.
@shinjoopark62584 жыл бұрын
Thousand thanks for your videos❤ it's helping me so much with my report which i'm dealing with!
@Luiz-bb9ve4 жыл бұрын
It helped me a lot. Thanks from Brazil
@adrianapetrova1964 жыл бұрын
I totally adore the way you explain. Thanks for the videos :)
@ravindufernando12254 жыл бұрын
your videos are great, i learnt lot of stuff from your videos hope you make more tutorials about data science
@josueramirez10664 жыл бұрын
Bro your videos are the best!!!!
@sarikadatta37062 жыл бұрын
You can also rotate the xticks to 90 and then use all the years with the plot figure figzie to (20,7)
@sudeshnaroy29664 жыл бұрын
Thank you so much. Learning so much from your videos.
@boughrood4 жыл бұрын
'Im going to be a little bit hackey here' Like it . Must get a T shirt printed 'A little bit Hackey'
@swapnilchaudhary91244 жыл бұрын
my visualization concepts and its fun way to code in python and pandas to give output a visualization effect, it seems easy by reffering your video
@rayansuryadikara93534 жыл бұрын
Thank you for your clear and thorough video!
@mr_o474 жыл бұрын
Your videos really helped man :) Keep making tutorials
@niklasingelmann72892 жыл бұрын
In order to compute all the players, even the ones with a skill level above 90, you can use a log scale for the y axis. Fits well id say. Just add in your plt.hist(.... ,log = True)
@loveyoutube225 жыл бұрын
Thank you so much. It is easy to understand whatever u teach. Keep it up! I was surprised to hear u guys follow European footbal :) Btw I was in Boston several times, great city!! and with a soccer team
@KeithGalli5 жыл бұрын
Thank you for the kind words! Glad you have enjoyed the tutorials. Yeah there's a huge sports presence here in boston which helps makes it a really fun place to live :)
@sandip99013 жыл бұрын
Thank you, these are absolute treasure🔥🔥
@jonathandiaz97644 жыл бұрын
Thanks a lot for these videos. Greetings from Peru!!
@harikrishna-harrypth4 жыл бұрын
Your videos are really helful! Thanks soo much man!
@wafaza79344 жыл бұрын
thank you sooooooooooooooo much it helps me a lot ...................awesome video and excellent explanation ........keep on bro
@baijuthomas37164 жыл бұрын
Great videos .. I need to learn this as my role is evolving and this is becoming a pre requisite
@kihunkim74985 жыл бұрын
really great tutorial !!. Thanks for helping me to understand Matplotlib
@nguyennhi56194 жыл бұрын
Keep going! You're doing great work. Thanks from Viet Nam
@mphokhotleng62805 жыл бұрын
Wonderful Tutorial Keith :) Thank you for this.
@obinnasunday28233 жыл бұрын
Thanks a lot, your videos are really helpful. 😊
@datastako1563 жыл бұрын
thank you, i learned alot from your videos. more power!
@maxvinella9415 жыл бұрын
Excellent tutorial.... looking forward to new ones!
@rampedilesley93303 жыл бұрын
Woooow great lesson indeed. Thank you so much.
@kylieying25 жыл бұрын
Great tutorial!! Helped me with my MIT stats class!
@shinopatix2 жыл бұрын
Dude you save my exam when you explain it's really easy to understand too bad my teacher is not as good as you for that xD
@grays101015 жыл бұрын
Your videos are really helpful. Thank you.
@Italya33434 жыл бұрын
Many Thanks for sharing Allll you amazing videos with us!!! like many others, we'd love to see more and more End-to-End real life tasks like this one, while you're explaining everything in details, and even showing us different ways doing the same thing!! :D:D really hope if you can make more videos with Matplotlib & Pandas, sklearn and other famous libraries, tasks like Datacamp projects or any real life task! Thanks in advance and wish you the best in your channel!