ProductGroup
I have created a dataset for product groups
@kaggle.omikumarmakadia2121_productgroup
I have created a dataset for product groups
@kaggle.omikumarmakadia2121_productgroup
A product group dataset is a structured collection of data that contains information about products or items that belong to specific categories or groups. These datasets are commonly used in various industries, including retail, e-commerce, inventory management, and market analysis, to organize and analyze information about products in a systematic way. Here are some key aspects and components of a product group dataset:
CREATE TABLE productgroups (
"product_family" VARCHAR,
"sum_of_count_of_orders" BIGINT,
"avg_product_weight_in_kg" DOUBLE,
"unnamed_3" VARCHAR -- Unnamed: 3,
"product_family_1" VARCHAR,
"count" DOUBLE,
"weight" DOUBLE,
"cluster" BIGINT
);Anyone who has the link will be able to view this.