Skip to content

Titanic dataset analysis and insights on the Titanic dataset

Notifications You must be signed in to change notification settings

Afroz599/titanic-survival-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Titanic Survival Analysis

This project explores the Titanic dataset and analyzes factors that influenced passenger survival. It demonstrates data exploration, visualization, and basic predictive insights using Python.

##πŸ“‚ Project Structure

titanic-survival-analysis/ │── titanic_analysis.py # Main script with analysis │── README.md # Project overview

πŸ“ Dataset

  • Source: Kaggle Titanic Dataset
  • Features include passenger demographics, ticket info, class, and survival status.

πŸ” Analysis Highlights

  • Exploratory Data Analysis (EDA) to understand trends and distributions.
  • Visualizations of survival rates by age, gender, class, and other factors.
  • Insights on which features had the most impact on survival.

πŸ›  Tools & Libraries

  • Python 3.x
  • pandas, numpy
  • matplotlib, seaborn

πŸ“Š Sample Insights

  • Gender: Females had a higher survival rate than males.
  • Passenger Class: Higher class passengers were more likely to survive.
  • Age: Children had slightly higher survival chances.

πŸš€ How to Run

  1. Clone the repository:
    git clone https://github.com/afroz599/titanic-survival-analysis.git
    
  2. Navigate to the folder:

cd titanic-survival-analysis

  1. Run the analysis script:

python titanic_analysis.py

πŸ“Œ Future Work

Add predictive modeling (Logistic Regression, Random Forest).

Improve visualizations and interactivity with Plotly or Dash.

Made with ❀ by Afroz Mohommad

About

Titanic dataset analysis and insights on the Titanic dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages