This dataset contains information about stores within the Contonso dataset. It includes details about the store's geographic location, operational status, and physical characteristics such as size and opening/closing dates. It provides insights into the store network of the company.
Format
A data frame with 11 columns:
- store_key
doubleUnique identifier for each store.- store_code
doubleA code that uniquely identifies the store.- geo_area_key
doubleUnique identifier for the geographical area where the store is located.- country_code
characterThe country code where the store is located (e.g., "US", "DE").- country_name
characterThe full name of the country where the store is located.- state
characterThe state or province where the store is located.- open_date
DateThe date when the store was opened.- close_date
DateThe date when the store was closed, if applicable.- description
characterA description of the store (e.g., "Flagship store", "Outlet store").- square_meters
doubleThe physical size of the store in square meters.- status
characterThe operational status of the store (e.g., "Open", "Closed").
