Credit Car Prediction Dataset
Unlocking Financial Access: Predicting Credit Card Eligibility
@kaggle.tanayatipre_car_price_prediction_dataset
Unlocking Financial Access: Predicting Credit Card Eligibility
@kaggle.tanayatipre_car_price_prediction_dataset
CREATE TABLE train_data (
"id" BIGINT,
"gender" VARCHAR,
"has_a_car" VARCHAR,
"has_a_property" VARCHAR,
"children_count" BIGINT,
"income" DOUBLE,
"employment_status" VARCHAR,
"education_level" VARCHAR,
"marital_status" VARCHAR,
"dwelling" VARCHAR,
"age" BIGINT,
"employment_length" BIGINT,
"has_a_mobile_phone" BIGINT,
"has_a_work_phone" BIGINT,
"has_a_phone" BIGINT,
"has_an_email" BIGINT,
"job_title" VARCHAR,
"family_member_count" DOUBLE,
"account_age" DOUBLE,
"is_high_risk" BIGINT
);
Anyone who has the link will be able to view this.