This project was completed as part of the CodeAlpha Python Programming Internship.
The objective of this project is to perform Exploratory Data Analysis (EDA) on the Titanic dataset to discover patterns, identify missing values, analyze relationships between variables, and present findings through statistical summaries and visualizations.
Dataset Used: Titanic Dataset
The dataset contains passenger information such as:
- Passenger ID
- Survival Status
- Passenger Class
- Name
- Gender
- Age
- Fare
- Cabin
- Embarked Port
- Python
- Google Colab
- Pandas
- NumPy
- Matplotlib
- Dataset Overview
- Dataset Information
- Missing Value Analysis
- Statistical Summary
- Survival Count Analysis
- Survival by Gender
- Age Distribution
- Survival by Passenger Class
- Fare Distribution
- Correlation Matrix
- Correlation Heatmap
- Female passengers had a higher survival count than male passengers.
- First Class passengers had better survival rates.
- Most passengers were between 20 and 40 years old.
- Higher fares were generally associated with First Class passengers.
- Some columns, such as Age and Cabin, contain missing values.
- Correlation analysis revealed relationships between passenger class, fare, and survival.
- CodeAlpha_Task2_EDA.ipynb
- titanic.csv
- README.md
- Open the notebook in Google Colab or Jupyter Notebook.
- Install the required libraries if needed:
pip install pandas numpy matplotlib- Upload
titanic.csv. - Run all notebook cells.
Pavithra M
GitHub: https://github.com/PavithraM-prog
Submitted as Task 2 for the CodeAlpha Python Programming Internship.