Baselight

AmExpert 2021 Challenge

AmExpert 2021 – Machine Learning Hackathon

@kaggle.saurabhbagchi_amexpert_2021_challenge

Test Vkm91ft
@kaggle.saurabhbagchi_amexpert_2021_challenge.test_vkm91ft

  • 226.71 KB
  • 20327 rows
  • 8 columns
customer_id

Customer ID

gender

Gender

age

Age

vintage

Vintage

is_active

Is Active

city_category

City Category

customer_category

Customer Category

product_holding_b1

Product Holding B1

CC372708Female3131C2S3['P12', 'P13']
CC216072Male28371C1S2['P12', 'P13']
CC387629Male3112C2S3['P20']
CC389228Female5511C2S2['P13', 'P21']
CC394445Male51491C2S1['P13']
CC241088Male5817C2S1['P13', 'P20']
CC381551Male4612C2S3['P17']
CC238627Male4017C1S3['P16', 'P20']
CC287515Female5913C2S3['P16']
CC312519Male3216C1S3['P10', 'P12', 'P16']

CREATE TABLE test_vkm91ft (
  "customer_id" VARCHAR,
  "gender" VARCHAR,
  "age" BIGINT,
  "vintage" BIGINT,
  "is_active" BIGINT,
  "city_category" VARCHAR,
  "customer_category" VARCHAR,
  "product_holding_b1" VARCHAR
);

Share link

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