Skip to contents

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

double Unique identifier for the order to which the item belongs.

line_number

double Line number within the order, identifying each product line.

product_key

double Unique identifier for the product in the order row.

quantity

double The quantity of the product ordered.

unit_price

double The price per unit of the product.

net_price

double The total net price for the product, considering any applicable discounts.

unit_cost

double The cost per unit of the product.

Source

https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data