Baselight

Credit Score Classification Dataset

Easy Credit Score Classification Dataset for Multiple Classification.

@kaggle.sujithmandala_credit_score_classification_dataset

Loading...
Loading...

About this Dataset

Credit Score Classification Dataset

This dataset contains information about a sample of over 100 people across the world. The data includes the following information:

  1. Age
  2. Gender
  3. Income
  4. Education
  5. Marital Status
  6. Number of Children
  7. Home Ownership
  8. Credit Score

Tables

Credit Score Classification Dataset

@kaggle.sujithmandala_credit_score_classification_dataset.credit_score_classification_dataset
  • 6.76 KB
  • 164 rows
  • 8 columns
Loading...

CREATE TABLE credit_score_classification_dataset (
  "age" BIGINT,
  "gender" VARCHAR,
  "income" BIGINT,
  "education" VARCHAR,
  "marital_status" VARCHAR,
  "number_of_children" BIGINT,
  "home_ownership" VARCHAR,
  "credit_score" VARCHAR
);

Share link

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