Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Required information Skip to question [ The following information applies to the questions displayed below. ] For Problems 9 , 1 0 , and 1

Required information
Skip to question
[The following information applies to the questions displayed below.]
For Problems 9,10, and 11, we will be cleaning a data file in preparation for subsequent analysis.
The analysis performed on LendingClub data in the chapter was for the years 20072012. We now use LendingClub data for 2013.
Consider the 2013 rejected loan data from LendingClub titled DAA Chapter 1-2 Data. Similar to the analysis done in the chapter, lets scrub the debt-to-income data. Because our analysis requires risk scores, debt-to-income data, and employment length, we need to make sure each of them has valid data.
Sort the file based on debt-to-income and remove those observations (the complete row or record) that have a missing score, a score of zero, or a negative score.
Assign each valid debt-to-income ratio into three buckets (labeled DTI bucket) by classifying each debt-to-income ratio into high (>20.0 percent), medium (10.020.0 percent), and low (<10.0 percent) buckets. Consider using nested if-then statements to complete this. Or sort the row and manually input.
Run a PivotTable analysis that shows the number of loans in each DTI bucket.
Required:
Which DTI bucket had the highest and lowest grouping for this rejected Loans dataset?

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

More Books

Students also viewed these Databases questions