Articles → SEABORN → Create The First Seaborn Program

Create The First Seaborn Program






Code


import seaborn as sns

%matplotlib inline
tips = sns.load_dataset('tips')
tips.head()



%Matplotlib Inline





Load_Dataset Method





Commonly Available Datasets



















Output


Picture showing the output of the first seborn program



Posted By  -  Karan Gupta
 
Posted On  -  Sunday, October 20, 2024

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250