Lending Club Data
A large open set of data on the people who received loans through their platform
@kaggle.joebeachcapital_lending_club
A large open set of data on the people who received loans through their platform
@kaggle.joebeachcapital_lending_club
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
);
Anyone who has the link will be able to view this.