Python Seaborn - 14|JOINT PLOT|Understanding What a JOINT PLOT is and How to Creat it Using Seaborn

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

КОМЕНТАРІ • 5

  • @pertuniamaduna4976
    @pertuniamaduna4976 7 місяців тому

    Thank you so much, I have been using your explanations to do my Cap Stone project and it's been helpful.

    • @learnerea
      @learnerea  6 місяців тому

      You are so welcome!

  • @simranjitkaur6388
    @simranjitkaur6388 10 місяців тому

    where can we find this dataset?

    • @learnerea
      @learnerea  10 місяців тому

      if you are looking for the "iris" data, here you go -
      import seaborn as sns
      iris = sns.load_dataset('iris')
      iris.head()

  • @patjaproduction1119
    @patjaproduction1119 Рік тому +1

    03:46