This dataset contains information about products in the Contonso 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.
Format
A data frame with 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 unit of measurement for the product's weight (e.g., "kg", "lbs").- weight
doubleThe weight of the product.- 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.
