Product Data from the Contoso Dataset
Source: R/data.R
This dataset contains information about products in the Contoso dataset. It includes product details such as identifiers, descriptions, pricing, weight, and categorization. This dataset is useful for analyzing product characteristics, pricing, and product-related sales insights.
Usage
productFormat
A data frame with 2,517 rows and 14 columns:
- product_key
-
doubleUnique identifier for each product. - product_code
-
characterA code that uniquely identifies the product. - product_name
-
characterThe name or description of the product. - manufacturer
-
characterThe name of the manufacturer of the product. - brand
-
characterThe brand of the product. - color
-
characterThe color of the product. - weight_unit
-
characterThe unitweightis expressed in:“grams”,“ounces”or“pounds”— never“kg”. Metric and imperial units are mixed, soweightis not comparable across rows without converting. Missing where the product has no weight. - weight
-
doubleThe weight of the product, inweight_unit. Not on a common scale — see that column. - cost
-
doubleThe cost price of the product. - price
-
doubleThe selling price of the product. - category_key
-
doubleUnique identifier for the category to which the product belongs. - category_name
-
characterThe name of the category to which the product belongs. - sub_category_key
-
doubleUnique identifier for the subcategory to which the product belongs. - sub_category_name
-
characterThe name of the subcategory to which the product belongs.
Source
https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data