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
| Posted By - | Karan Gupta |
| |
| Posted On - | Sunday, October 20, 2024 |