Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a Jupyter notebook file that contains the following use Titanic xls dataset and applied on the below questions https://www.kaggle.com/datasets/heptapod/titanic 1. Python code to clean
Create a Jupyter notebook file that contains the following
use Titanic xls dataset and applied on the below questions
https://www.kaggle.com/datasets/heptapod/titanic
1. Python code to clean the data, remove any missing values, then find the mean, median, mode, standard deviation, and variance of each numerical column in the dataset. 2. As the dataset doesn't contain the weight of adult passengers who were on the ship, and given the fact that the average weight of adults between ages 20 and 50 is 90kg (with a 50kg variance), write Python code to generate a number of weights equal to the number of records in the dataset using normal distribution that simulates the actual population. 3. Find the probability of having someone of a weight less than 50kg. 4. Find the probability of having someone of a weight between 100kg and 120kg. 5. Find the probability of someone having a weight that's exactly 77.7kg
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