Skip to main content
ML Quest
Python Idle

Data has stories to tell. Create 3 visualizations that reveal something interesting about the Titanic passengers. Did wealth buy survival? Were women and children really saved first? What does the age distribution look like? Pick your angles, craft your plots, and let the data speak.

~15 minsandbox lab891 rows
Loading Python runtime...
Goals: 3 tests
should create at least 3 plots
should use matplotlib for plotting
should load the full Titanic dataset
Python loading...