Black Friday Sale
Data Analysis project
@kaggle.rajeshrampure_black_friday_sale
Data Analysis project
@kaggle.rajeshrampure_black_friday_sale
CREATE TABLE train (
"user_id" BIGINT,
"product_id" VARCHAR,
"gender" VARCHAR,
"age" VARCHAR,
"occupation" BIGINT,
"city_category" VARCHAR,
"stay_in_current_city_years" VARCHAR,
"marital_status" BIGINT,
"product_category_1" BIGINT,
"product_category_2" DOUBLE,
"product_category_3" DOUBLE,
"purchase" BIGINT
);
Anyone who has the link will be able to view this.