Equifax-pdl-scoring-US-2023.csv
Payday Loan Default Prediction: Comprehensive Dataset for Credit Scoring Models
@kaggle.sokolovaleks_equifax_pdl_scoring_us_2023_csv
Payday Loan Default Prediction: Comprehensive Dataset for Credit Scoring Models
@kaggle.sokolovaleks_equifax_pdl_scoring_us_2023_csv
CREATE TABLE equifax_pdl_us_2023 (
"client_id" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"education_level" VARCHAR,
"owns_car" BIGINT,
"car_category" BIGINT,
"housing_status" BIGINT,
"job_prestige" BIGINT,
"stable_employment" BIGINT,
"annual_income" BIGINT,
"travel_history" BIGINT,
"declined_applications" BIGINT,
"credit_score" BIGINT,
"credit_inquiries" BIGINT,
"branch_category" BIGINT,
"social_networking" BIGINT,
"info_update_recency" BIGINT,
"application_date" VARCHAR,
"default_status" BIGINT
);
Anyone who has the link will be able to view this.