German Credit Card
Exploring Credit Risk Assessment with the German Credit Card Dataset
@kaggle.arunjangir245_german_credit_card
Exploring Credit Risk Assessment with the German Credit Card Dataset
@kaggle.arunjangir245_german_credit_card
CREATE TABLE germancredit (
"status" VARCHAR,
"duration" BIGINT,
"credit_history" VARCHAR,
"purpose" VARCHAR,
"amount" BIGINT,
"savings" VARCHAR,
"employment_duration" VARCHAR,
"installment_rate" BIGINT,
"personal_status_sex" VARCHAR,
"other_debtors" VARCHAR,
"present_residence" BIGINT,
"property" VARCHAR,
"age" BIGINT,
"other_installment_plans" VARCHAR,
"housing" VARCHAR,
"number_credits" BIGINT,
"job" VARCHAR,
"people_liable" BIGINT,
"telephone" VARCHAR,
"foreign_worker" VARCHAR,
"credit_risk" BIGINT
);
Anyone who has the link will be able to view this.