Baselight

Credit Card Classification - Clean Data

Predict high/low risk credit card users

@kaggle.samuelcortinhas_credit_card_classification_clean_data

Loading...
Loading...

About this Dataset

Credit Card Classification - Clean Data

Content

This dataset contains a cleaned version of this dataset https://www.kaggle.com/rikdifos/credit-card-approval-prediction on credit cards.

Tables

Clean Data

@kaggle.samuelcortinhas_credit_card_classification_clean_data.clean_data
  • 245.47 kB
  • 9,709 rows
  • 20 columns
Loading...
CREATE TABLE clean_data (
  "id" BIGINT,
  "gender" BIGINT,
  "own_car" BIGINT,
  "own_property" BIGINT,
  "work_phone" BIGINT,
  "phone" BIGINT,
  "email" BIGINT,
  "unemployed" BIGINT,
  "num_children" BIGINT,
  "num_family" BIGINT,
  "account_length" BIGINT,
  "total_income" DOUBLE,
  "age" DOUBLE,
  "years_employed" DOUBLE,
  "income_type" VARCHAR,
  "education_type" VARCHAR,
  "family_status" VARCHAR,
  "housing_type" VARCHAR,
  "occupation_type" VARCHAR,
  "target" BIGINT
);

Share link

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