Statistical Data Analysis & Exploration using Pandas

This project is based on a Kaggle contest using the open dataset available there. The dataset entails attribute information on all passengers aboard the Titanic. The project is a statistical analysis of the survivability of Titanic passengers based on attributes (social class, age, sex, and family status – to name a few). It demonstrates attribute engineering, statistical analysis, and coding skills with Python. It lays the foundation for machine learning algorithms.