Stores dataset

A small store dimension table — the lookup side of a key-based join with the Retail Sales orders.

↓ Download stores.csv   All datasets

At a glance

Rows
20 stores
Columns
7 (2 numeric, 4 categorical/ID, 1 year)
Format
CSV (UTF-8, comma-delimited, header row)
Size
~1 KB
License
CC0 1.0 — public domain, synthetic data
Best for
Joins / merge keys · lookup dimension

Columns

ColumnTypeDescription
StoreIDIDStore key — joins to Retail Sales.
StoreNameCategoricalDisplay name.
RegionCategoricalWest/Central/East etc.
CityCategoricalCity.
StoreTypeCategoricalOutlet/Standard/Flagship etc.
SqFtIntegerStore floor area.
OpenedYearIntegerYear the store opened.

Things to try

  • Use it as a lookup table. Run a Merge/join with Retail Sales on StoreID. → Reshaping data lesson
  • Enrich, then group. Add Region and StoreType to each order, then group your sales by them.
How to open it. Download the CSV, then drag it onto Stratum (or use File ▸ Import). Columns are typed automatically — numbers, the date, and the categories all detected — so you're charting within seconds. Get Stratum →