Order Rows Data from the Contonso Dataset
Description
This dataset contains detailed information about the individual items (rows) within each order in the Contonso dataset. It includes details such as the product, quantity, pricing, and cost of each item in an order. This dataset is useful for analyzing the breakdown of order components and individual product sales.
Usage
orderrows
Format
A data frame with 7 columns:
- order_key
- 
doubleUnique identifier for the order to which the item belongs.
- line_number
- 
doubleLine number within the order, identifying each product line.
- product_key
- 
doubleUnique identifier for the product in the order row.
- 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 applicable discounts.
- unit_cost
- 
doubleThe cost per unit of the product.
Source
https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data