Order Rows Data from the Contoso Dataset
Source: R/data.R
This dataset contains detailed information about the individual items (rows) within each order in the Contoso 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
orderrowsFormat
A data frame with 7,794 rows and 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 price per unit after discount, in USD. Despite the name this is a unit figure, not a line total. - 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