Question: Question 7(15pts) Write a function that will take a dataframe and the name of a column in the dataframe. The function will return the minimum

Question 7(15pts) Write a function that will take a dataframe and the name of a column in the dataframe. The function will return the minimum and maximum values from that column. - Create your function in the first code cell - Provide comments before the function definition describing the parameters and return of the function - Test your function in the second cell by reading in the salaries.csv data into a variable and passing it to your function - Print the returns of your function in the cell where you are testing your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
