Skip to content

A Jupyter notebook working with the Kaggle Titanic dataset using Pandas.

Notifications You must be signed in to change notification settings

Benned-H/Titanic_Pandas_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Titanic_Pandas_Tutorial Open In Colab

A Jupyter notebook working with the Kaggle Titanic dataset using Pandas.

Includes examples for importing data, slicing DataFrames, editing column labels, preprocessing categories, and calculating both entropy and information gain, all using Pandas. The end result data is ready to be input into a Decision Tree class.