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.
productA data frame with 14 columns:
double Unique identifier for each product.
character A code that uniquely identifies the product.
character The name or description of the product.
character The name of the manufacturer of the product.
character The brand of the product.
character The color of the product.
character The unit of measurement for the product's weight (e.g., "kg", "lbs").
double The weight of the product.
double The cost price of the product.
double The selling price of the product.
double Unique identifier for the category to which the product belongs.
character The name of the category to which the product belongs.
double Unique identifier for the subcategory to which the product belongs.
character The name of the subcategory to which the product belongs.