This project explores the Titanic dataset to uncover insights about survival rates based on age, class, family size, fare, and gender.
- Age Distribution: Varied survival rates among younger passengers.
- Passenger Class: Higher survival rates for first-class passengers.
- Family Members: Impact of family size on survival.
- Fare: Higher fares correlated with better survival rates.
- Class Distribution: Count of passengers across classes.
- Overall Survival: Statistics of survivors vs. non-survivors.
- Gender: More women survived than men.
Includes charts on:
- Age distribution of survival and non-survival
- Survival rates by class (Pie Chart)
- Death rates by family size (Bar Plot)
- Fare distribution and survival (Box Plot)
- Class distribution (Count Plot)
- Overall survival (Pie Chart)
- Survival rates by gender (Count Plot)
- Clone the repository:
git clone https://github.com/mohitkumhar/titanic-data-analysis.git
- Navigate to the project directory:
cd titanic-data-analysis
- Install required libraries:
pip install -r requirements.txt
- Run the analysis: Open and run the Jupyter notebooks.
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull request.
For any queries or contributions, please contact mohitmolela@gmail.com
Happy analyzing! 🚢📊✨