Exploratory Data Analysis (EDA) for Titanic Dataset
The dataset contains the following columns:
- PassengerId: Unique ID for each passenger
- Survived: Survival (0 = No; 1 = Yes)
- Pclass: Passenger Class (1 = 1st; 2 = 2nd; 3 = 3rd)
- Name: Name of the passenger
- Sex: Sex of the passenger
- Age: Age of the passenger
- SibSp: Number of siblings/spouses aboard the Titanic
- Parch: Number of parents/children aboard the Titanic
- Ticket: Ticket number
- Fare: Passenger fare
- Cabin: Cabin number
- Embarked: Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)
Let's start by understanding the basic statistics and structure of the dataset.