Question
Load the titanic dataset from the Seaborn library, look for online csv files on https://github.com/mwaskom/seaborn-dataUsing this data. Answer the following questions: - (A) Display the
"Load the \"titanic\" dataset from the Seaborn library, look for online csv files on https://github.com/mwaskom/seaborn-dataUsing this data. Answer the following questions: "- (A) Display the first rows of these dataset - "- (B) How many passengers from First, Second and Third class survived? "- (C) What percentage of First class pasengers that embarked from Southampton survived? For the same group (First class that embarked in Southampton) what was their average age? how much did they pay for their fare in average? "- (D) Calculate the average age and the average fare paid for each of the following: passengers in First, Second and Third class that survived and that not survived. Please display these results in a table (dataframe). (hint: use pivot tables). "- (E) What is the percentage of female passengers traveling in first class that survived? What was their average age?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started