Baselight

Credit Card Approval Prediction

A Credit Card Dataset for Machine Learning

@kaggle.rikdifos_credit_card_approval_prediction

Application Record
@kaggle.rikdifos_credit_card_approval_prediction.application_record

  • 4.61 MB
  • 438557 rows
  • 18 columns
id

ID

code_gender

CODE GENDER

flag_own_car

FLAG OWN CAR

flag_own_realty

FLAG OWN REALTY

cnt_children

CNT CHILDREN

amt_income_total

AMT INCOME TOTAL

name_income_type

NAME INCOME TYPE

name_education_type

NAME EDUCATION TYPE

name_family_status

NAME FAMILY STATUS

name_housing_type

NAME HOUSING TYPE

days_birth

DAYS BIRTH

days_employed

DAYS EMPLOYED

flag_mobil

FLAG MOBIL

flag_work_phone

FLAG WORK PHONE

flag_phone

FLAG PHONE

flag_email

FLAG EMAIL

occupation_type

OCCUPATION TYPE

cnt_fam_members

CNT FAM MEMBERS

5008804MYY427500WorkingHigher educationCivil marriageRented apartment-12005-454211nan2
5008805MYY427500WorkingHigher educationCivil marriageRented apartment-12005-454211nan2
5008806MYY112500WorkingSecondary / secondary specialMarriedHouse / apartment-21474-11341Security staff2
5008808FNY270000Commercial associateSecondary / secondary specialSingle / not marriedHouse / apartment-19110-3051111Sales staff1
5008809FNY270000Commercial associateSecondary / secondary specialSingle / not marriedHouse / apartment-19110-3051111Sales staff1
5008810FNY270000Commercial associateSecondary / secondary specialSingle / not marriedHouse / apartment-19110-3051111Sales staff1
5008811FNY270000Commercial associateSecondary / secondary specialSingle / not marriedHouse / apartment-19110-3051111Sales staff1
5008812FNY283500PensionerHigher educationSeparatedHouse / apartment-224643652431nan1
5008813FNY283500PensionerHigher educationSeparatedHouse / apartment-224643652431nan1
5008814FNY283500PensionerHigher educationSeparatedHouse / apartment-224643652431nan1

CREATE TABLE application_record (
  "id" BIGINT,
  "code_gender" VARCHAR,
  "flag_own_car" VARCHAR,
  "flag_own_realty" VARCHAR,
  "cnt_children" BIGINT,
  "amt_income_total" DOUBLE,
  "name_income_type" VARCHAR,
  "name_education_type" VARCHAR,
  "name_family_status" VARCHAR,
  "name_housing_type" VARCHAR,
  "days_birth" BIGINT,
  "days_employed" BIGINT,
  "flag_mobil" BIGINT,
  "flag_work_phone" BIGINT,
  "flag_phone" BIGINT,
  "flag_email" BIGINT,
  "occupation_type" VARCHAR,
  "cnt_fam_members" DOUBLE
);

Share link

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