Skip to content

MayukhSobo/Loan_EDA

Repository files navigation

Prosper Loan Data Analysis

Introduction

This data set contains 113,937 loans with 81 variables on each loan, including loan amount, borrower rate (or interest rate), current loan status, borrower income, borrower employment status, borrower credit history, and the latest payment information.

Data

The data is available in the CSV format and can be downloaded from Here. A detailed information of the variables is mentioned Here

Variables Explored

  1. Term : Amount of month customers opted for loan
  2. LoanStatus : Current status of the loan like chargedoff, completed, defauted etc...
  3. EstimatedEffectiveYield : Yield of lenders from borrowers minus the processing fee and late fines
  4. ProsperScore : Risk Factor score from 1 to 10. 10 being least risky
  5. BorrowerAPR : The Borrower's Annual Percentage Rate (APR) for the loan.
  6. BorrowerRate : The Borrower's interest rate for this loan.
  7. ListingCategory..numeric. : Prosper rating for borrowers in numbers
  8. EmploymentStatus : Current type of employment
  9. Occupation : Occupation of borrower at the time of listing
  10. EmploymentStatusDuration : How long the employee has been employed
  11. IsBorrowerHomeowner : Does the borrower owns house at the time of listing (True & False)
  12. ProsperRating..Alpha. : Prosper rating for borrowers in alphabets
  13. IncomeVerifiable : If the income of the borrower is verifiable at the time of listing (True & False)
  14. StatedMonthlyIncome : Monthly income of the borrower
  15. MonthlyLoanPayment : Monthly loan payment amount
  16. Recommendations : Recommendations the borrowers has at the time of listing
  17. DebtToIncomeRatio : The debt to income ratio of the borrower at the time the credit profile was pulled.
  18. LoanOriginalAmount : Original amount of the loan
  19. LoanOriginationQuarter : Quarter of the month when loan was originated

Exported Report

Dependent Packages

  1. ggplt2
  2. ggthemes
  3. dplyr
  4. reshape2
  5. memisc
  6. gridextra
  7. RColorBrewer
  8. plotrix
  9. DT
  10. scales