Baselight

German Credit Card

Exploring Credit Risk Assessment with the German Credit Card Dataset

@kaggle.arunjangir245_german_credit_card

Loading...
Loading...

About this Dataset

German Credit Card

Labels: "Status" Approved" or "Denied

Features:

  1. Duration: Time in months for the credit request or grant.
  2. Credit History: Historical credit behavior and reliability.
  3. Purpose: Intended use of the credit.
  4. Amount: Requested or granted credit amount.
  5. Savings: Level of applicant's savings or financial stability.
  6. Employment Duration: Time employed at current job.
  7. Installment Rate: Number of payments over time.
  8. Person Status: Marital or personal status of the applicant.
  9. Other Debtors: Presence of other debtors or co-applicants.

Tables

Germancredit

@kaggle.arunjangir245_german_credit_card.germancredit
  • 27.24 KB
  • 1000 rows
  • 21 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.