Skip to content

Huginode/Datanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datanic

Introduction

Datanic is a data science project to share my Pandas and Matplotlib skills. I'm a huge fan of the Titanic (Olympic) Story. So I wanted to use a Titanic dataset to see which passengers were the most likely to get rescued.

Steps

  • Firstly I needed to clean the Data. For that, I dropped all the data that didn't have any impact on the outcome.
  • Then I removed all the passengers with unknown ages and passengers that didn't embark
  • Lastly I printed the outcome by grouping people by sex and passenger class.

Output

Then if we start the programm, it outputs this:

alt text

As we can see women were much more likely to get rescued. 96% for women in first class, 47% for women in third class, and 35% for men in first class. But we can also remark something interesting: Men were more likely to get rescued if they were in third class rather than second class (17% vs 15%)

About

A little Datascience project about the Titanic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages