This project involves cleaning and exploring the Titanic dataset. We perform data cleaning tasks such as handling missing values, encoding categorical variables, and visualizing key insights.
TITANIC_EDA.ipynb
: Python script for data cleaning and EDA.cleaned_titanic_data.csv
: Cleaned dataset ready for analysis.README.md
: Project description and instructions.
- pandas
- numpy
- matplotlib
- seaborn
- Run
TITANIC_EDA.ipynb
to clean the data and perform EDA. - Review the visualizations and insights generated.