Black Friday Sales EDA
Data Anlytics Project
@kaggle.rishikeshkonapure_black_friday_sales_eda
Data Anlytics Project
@kaggle.rishikeshkonapure_black_friday_sales_eda
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.