Baselight

ProductGroup

I have created a dataset for product groups

@kaggle.omikumarmakadia2121_productgroup

Loading...
Loading...

About this Dataset

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:

Tables

Productgroups

@kaggle.omikumarmakadia2121_productgroup.productgroups
  • 10.46 KB
  • 73 rows
  • 8 columns
Loading...

CREATE TABLE productgroups (
  "product_family" VARCHAR,
  "sum_of_count_of_orders" BIGINT,
  "avg_product_weight_in_kg" DOUBLE,
  "unnamed_3" VARCHAR,
  "product_family_1" VARCHAR,
  "count" DOUBLE,
  "weight" DOUBLE,
  "cluster" BIGINT
);

Share link

Anyone who has the link will be able to view this.