Skip to content

Welcome to the Titanic Dataset - Exploratory Data Analysis (EDA) project repository! This project aims to uncover insights from the Titanic dataset using Python and Jupyter Notebook. By analyzing key variables such as age, gender, and class, we aim to visualize relationships between passenger characteristics and survival rates.

License

Notifications You must be signed in to change notification settings

SunnyBibyan/Exploratory-Data-Analysis-EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic Dataset - Exploratory Data Analysis (EDA)

Project Overview:

This project performs a detailed Exploratory Data Analysis (EDA) on the Titanic dataset using Python libraries. The goal is to uncover insights about the factors that influenced the survival of passengers during the Titanic disaster.

Objectives:

  • Clean and preprocess the Titanic dataset.
  • Perform univariate, bivariate, and multivariate analyses.
  • Visualize data insights using plots.

Dataset:

The Titanic dataset can be found on Kaggle.

Tools and Technologies:

  • Pandas: Data manipulation and cleaning.
  • Numpy: Numerical operations.
  • Seaborn: Data visualization.
  • Matplotlib: Plotting and visualization.

Key Insights:

  • Gender: Females had a much higher survival rate compared to males.
  • Class: First-class passengers were more likely to survive.
  • Age: Younger passengers had a higher survival rate.

How to Run the Project:

  1. Clone the repository:
    git clone /~https://github.com/SunnyBibyan/Exploratory-Data-Analysis-EDA.git
  2. Install the required libraries:
    !pip install -r requirements.txt
    
    

About

Welcome to the Titanic Dataset - Exploratory Data Analysis (EDA) project repository! This project aims to uncover insights from the Titanic dataset using Python and Jupyter Notebook. By analyzing key variables such as age, gender, and class, we aim to visualize relationships between passenger characteristics and survival rates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages