Baselight

Lending Club Data

A large open set of data on the people who received loans through their platform

@kaggle.joebeachcapital_lending_club

Loans Full Schema
@kaggle.joebeachcapital_lending_club.loans_full_schema

  • 741.64 KB
  • 10000 rows
  • 55 columns
emp_title

Emp Title

emp_length

Emp Length

state

State

homeownership

Homeownership

annual_income

Annual Income

verified_income

Verified Income

debt_to_income

Debt To Income

annual_income_joint

Annual Income Joint

verification_income_joint

Verification Income Joint

debt_to_income_joint

Debt To Income Joint

delinq_2y

Delinq 2y

months_since_last_delinq

Months Since Last Delinq

earliest_credit_line

Earliest Credit Line

inquiries_last_12m

Inquiries Last 12m

total_credit_lines

Total Credit Lines

open_credit_lines

Open Credit Lines

total_credit_limit

Total Credit Limit

total_credit_utilized

Total Credit Utilized

num_collections_last_12m

Num Collections Last 12m

num_historical_failed_to_pay

Num Historical Failed To Pay

months_since_90d_late

Months Since 90d Late

current_accounts_delinq

Current Accounts Delinq

total_collection_amount_ever

Total Collection Amount Ever

current_installment_accounts

Current Installment Accounts

accounts_opened_24m

Accounts Opened 24m

months_since_last_credit_inquiry

Months Since Last Credit Inquiry

num_satisfactory_accounts

Num Satisfactory Accounts

num_accounts_120d_past_due

Num Accounts 120d Past Due

num_accounts_30d_past_due

Num Accounts 30d Past Due

num_active_debit_accounts

Num Active Debit Accounts

total_debit_limit

Total Debit Limit

num_total_cc_accounts

Num Total Cc Accounts

num_open_cc_accounts

Num Open Cc Accounts

num_cc_carrying_balance

Num Cc Carrying Balance

num_mort_accounts

Num Mort Accounts

account_never_delinq_percent

Account Never Delinq Percent

tax_liens

Tax Liens

public_record_bankrupt

Public Record Bankrupt

loan_purpose

Loan Purpose

application_type

Application Type

loan_amount

Loan Amount

term

Term

interest_rate

Interest Rate

installment

Installment

grade

Grade

sub_grade

Sub Grade

issue_month

Issue Month

loan_status

Loan Status

initial_listing_status

Initial Listing Status

disbursement_method

Disbursement Method

balance

Balance

paid_total

Paid Total

paid_principal

Paid Principal

paid_interest

Paid Interest

paid_late_fees

Paid Late Fees

global config engineer 3NJMORTGAGE90000Verified18.01nan382001628107079538767381250255102111001486192.9movingindividual280006014.07652.53CC3Mar-2018CurrentwholeCash27015.861999.33984.141015.19
warehouse office clerk10HIRENT40000Not Verified5.04nan199613014288004321111814316500241441001debt_consolidationindividual50003612.61167.54CC1Feb-2018CurrentwholeCash4651.37499.12348.63150.49
assembly3WIRENT40000Source Verified21.15nan2820064311024193160002843211371034300148693.5otherindividual20003617.0971.4DD1Feb-2018CurrentfractionalCash1824.63281.8175.37106.43
customer service1PARENT30000Not Verified10.16nan2007442540049971111542194003321001debt_consolidationindividual21600366.72664.19AA3Jan-2018CurrentwholeCash18853.263312.892746.74566.15
security supervisor 10CARENT35000Verified57.9657000Verified37.662008722166983952722164161032700201513100credit_cardjoint230003614.07786.87CC3Mar-2018CurrentwholeCash21430.152324.651569.85754.8
nanKYOWN34000Not Verified6.46nan1319906321242100389860251212720027125378.1otherindividual5000366.72153.75AA3Jan-2018CurrentwholeCash4256.71873.13743.29129.84
hr 10MIMORTGAGE35000Source Verified23.66155000Not Verified13.122004112102918521891621910391008762100credit_cardjoint240006013.59553.35CC2Jan-2018CurrentwholeCash225602730.5114401290.51
police10AZMORTGAGE110000Source Verified16.19nan119200513015342336608057124715522250161210793debt_consolidationindividual200006011.99444.79BB5Jan-2018CurrentwholeCash19005.391765.84994.61771.23
parts10NVMORTGAGE65000Source Verified36.48nan11819983352128319069561186104211136700191414297.1home_improvementindividual200003613.59679.58CC2Feb-2018CurrentwholeCash18156.662703.221843.34859.88
4th person3ILRENT30000Not Verified18.91nan200196331141776815176314700753100credit_cardindividual6400366.71196.77AA3Mar-2018CurrentfractionalCash6077.13391.15322.8768.28

CREATE TABLE loans_full_schema (
  "emp_title" VARCHAR,
  "emp_length" DOUBLE,
  "state" VARCHAR,
  "homeownership" VARCHAR,
  "annual_income" DOUBLE,
  "verified_income" VARCHAR,
  "debt_to_income" DOUBLE,
  "annual_income_joint" DOUBLE,
  "verification_income_joint" VARCHAR,
  "debt_to_income_joint" DOUBLE,
  "delinq_2y" BIGINT,
  "months_since_last_delinq" DOUBLE,
  "earliest_credit_line" BIGINT,
  "inquiries_last_12m" BIGINT,
  "total_credit_lines" BIGINT,
  "open_credit_lines" BIGINT,
  "total_credit_limit" BIGINT,
  "total_credit_utilized" BIGINT,
  "num_collections_last_12m" BIGINT,
  "num_historical_failed_to_pay" BIGINT,
  "months_since_90d_late" DOUBLE,
  "current_accounts_delinq" BIGINT,
  "total_collection_amount_ever" BIGINT,
  "current_installment_accounts" BIGINT,
  "accounts_opened_24m" BIGINT,
  "months_since_last_credit_inquiry" DOUBLE,
  "num_satisfactory_accounts" BIGINT,
  "num_accounts_120d_past_due" DOUBLE,
  "num_accounts_30d_past_due" BIGINT,
  "num_active_debit_accounts" BIGINT,
  "total_debit_limit" BIGINT,
  "num_total_cc_accounts" BIGINT,
  "num_open_cc_accounts" BIGINT,
  "num_cc_carrying_balance" BIGINT,
  "num_mort_accounts" BIGINT,
  "account_never_delinq_percent" DOUBLE,
  "tax_liens" BIGINT,
  "public_record_bankrupt" BIGINT,
  "loan_purpose" VARCHAR,
  "application_type" VARCHAR,
  "loan_amount" BIGINT,
  "term" BIGINT,
  "interest_rate" DOUBLE,
  "installment" DOUBLE,
  "grade" VARCHAR,
  "sub_grade" VARCHAR,
  "issue_month" VARCHAR,
  "loan_status" VARCHAR,
  "initial_listing_status" VARCHAR,
  "disbursement_method" VARCHAR,
  "balance" DOUBLE,
  "paid_total" DOUBLE,
  "paid_principal" DOUBLE,
  "paid_interest" DOUBLE,
  "paid_late_fees" DOUBLE
);

Share link

Anyone who has the link will be able to view this.