Baselight

Retail Price Optimization

“The moment you make a mistake in pricing, you’re eating into your reputation”

@kaggle.suddharshan_retail_price_optimization

Retail Price
@kaggle.suddharshan_retail_price_optimization.retail_price

  • 53.44 KB
  • 676 rows
  • 30 columns
product_id

Product Id

product_category_name

Product Category Name

month_year

Month Year

qty

Qty

total_price

Total Price

freight_price

Freight Price

unit_price

Unit Price

product_name_lenght

Product Name Lenght

product_description_lenght

Product Description Lenght

product_photos_qty

Product Photos Qty

product_weight_g

Product Weight G

product_score

Product Score

customers

Customers

weekday

Weekday

weekend

Weekend

holiday

Holiday

month

Month

year

Year

s

S

volume

Volume

comp_1

Comp 1

ps1

Ps1

fp1

Fp1

comp_2

Comp 2

ps2

Ps2

fp2

Fp2

comp_3

Comp 3

ps3

Ps3

fp3

Fp3

lag_price

Lag Price

bed1bed_bath_table01-05-2017145.9515.145.9539161235045723815201710.26739356380089.93.915.011896552154.48.7645.95415.145.9
bed1bed_bath_table01-06-20173137.8512.9333333345.953916123504612281620176.503115265380089.93.914.769215692094.421.32245.95412.9333333345.95
bed1bed_bath_table01-07-20176275.714.8445.953916123504123211017201712.07165109380089.93.913.993833332054.422.195932245.95414.8445.95
bed1bed_bath_table01-08-20174183.814.287545.953916123504902381820179.293873313380089.93.914.65675676199.50980394.419.4128846245.95414.287545.95
bed1bed_bath_table01-09-2017291.915.145.953916123504542191920175.555555556380089.93.918.77652174163.39870974.424.324687545.95415.145.95
bed1bed_bath_table01-10-20173137.8515.145.9539161235045022921020178.333333333380089.93.921.5721428645.95415.145.95415.145.95
bed1bed_bath_table01-11-201711445.8515.8327272740.53181818391612350497228411201730.55555556380089.93.916.29440.53181818415.8327272740.53181818415.8327272745.95
bed1bed_bath_table01-12-20176239.9415.2339.993916123504412110112201716.66666667380088.488235293.918.8983333339.99415.2339.99415.2340.53181818
bed1bed_bath_table01-01-201819759.8116.5336842139.9939161235046223821201817.75700935380086.93.919.3835294139.99416.5336842139.99416.5336842139.99
bed1bed_bath_table01-02-201818719.8213.7494444439.9939161235046220822201816.82242991380086.93.919.2090909139.99413.7494444439.99413.7494444439.99

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
);

Share link

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