This project performs basic Exploratory Data Analysis (EDA) on the famous Titanic dataset.
- Understand survival rates based on gender, class, and age.
- Handle missing values in the dataset.
- Create visualizations to gain insights.
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Install required libraries:
pip install pandas numpy matplotlib seaborn
- Run the Python file:
python titanic_eda.py