Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 606 Bytes

File metadata and controls

9 lines (6 loc) · 606 Bytes

Description

This directory contains notebooks that only explore or visualize data structure without further analysis.

Content

  • EDA_ironman: simplistic EDA of the ironman dataset using blunt visualization like scatter, hexbin and histograms
  • EDA_titanic: EDA that tries to answer the question whether the fair people paid, their age or their sex relates with their probability to survive with this dataset from kaggle.
  • missing-values: This script walks you through my first approach and information gathering on how to handle missing value in datasets