Wholesale Customers Data
Reveal Patterns in Wholesale Purchasing Behavior
@kaggle.saurabhbadole_wholesale_customers_data
Reveal Patterns in Wholesale Purchasing Behavior
@kaggle.saurabhbadole_wholesale_customers_data
Description:
Dive into the world of wholesale customer data and uncover insights into purchasing behavior across different channels and regions. This dataset offers a comprehensive view of annual spending on various product categories, providing valuable information for market segmentation and customer classification.
Features:
Region: Categorical feature indicating the region of purchase, with options including Lisbon, Oporto, or Other.
Fresh: Continuous feature representing annual spending (in monetary units) on fresh products.
Milk: Continuous feature representing annual spending (in monetary units) on milk products.
Grocery: Continuous feature representing annual spending (in monetary units) on grocery products.
Frozen: Continuous feature representing annual spending (in monetary units) on frozen products.
Detergents_Paper: Continuous feature representing annual spending (in monetary units) on detergents and paper products.
Delicassen: Continuous feature representing annual spending (in monetary units) on delicatessen products.
Target Feature: Channel - Categorical feature indicating the type of channel, either Horeca (Hotel/Restaurant/Cafe) or Retail channel.
How the data can be used:
CREATE TABLE wholesale_customers_data (
"channel" BIGINT,
"region" BIGINT,
"fresh" BIGINT,
"milk" BIGINT,
"grocery" BIGINT,
"frozen" BIGINT,
"detergents_paper" BIGINT,
"delicassen" BIGINT
);
Anyone who has the link will be able to view this.