Baselight

Credit Card Defaulter

Credit Card Defaulter

@kaggle.d4rklucif3r_defaulter

Loading...
Loading...

About this Dataset

Credit Card Defaulter

This dataset is all about credit card defaulters.
It contains 5 Columns

  1. ID - Id of customer
  2. Default - Is the person a loan defaulter
  3. Student - Is the person a student
  4. Balance - balance in his/her account
  5. Income - His/Her income

Tables

Credit Card Defaulter

@kaggle.d4rklucif3r_defaulter.credit_card_defaulter
  • 248.91 KB
  • 10000 rows
  • 5 columns
Loading...

CREATE TABLE credit_card_defaulter (
  "unnamed_0" BIGINT,
  "default" VARCHAR,
  "student" VARCHAR,
  "balance" DOUBLE,
  "income" DOUBLE
);

Share link

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