Baselight

Retail Data Analytics

Historical sales data from 45 stores

@kaggle.manjeetsingh_retaildataset

Stores Data Set
@kaggle.manjeetsingh_retaildataset.stores_data_set

  • 3.07 KB
  • 45 rows
  • 3 columns
store

Store

type

Type

size

Size

1A151315
2A202307
3B37392
4A205863
5B34875
6A202505
7B70713
8A155078
9B125833
10B126512

CREATE TABLE stores_data_set (
  "store" BIGINT,
  "type" VARCHAR,
  "size" BIGINT
);

Share link

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