Order Data from the Contoso Dataset
Source: R/data.R
This dataset contains information about customer orders, including order dates, delivery dates, and store details.
Usage
ordersFormat
A data frame with 3,242 rows and 6 columns:
- order_key
-
doubleUnique identifier for the order. - customer_key
-
doubleUnique identifier for the customer who placed the order. - store_key
-
doubleUnique identifier for the store where the order was placed. - order_date
-
DateThe date when the order was placed. - delivery_date
-
DateThe date when the order is expected to be delivered. - currency_code
-
characterThe currency code used for the order (e.g., USD, EUR).
Source
https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data