Baselight

Credit Car Prediction Dataset

Unlocking Financial Access: Predicting Credit Card Eligibility

@kaggle.tanayatipre_car_price_prediction_dataset

Train Data
@kaggle.tanayatipre_car_price_prediction_dataset.train_data

  • 476.84 KB
  • 29165 rows
  • 20 columns
id

ID

gender

Gender

has_a_car

Has A Car

has_a_property

Has A Property

children_count

Children Count

income

Income

employment_status

Employment Status

education_level

Education Level

marital_status

Marital Status

dwelling

Dwelling

age

Age

employment_length

Employment Length

has_a_mobile_phone

Has A Mobile Phone

has_a_work_phone

Has A Work Phone

has_a_phone

Has A Phone

has_an_email

Has An Email

job_title

Job Title

family_member_count

Family Member Count

account_age

Account Age

is_high_risk

Is High Risk

5037048MYY135000WorkingSecondary / secondary specialMarriedWith parents-16271-31111Core staff2-17
5044630FYN1135000Commercial associateHigher educationSingle / not marriedHouse / apartment-10130-16511Accountants2-1
5079079FNY2180000Commercial associateSecondary / secondary specialMarriedHouse / apartment-12821-56571Laborers4-38
5112872FYY360000Commercial associateHigher educationSingle / not marriedHouse / apartment-20929-204611Managers1-11
5105858FNN270000WorkingSecondary / secondary specialSeparatedHouse / apartment-16207-51511nan1-41
5100411FYY135000WorkingSecondary / secondary specialMarriedHouse / apartment-13251-383911Accountants2-1
5022817MYY202500WorkingSecondary / secondary specialMarriedHouse / apartment-17262-16171Core staff2-16
5009811FNN1202500WorkingSecondary / secondary specialMarriedHouse / apartment-11813-3266111Sales staff3-21
5113922FNN90000PensionerSecondary / secondary specialSingle / not marriedMunicipal apartment-234783652431nan1-50
5021541FYN1306000WorkingHigher educationMarriedHouse / apartment-9310-16781nan3-13

CREATE TABLE train_data (
  "id" BIGINT,
  "gender" VARCHAR,
  "has_a_car" VARCHAR,
  "has_a_property" VARCHAR,
  "children_count" BIGINT,
  "income" DOUBLE,
  "employment_status" VARCHAR,
  "education_level" VARCHAR,
  "marital_status" VARCHAR,
  "dwelling" VARCHAR,
  "age" BIGINT,
  "employment_length" BIGINT,
  "has_a_mobile_phone" BIGINT,
  "has_a_work_phone" BIGINT,
  "has_a_phone" BIGINT,
  "has_an_email" BIGINT,
  "job_title" VARCHAR,
  "family_member_count" DOUBLE,
  "account_age" DOUBLE,
  "is_high_risk" BIGINT
);

Share link

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