This dataset contains information about customer orders, including order dates, delivery dates, and store details.
Format
A data frame with 5 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).
