This project focuses on performing data cleaning and exploratory data analysis (EDA) on the Titanic dataset from Kaggle. The goal is to understand the dataset, clean missing and inconsistent data, explore relationships between variables, and identify patterns and trends that influenced passenger survival.
- Source: Kaggle β Titanic: Machine Learning from Disaster
- File Used:
train.csv - Records: Passenger demographic and travel information
- Target Variable:
Survived(0 = Did not survive, 1 = Survived)
- Clean and preprocess the dataset
- Handle missing values and irrelevant features
- Perform univariate, bivariate, and multivariate analysis
- Identify key factors affecting survival
- Visualize insights using graphs and charts
- Female passengers had significantly higher survival rates than males
- First-class passengers were more likely to survive
- Children had higher survival probability compared to adults
- Higher fare-paying passengers showed better survival chances
- Third-class male passengers had the lowest survival rate
- Programming Language: Python
- Libraries:
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Environment: Jupyter Notebook
- Data Cleaning & Preprocessing
- Exploratory Data Analysis (EDA)
- Data Visualization
- Pattern & Trend Identification
- Analytical Thinking
For any questions, feedback, or collaboration opportunities, feel free to reach out:
π§ Email: thoratom37@email.com
β Thank you for visiting!