Retail Sales Data
Retail data from Turkish sector
@kaggle.berkayalan_retail_sales_data
Retail data from Turkish sector
@kaggle.berkayalan_retail_sales_data
This data is collected from a Turkish retail company. Time period is beginning from 2017 to the end of 2019.
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
);CREATE TABLE store_cities (
"store_id" VARCHAR,
"storetype_id" VARCHAR,
"store_size" BIGINT,
"city_id" VARCHAR
);Anyone who has the link will be able to view this.