This project analyzes the Titanic dataset using Python and pandas.
- Loaded the Titanic dataset
- Checked missing values
- Cleaned missing data
- Renamed columns
- Created a new feature called family_size
- Exported the cleaned dataset
- Python
- Pandas
- titanic_analysis.py
- cleaned_titanic.csv
- Females had a significantly higher survival rate than males
- First-class passengers had higher survival rates compared to lower classes
- Age and family size had an impact on survival probability