You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyzes the Titanic passenger dataset using Python and pandas. It includes data cleaning, descriptive statistics, missing value analysis, feature engineering (FamilySize, IsAlone, AgeGroup), survival comparison analysis, and structured JSON export using Python classes. The processed dataset is validated & exported for reuse in downstream systems.