Path: blob/master/07_Visualization/Titanic_Desaster/Exercises.ipynb
547 views
Kernel: Python 2
Visualizing the Titanic Disaster
In [ ]:
Step 2. Import the dataset from this address
Step 3. Assign it to a variable titanic
In [ ]:
Step 4. Set PassengerId as the index
In [ ]:
Step 5. Create a pie chart presenting the male/female proportion
In [ ]:
Step 6. Create a scatterplot with the Fare payed and the Age, differ the plot color by gender
In [ ]:
Step 7. How many people survived?
In [ ]:
Step 8. Create a histogram with the Fare payed
In [ ]:
BONUS: Create your own question and answer it.
In [ ]: