Baselight

Retail Sales Data

Retail data from Turkish sector

@kaggle.berkayalan_retail_sales_data

Product Hierarchy
@kaggle.berkayalan_retail_sales_data.product_hierarchy

  • 21.47 KB
  • 699 rows
  • 10 columns
product_id

Product Id

product_length

Product Length

product_depth

Product Depth

product_width

Product Width

cluster_id

Cluster Id

hierarchy1_id

Hierarchy1 Id

hierarchy2_id

Hierarchy2 Id

hierarchy3_id

Hierarchy3 Id

hierarchy4_id

Hierarchy4 Id

hierarchy5_id

Hierarchy5 Id

P000052012nanH00H0004H000401H00040105H0004010534
P000113.52220cluster_5H01H0105H010501H01050100H0105010006
P0002224022cluster_0H03H0315H031508H03150800H0315080028
P00042134cluster_3H03H0314H031405H03140500H0314050003
P0005163016cluster_9H03H0312H031211H03121109H0312110917
P00068.51515cluster_0H03H0316H031608H03160817H0316081708
P00072229.5cluster_4H03H0313H031305H03130519H0313051904
P00085165cluster_0H00H0000H000004H00000400H0000040017
P000951814cluster_6H00H0002H000201H00020100H0002010012
P00102223cluster_0H01H0108H010801H01080109H0108010917

CREATE TABLE product_hierarchy (
  "product_id" VARCHAR,
  "product_length" DOUBLE,
  "product_depth" DOUBLE,
  "product_width" DOUBLE,
  "cluster_id" VARCHAR,
  "hierarchy1_id" VARCHAR,
  "hierarchy2_id" VARCHAR,
  "hierarchy3_id" VARCHAR,
  "hierarchy4_id" VARCHAR,
  "hierarchy5_id" VARCHAR
);

Share link

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