Credit Card Approval Prediction (Cleaned Version)
A Cleaned Version of Credit Card Dataset Originally from Seanny (@rikdifos)
@kaggle.caesarmario_application_data
A Cleaned Version of Credit Card Dataset Originally from Seanny (@rikdifos)
@kaggle.caesarmario_application_data
CREATE TABLE application_data (
"applicant_id" BIGINT,
"applicant_gender" VARCHAR,
"owned_car" BIGINT,
"owned_realty" BIGINT,
"total_children" BIGINT,
"total_income" BIGINT,
"income_type" VARCHAR,
"education_type" VARCHAR,
"family_status" VARCHAR,
"housing_type" VARCHAR,
"owned_mobile_phone" BIGINT,
"owned_work_phone" BIGINT,
"owned_phone" BIGINT,
"owned_email" BIGINT,
"job_title" VARCHAR,
"total_family_members" BIGINT,
"applicant_age" BIGINT,
"years_of_working" BIGINT,
"total_bad_debt" BIGINT,
"total_good_debt" BIGINT,
"status" BIGINT
);
Anyone who has the link will be able to view this.