This dataset contains information about sales orders, including order details, pricing, and customer data from the Contonso dataset. It provides insights into the transactions that have occurred, including order dates, delivery dates, customer and store information, as well as product details.
Format
A data frame with sales columns:
- order_key
doubleUnique identifier for each order.- line_number
doubleLine number within the order (for multi-line orders).- order_date
DateDate when the order was placed.- delivery_date
DateDate when the order was delivered.- customer_key
doubleUnique identifier for the customer who placed the order.- store_key
doubleUnique identifier for the store where the order was placed.- product_key
doubleUnique identifier for the product in the order.- quantity
doubleThe quantity of the product ordered.- unit_price
doubleThe price per unit of the product.- net_price
doubleThe total net price for the product, considering any discounts.- unit_cost
doubleThe cost per unit of the product.- currency_code
characterThe currency code used for the transaction (e.g., USD, EUR).- exchange_rate
doubleThe exchange rate applied to the currency, if applicable.- gross_revenue
doubleA product's unit_price multiplied by quantity.- net_revenue
doubleA product's net_price multiplied by quantity.- unit_discount
doubleA product's unit_price minute net_price.- discounts
doubleA product's unit_discount multiplied by quantity.- cogs
doubleA product's unit_cost multiplied by quantity.- margin
doubleA product's net_revenue minus cogs.- unit_margin
doubleA product margin divided by quantity.
