# seaborn function to bring build-in datasets (Part 2)

** Introduction to Machine Learning & AI with Python
Lesson Content
0% Complete
 
sns.get_dataset_names()
 
# Load the built-in Titanic dataset from Seaborn
df = sns.load_dataset(“titanic”)
Jupyter Notebook
Loading Python...

Loading Python environment...

First load takes 15–30 seconds

Lesson Materials & Datasets

No materials available for this lesson yet.

Course Outline