You deserve a lot of credit for this video, one of the best Python tutorials I have seen in the internet. Lots of clarity and objectivity delivered with a practical and easy to follow didactic method. Thank you!
@YiannisPi4 жыл бұрын
Glad you liked it!
@elbezz4 жыл бұрын
Thank you for your tutorial, great things..............Regarding the barplot: if we want to display the sum(), instead of mean(), we just add estimator=sum,,,, as follow ax =sns.barplot(x = 'Month_ID', y ='Revenue', data=raw_data, estimator=sum)
@dhruvrathore20224 жыл бұрын
This is amazing man, everything is explained crystal clear. I wonder my college lecturers are even doing, damn fools. You explained much much better. Thanks a lot !
@YiannisPi4 жыл бұрын
Glad you liked it!
@OmarJIBAR4 жыл бұрын
wow, your tutorial is so clear that i just want to cry. THANKS A LOT FOR THE TUTORIAL
@YiannisPi4 жыл бұрын
You're welcome!
@murilokrebskyhobus77134 жыл бұрын
I usually don't comment that much on KZbin videos but this here deserves all the credits ! Awesome video, thank you so much !
@YiannisPi4 жыл бұрын
Glad you liked it!
@nawilliam27543 жыл бұрын
Most beautiful and clear explanation. You deserve more views.
@YiannisPi3 жыл бұрын
Glad you think so!
2 жыл бұрын
Yes, I had fun watching your presentation. Thanks.
@harikrishna-harrypth4 жыл бұрын
Thanks for your resourceful videos! Much appreciated! Please continue making these amazing videos!!
@YiannisPi3 жыл бұрын
Thanks, will do!
@omkars7643 жыл бұрын
Amazing tutorial, straight to the point. Thank you for the notebook
@rishabhsharma20774 жыл бұрын
If you see an error such as "Cannot cast array dtype 'int64' to dtype 'int32', please refer this link github.com/mwaskom/seaborn/blob/master/seaborn/algorithms.py Copy the code from here and paste it into algorithms.py file in your local computer. P.S. Tutorial was brilliantly done
@julianriise56183 жыл бұрын
So basically I’m going to learn how to create them, different options and examples, got it! Great tutorial😁
@YiannisPi3 жыл бұрын
Perfect!
@Am-hsb4 жыл бұрын
Thanks a lot mate! Really like your way of teaching attributes step by step. Keep going.
@YiannisPi4 жыл бұрын
Thanks, will do!
@salbayrak3 жыл бұрын
Hey man, aside your awesome work I really loved your southern european accent which reminds me my best memories with the lads. Stay safe, cheers!
@YiannisPi3 жыл бұрын
hahah thanks!! Glad you liked it!
@codecreator61792 жыл бұрын
this is pretty nice. thank you so much
@miguelangeldiazoviedo95232 жыл бұрын
Very good. Just what I was looking for
@karakol864 жыл бұрын
To change the figure size you can also have the Code plt.figure(figsize=(10, 8))
@kendallgibson83704 жыл бұрын
Helpful tutorial, thank you! tip for viewers: if you increase the quality of the video, you may be able to read the screen better.
@attilajuhasz84 жыл бұрын
thank you for this very thorough video, clarified a lot of things for me!!!
@YiannisPi4 жыл бұрын
Glad it was helpful!
@jamalanifowoshe11254 жыл бұрын
Amazing series, so many good examples!
@YiannisPi4 жыл бұрын
Glad you like them!
@andreasp.1895 жыл бұрын
Very informative tutorial Yiannis!
@ilianleandrolopezsepulveda18292 жыл бұрын
thanks for the tutorial, is very usefull to start it would be great if zoom in the jupiter to fit the screen
@Leticia125704 жыл бұрын
So good! Thanks to share your knowledge with us!
@Praj135154 жыл бұрын
Thanks a lot for this video. It was excellent and I enjoyed while doing on my system. Thanks again!
@YiannisPi4 жыл бұрын
Glad you liked it!!
@Naveen_Anan3 жыл бұрын
Superb Sir, Very great presentation!
@tongakuot2 жыл бұрын
Great tutorials! Thank you for sharing.
@diegososa52804 жыл бұрын
Thank you so much for this. Liked and subscribed.
@YiannisPi4 жыл бұрын
Awesome, thank you!
@twtw7853 жыл бұрын
Very good job - can you do some videos on stock market data analysis or cryptos analysis, especially on some 3D advanced seaborn charts ? thanks
@bsharmomani38713 жыл бұрын
FINALL, smth from the ground ! thanks
@jerrymarq3897 Жыл бұрын
This is good. But an experienced data scientist knows that you want to set the index to date time, and this allows you to add month, quarter, year, and day. This additionally assist with machine learning etc… graphing doesn’t do much. We’re going to have a bunch of people that just know k ow how to plot and cannot think critically
@allieubisse4704 жыл бұрын
You have a killer content and well explained...
@meylanwongkar46324 жыл бұрын
Such a wonderfull tutorial, good explanation^^
@YiannisPi4 жыл бұрын
Glad you liked it!!
@sandyputrautama92793 жыл бұрын
Thanks for this tutorial, very helpful 👍
@Shonashoni13 жыл бұрын
wonderful explanation...
@Papiii_benz3 жыл бұрын
Great explanations!
@YiannisPi3 жыл бұрын
Glad it was helpful!
@amrseleem3 жыл бұрын
Great video man!!! keep going
@YiannisPi3 жыл бұрын
Appreciate it!
@jongcheulkim72843 жыл бұрын
Thank you so much. This is very helpful^^
@andrelovo73334 жыл бұрын
Very good video! Tks!
@YiannisPi4 жыл бұрын
Glad you liked it!
@ireneshiang9783 жыл бұрын
Nice tutorial! Thank you!
@hezronkiprop23914 жыл бұрын
THANKS ALOT.day by day you helping me
@YiannisPi4 жыл бұрын
Always welcome
@CaribouDataScience2 жыл бұрын
This is very helpful!
@manu93ize4 жыл бұрын
great tutorial man ! 20:04 some people use log() when data is skewed . do you know why? thanks
@YiannisPi4 жыл бұрын
Glad you liked it! We use log when we have large values and we want to reduced their skewness
@AnatolVZ Жыл бұрын
Excelent video!!!
@pasangpasang78032 жыл бұрын
Hello, This is such a wonderful tutorial. I have just completed the tutorial 1and would like to learn from rest of the tutorials. You have made the presentation in such a way that it is so easy to follow. Thank you so much for that. I cannot stop myself from subscribing to your channel and liking you video. I also have one suggestion and one question: Suggestion: It would be nice, if you can zoom in your presentation. I have to zoom in my browser to 200% and it is still not clear without bring my eyes close to my PC screen. Question: I could follow all your instructions and get all the codes correct but I could not get the bell shaped curve despite getting all the codes correct. Please can you let me know, why?
@CaribouDataScience2 жыл бұрын
How do I create the "distplot" using "displot" or "hisplot"? Dispolot or hisplot don't have the fitted curve line?
@konstantinosmaravegias41984 жыл бұрын
Ωραιος. Να εισαι καλα.
@YiannisPi4 жыл бұрын
Thanks man! esi nase kala!
@abdurrezzakefe53084 жыл бұрын
Amazing tutorial, thanks!
@YiannisPi4 жыл бұрын
Glad it was helpful!
@eanamhossain-lifecycleofda35804 жыл бұрын
I learn so much thing in your tutorial
@YiannisPi4 жыл бұрын
Glad you found this useful!
@crisbuker3 жыл бұрын
Muy bueno tu video !!
@folasadeomonira10923 жыл бұрын
in a situation where the date axis is not clear due to multiple values. how can u make it clear as opposed to swapping to week?
@yogeshdhawan34882 жыл бұрын
Thank you good video.
@happyfa3 жыл бұрын
What is difference between matplotlib and seaborn?
@ketanchikhalkar93263 жыл бұрын
Very nice bro Can you help me to solve my problem of data analysis
@hellofrombd19602 жыл бұрын
How can we save full dashboard in one Picture. Please help.
@gormiksoc4 жыл бұрын
If i have 2 columns of data frame wage and value. No matter what i try i cannot create boxplots of those columns NEXT TO EACH OTHER. They're always one above the other.
@nachoh6726 Жыл бұрын
hello, how're you doing?, first i give you the thank for your greats videos, but i have a problem: I made this with VS code and when i run de codes in the terminal this no made nothing. For example: ax = sns.lineplot(x = 'Date', y = 'Index Return', data = raw_data) - This code no made nothing. But, with this i don't have a problem. import os import numpy as np import pandas as pd from matplotlib import pyplot as plt import seaborn as sns raw_data = pd.read_excel('C:\\Users\\igper\\OneDrive\\Documentos\\Archivos_Python\ eturn_ipsa.xlsx') raw_data raw_data.head() Do you have any idea what might be causing the problem?
@Shreya-hz4pe4 жыл бұрын
Thanks. It was helpful. Any way I can contact you if I have doubts(only if you don't mind)?
@YiannisPi4 жыл бұрын
hey, you can asks questions here in the comments and I will try to answer as many as I can!
@arjungoud34503 жыл бұрын
Thank a lot.
@hasantarek65212 жыл бұрын
good one
@BngPhysics4 жыл бұрын
thanks, and keep it up
@YiannisPi4 жыл бұрын
Thanks, will do!
@tasc44043 жыл бұрын
course is good, but it is hard to see codes bcs of notebooks apperance.
@leecreighton4 жыл бұрын
Remember-people are watching this on a lot of devices. I can’t read a thing you’re typing and you’re going so fast that I can’t figure it out for myself.
@YiannisPi4 жыл бұрын
Hey Lee, thanks for the feedback. The idea is that this tutorial is very practical. So anyone who is not watching / doing this on the PC is not actually learning by just listening. We learn by doing / applying and as far as I know you can only code on a PC :)
@GM-rs2fv4 жыл бұрын
You should zoom in on the jupyter notebook a bit it's hard to read on a laptop screen
@YiannisPi4 жыл бұрын
thanks, will keep this in mind when I do the next!
@vijayotnm4 жыл бұрын
Thank you
@vlogsdeqayam6124 жыл бұрын
Hi everyone. For some reason, I'm unable to download the data set used in this tutorial. can someone help me out? thanks in advance
@YiannisPi4 жыл бұрын
hey! what is the error you get?
@rusticagenerica4 жыл бұрын
You pushed the video saturation far too high ! Your face is as red as a ripe tomato covered with Tabasco !
@YiannisPi4 жыл бұрын
hahah you would thing it's saturation but it's actually due to me sitting in the sun for hours. We do not get many sunny days in London and when we do, I'm always outside :)