Baselight

JOB-A-THON - May 2021- Credit Card Lead Prediction

Credit Card Lead Prediction

@kaggle.sajidhussain3_jobathon_may_2021_credit_card_lead_prediction

Test
@kaggle.sajidhussain3_jobathon_may_2021_credit_card_lead_prediction.test

  • 2.1 MB
  • 105312 rows
  • 10 columns
id

ID

gender

Gender

age

Age

region_code

Region Code

occupation

Occupation

channel_code

Channel Code

vintage

Vintage

credit_product

Credit Product

avg_account_balance

Avg Account Balance

is_active

Is Active

VBENBAROMale29RG254OtherX125Yes742366No
CCMEWNKYMale43RG268OtherX249nan925537No
VK3KGA9MMale31RG270SalariedX114No215949No
TT8RPZVCMale29RG272OtherX133No868070No
SHQZEYTZFemale29RG270OtherX119No657087No
MZZAQMPTMale60RG268Self_EmployedX3110No4624262No
Y88TW36IFemale69RG253OtherX267No1032764No
3UGOAQNUFemale30RG257SalariedX133No837009No
VVUKMUJTMale43RG284SalariedX381nan1001232Yes
9R363ZXSFemale54RG283Self_EmployedX237Yes1667851No

CREATE TABLE test (
  "id" VARCHAR,
  "gender" VARCHAR,
  "age" BIGINT,
  "region_code" VARCHAR,
  "occupation" VARCHAR,
  "channel_code" VARCHAR,
  "vintage" BIGINT,
  "credit_product" VARCHAR,
  "avg_account_balance" BIGINT,
  "is_active" VARCHAR
);

Share link

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