Skip to content

rakshith1928/Rakshithn-elevateLabs2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›³ Exploratory Data Analysis (EDA) – Titanic Dataset

πŸ“Œ Project Overview

This project is part of my internship task on Exploratory Data Analysis (EDA). The goal is to explore the Titanic dataset using summary statistics and visualizations to identify patterns, relationships, and insights that could be useful for further machine learning tasks.


πŸ“‚ Dataset

We are using the Titanic dataset which contains passenger information such as age, sex, class, fare, and survival status.

Target column: Survived (0 = Did not survive, 1 = Survived)


πŸ›  Tools & Libraries Used

Python

Pandas β†’ Data handling

Matplotlib β†’ Visualization

Seaborn β†’ Advanced plots


🧾 Steps Performed

1️⃣ Summary Statistics

Gave insights into Age, Fare, and other numerical features.

Example: Average Age β‰ˆ 29.7 years, Average Fare β‰ˆ 32.2.


2️⃣ Histograms & Boxplots

Age Histogram β†’ Most passengers were 20–40 years old.

Fare Boxplot β†’ Showed extreme outliers (expensive tickets up to 512).


3️⃣ Correlation Matrix

Showed relationships between numeric features.

Strong negative correlation between Fare and Passenger Class.

Weak correlation between Age and Survival.


4️⃣ Patterns & Trends

Female survival rate: 74%

Male survival rate: 19% ➑ Clear trend: Women had higher survival chances.


5️⃣ Feature-Level Inferences

1st Class survival: 63%

2nd Class survival: 47%

3rd Class survival: 24% ➑ Higher-class passengers had better survival rates.


πŸ“Š Key Insights

Women survived at much higher rates than men.

Higher-class passengers had better survival chances.

Fare distribution was highly skewed with significant outliers.

Age distribution showed most passengers were young adults.


πŸ“Œ Submission Notes

Repository includes:

Jupyter Notebook with analysis and visualizations

Dataset (titanic.csv)

This README.md

AUTHOR NAME -RAKSHITH n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors