Question: For Project 2, set up one Jupyter notebook to complete the following key tasks and annotate your work in the notebook: 1. Conduct Data
For Project 2, set up one Jupyter notebook to complete the following key tasks and annotate your work in the notebook: 1. Conduct Data Access and Profiling: To begin, read the survey dataset into a pandas DataFrame. Then, create a subset of the DataFrame to include all passenger satisfaction data about only the Business Class. Name the created DataFrame subset "df_Business". Collect information about the 'df_Business" dataset and its validity. Report the following: The number of observations (or rows) and the number of variables (or columns) in the dataset. The name and data type of each data column. a The unique values of each column. The number of missing values of each column.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
