An open API service indexing awesome lists of open source software.

https://github.com/wojtekdomino/titanic-eda

Exploratory Data Analysis (EDA) of Titanic dataset using Pandas, Matplotlib, and Seaborn.
https://github.com/wojtekdomino/titanic-eda

data-analysis eda matplotlib pandas python seaborn

Last synced: about 1 year ago
JSON representation

Exploratory Data Analysis (EDA) of Titanic dataset using Pandas, Matplotlib, and Seaborn.

Awesome Lists containing this project

README

          

# Titanic Exploratory Data Analysis (EDA)

## About
This project presents an Exploratory Data Analysis (EDA) on the famous Titanic dataset. The goal is to discover interesting patterns and insights regarding passenger survival.

## Dataset
The Titanic dataset is available on [Kaggle](https://www.kaggle.com/c/titanic/data).

## Technologies Used
- Python 3
- Pandas
- NumPy
- Seaborn
- Matplotlib

## Project Structure
- **notebooks/** – Jupyter Notebook with EDA.
- **data/** – Titanic dataset (train.csv).
- **requirements.txt** – Required Python packages.

## Key Insights
- Female passengers had a significantly higher survival rate than males.
- Passengers in first class had better chances of survival.
- Younger passengers tended to survive more often.

## How to Run
1. Clone this repository.
2. Install the requirements:
pip install -r requirements.txt
3. Open `notebooks/eda_titanic.ipynb` and run all cells.