About Lesson
Titanic Dataset Analysis
Download the dataset by CLICKING THIS LINK:
Your task is to apply all the methods (including visualization, preprocessing, dropping the columns, etc). The purpose of this project is to use various visualizations which can help us to understand the dataset and find some hidden information
Hint:
- You can drop the name, passengerID, etc which are general information
- Maybe check how many survived and how many died
- Check for null values and maybe handle any
- Check who died most, male or female
- What aged people died the most
- What is the average age of people who died
- Find the average Fare for the people who survived and died
- And other useful information
Exercise Files