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.
orderrowsA data frame with 7 columns:
double Unique identifier for the order to which the item belongs.
double Line number within the order, identifying each product line.
double Unique identifier for the product in the order row.
double The quantity of the product ordered.
double The price per unit of the product.
double The total net price for the product, considering any applicable discounts.
double The cost per unit of the product.