Retail Price Optimization
“The moment you make a mistake in pricing, you’re eating into your reputation”
@kaggle.suddharshan_retail_price_optimization
“The moment you make a mistake in pricing, you’re eating into your reputation”
@kaggle.suddharshan_retail_price_optimization
CREATE TABLE retail_price (
"product_id" VARCHAR,
"product_category_name" VARCHAR,
"month_year" VARCHAR,
"qty" BIGINT,
"total_price" DOUBLE,
"freight_price" DOUBLE,
"unit_price" DOUBLE,
"product_name_lenght" BIGINT,
"product_description_lenght" BIGINT,
"product_photos_qty" BIGINT,
"product_weight_g" BIGINT,
"product_score" DOUBLE,
"customers" BIGINT,
"weekday" BIGINT,
"weekend" BIGINT,
"holiday" BIGINT,
"month" BIGINT,
"year" BIGINT,
"s" DOUBLE,
"volume" BIGINT,
"comp_1" DOUBLE,
"ps1" DOUBLE,
"fp1" DOUBLE,
"comp_2" DOUBLE,
"ps2" DOUBLE,
"fp2" DOUBLE,
"comp_3" DOUBLE,
"ps3" DOUBLE,
"fp3" DOUBLE,
"lag_price" DOUBLE
);
Anyone who has the link will be able to view this.