Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Modify Tutorial _ 4 _ Data _ Preprocessing.ipynb to do a few steps with the attached university salary and faculty size data set ( aaup

Modify Tutorial_4_Data_Preprocessing.ipynb to do a few steps with the attached university salary and faculty size data set (aaup.csv).
Here is a description of the variables in the dataset.
Univ_id: id number
Univ_name: Name of institution
State: 2 letter state code
Type: (I, IIA, or IIB)
fp_sal: Average salary - full professors
ac_sal: Average salary - associate professors
at_sal: Average salary - assistant professors
to_sal: Average salary - all ranks
fp_com: Average compensation - full professors
ac_com: Average compensation - associate professors
at_com: Average compensation - assistant professors
to_com: Average compensation - all ranks
fp_#: Number of full professors
ac_#: Number of associate professors
at_#: Number of assistant professors
in_#: Number of instructors
to_#: Number of faculty - all ranks
Tasks
Replicate the preprocessing steps applied to the breast cancer example as guided below:
Input the data into a Pandas dataframe; create the data columns of your choice; print the number of observations and attributes.
Recode the missing values to NaN. This dataset uses *. Print the counts of missing values across the attributes.
How do you handle missing values in this dataset? Explain your selection. (put your answer in the box below)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions

Question

=+ Are there additional forms of employee representation?

Answered: 1 week ago