Loan Data Analysis
temp-162419136819231271 In [1]: import pandas as pd import numpy as np import seaborn as sns import matplotlib.pyplot as plt % matplotlib inline In [2]: pd . set_option ( 'display.max_columns' , 500 ) loan = pd . read_csv ( "Prosper-Loan-Data-Analysis-main/prosperLoanData.csv" ) loan Out[2]: ListingKey ListingNumber ListingCreationDate CreditGrade Term LoanStatus ClosedDate BorrowerAPR BorrowerRate LenderYield EstimatedEffectiveYield EstimatedLoss EstimatedReturn ProsperRating (numeric) ProsperRating (Alpha) ProsperScore ListingCategory (numeric) BorrowerState Occupation EmploymentStatus EmploymentStatusDuration IsBorrowerHomeowner CurrentlyInGroup ...