there is two files I couldn’t upload here because their too big i’ll have to send it via email, one file is a code example and the other is for the question.
- Print the average (mean) loan and funded amounts.
- Print the largest and smallest interest rates.
- Save a csv file called
home_improvement_loans.csv
that contains all those loans whose “purpose” is home_improvement
. Include only the columns loan_amnt
, funded_amnt
, and int_rate
.
- Save a csv file called
employments.csv
that contains the count of rows for all employments found in the data (emp_title
column). E.g., there are 68 rows with employment title “Rn” (registered nurse). There should be nearly 44k different employment titles.