Seaborn Python Tutorial - Part 1

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 93

  • @msctube45
    @msctube45 4 роки тому +11

    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!

  • @elbezz
    @elbezz 4 роки тому +4

    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)

  • @dhruvrathore2022
    @dhruvrathore2022 4 роки тому +11

    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 !

  • @OmarJIBAR
    @OmarJIBAR 4 роки тому +1

    wow, your tutorial is so clear that i just want to cry. THANKS A LOT FOR THE TUTORIAL

  • @murilokrebskyhobus7713
    @murilokrebskyhobus7713 4 роки тому

    I usually don't comment that much on UA-cam videos but this here deserves all the credits !
    Awesome video, thank you so much !

  • @nawilliam2754
    @nawilliam2754 3 роки тому

    Most beautiful and clear explanation. You deserve more views.

  •  2 роки тому

    Yes, I had fun watching your presentation. Thanks.

  • @ilianleandrolopezsepulveda1829
    @ilianleandrolopezsepulveda1829 2 роки тому

    thanks for the tutorial, is very usefull to start
    it would be great if zoom in the jupiter to fit the screen

  • @CaribouDataScience
    @CaribouDataScience 2 роки тому

    How do I create the "distplot" using "displot" or "hisplot"? Dispolot or hisplot don't have the fitted curve line?

  • @twtw785
    @twtw785 3 роки тому

    Very good job - can you do some videos on stock market data analysis or cryptos analysis, especially on some 3D advanced seaborn charts ? thanks

  • @omkars764
    @omkars764 3 роки тому +2

    Amazing tutorial, straight to the point. Thank you for the notebook

  • @harikrishna-harrypth
    @harikrishna-harrypth 4 роки тому +2

    Thanks for your resourceful videos! Much appreciated! Please continue making these amazing videos!!

  • @Am-hsb
    @Am-hsb 4 роки тому +1

    Thanks a lot mate! Really like your way of teaching attributes step by step. Keep going.

  • @manu93ize
    @manu93ize 4 роки тому

    great tutorial man !
    20:04 some people use log() when data is skewed . do you know why?
    thanks

    • @YiannisPi
      @YiannisPi  4 роки тому +1

      Glad you liked it! We use log when we have large values and we want to reduced their skewness

  • @pasangpasang7803
    @pasangpasang7803 2 роки тому +1

    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?

  • @kendallgibson8370
    @kendallgibson8370 4 роки тому +2

    Helpful tutorial, thank you!
    tip for viewers: if you increase the quality of the video, you may be able to read the screen better.

  • @attilajuhasz8
    @attilajuhasz8 4 роки тому +2

    thank you for this very thorough video, clarified a lot of things for me!!!

  • @karakol86
    @karakol86 4 роки тому

    To change the figure size you can also have the
    Code plt.figure(figsize=(10, 8))

  • @salbayrak
    @salbayrak 3 роки тому

    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!

    • @YiannisPi
      @YiannisPi  3 роки тому

      hahah thanks!! Glad you liked it!

  • @codecreator6179
    @codecreator6179 2 роки тому

    this is pretty nice. thank you so much

  • @jamalanifowoshe1125
    @jamalanifowoshe1125 4 роки тому +3

    Amazing series, so many good examples!

  • @Naveen_Anan
    @Naveen_Anan 3 роки тому

    Superb Sir, Very great presentation!

  • @julianriise5618
    @julianriise5618 3 роки тому

    So basically I’m going to learn how to create them, different options and examples, got it! Great tutorial😁

  • @andreasp.189
    @andreasp.189 5 років тому +2

    Very informative tutorial Yiannis!

  • @Praj13515
    @Praj13515 4 роки тому +2

    Thanks a lot for this video. It was excellent and I enjoyed while doing on my system. Thanks again!

  • @Leticia12570
    @Leticia12570 4 роки тому +3

    So good! Thanks to share your knowledge with us!

  • @miguelangeldiazoviedo9523
    @miguelangeldiazoviedo9523 2 роки тому

    Very good. Just what I was looking for

  • @CaribouDataScience
    @CaribouDataScience 2 роки тому

    This is very helpful!

  • @Shonashoni1
    @Shonashoni1 3 роки тому

    wonderful explanation...

  • @rishabhsharma2077
    @rishabhsharma2077 4 роки тому

    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

  • @tongakuot
    @tongakuot 2 роки тому

    Great tutorials! Thank you for sharing.

  • @allieubisse470
    @allieubisse470 4 роки тому +1

    You have a killer content and well explained...

  • @andrelovo7333
    @andrelovo7333 4 роки тому +1

    Very good video! Tks!

  • @Shreya-hz4pe
    @Shreya-hz4pe 4 роки тому +1

    Thanks. It was helpful. Any way I can contact you if I have doubts(only if you don't mind)?

    • @YiannisPi
      @YiannisPi  4 роки тому +1

      hey, you can asks questions here in the comments and I will try to answer as many as I can!

  • @ketanchikhalkar9326
    @ketanchikhalkar9326 3 роки тому

    Very nice bro
    Can you help me to solve my problem of data analysis

  • @bsharmomani3871
    @bsharmomani3871 3 роки тому

    FINALL, smth from the ground ! thanks

  • @folasadeomonira1092
    @folasadeomonira1092 3 роки тому

    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?

  • @Papiii_benz
    @Papiii_benz 3 роки тому

    Great explanations!

  • @diegososa5280
    @diegososa5280 4 роки тому

    Thank you so much for this. Liked and subscribed.

  • @meylanwongkar4632
    @meylanwongkar4632 4 роки тому +1

    Such a wonderfull tutorial, good explanation^^

  • @gormiksoc
    @gormiksoc 4 роки тому

    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.

  • @sandyputrautama9279
    @sandyputrautama9279 3 роки тому

    Thanks for this tutorial, very helpful 👍

  • @ireneshiang978
    @ireneshiang978 3 роки тому

    Nice tutorial! Thank you!

  • @hezronkiprop2391
    @hezronkiprop2391 4 роки тому

    THANKS ALOT.day by day you helping me

  • @amrseleem
    @amrseleem 3 роки тому

    Great video man!!! keep going

  • @crisbuker
    @crisbuker 3 роки тому

    Muy bueno tu video !!

  • @AnatolVZ
    @AnatolVZ Рік тому

    Excelent video!!!

  • @jongcheulkim7284
    @jongcheulkim7284 3 роки тому

    Thank you so much. This is very helpful^^

  • @jerrymarq3897
    @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

  • @hellofrombd1960
    @hellofrombd1960 2 роки тому

    How can we save full dashboard in one Picture. Please help.

  • @happyfa
    @happyfa 3 роки тому

    What is difference between matplotlib and seaborn?

  • @abdurrezzakefe5308
    @abdurrezzakefe5308 4 роки тому +1

    Amazing tutorial, thanks!

  • @eanamhossain-lifecycleofda3580
    @eanamhossain-lifecycleofda3580 4 роки тому

    I learn so much thing in your tutorial

    • @YiannisPi
      @YiannisPi  4 роки тому +1

      Glad you found this useful!

  • @konstantinosmaravegias4198
    @konstantinosmaravegias4198 4 роки тому

    Ωραιος. Να εισαι καλα.

    • @YiannisPi
      @YiannisPi  4 роки тому +1

      Thanks man! esi nase kala!

  • @GM-rs2fv
    @GM-rs2fv 4 роки тому +2

    You should zoom in on the jupyter notebook a bit it's hard to read on a laptop screen

    • @YiannisPi
      @YiannisPi  4 роки тому

      thanks, will keep this in mind when I do the next!

  • @tasc4404
    @tasc4404 3 роки тому

    course is good, but it is hard to see codes bcs of notebooks apperance.

  • @yogeshdhawan3488
    @yogeshdhawan3488 2 роки тому

    Thank you good video.

  • @hasantarek6521
    @hasantarek6521 2 роки тому

    good one

  • @nachoh6726
    @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?

  • @arjungoud3450
    @arjungoud3450 3 роки тому

    Thank a lot.

  • @vlogsdeqayam612
    @vlogsdeqayam612 4 роки тому

    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

    • @YiannisPi
      @YiannisPi  4 роки тому

      hey! what is the error you get?

  • @vijayotnm
    @vijayotnm 4 роки тому

    Thank you

  • @BngPhysics
    @BngPhysics 4 роки тому +1

    thanks, and keep it up

  • @leecreighton
    @leecreighton 4 роки тому

    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.

    • @YiannisPi
      @YiannisPi  4 роки тому +1

      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 :)

  • @rusticagenerica
    @rusticagenerica 4 роки тому

    You pushed the video saturation far too high ! Your face is as red as a ripe tomato covered with Tabasco !

    • @YiannisPi
      @YiannisPi  4 роки тому

      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 :)