whosale | R Documentation |
The 'whosale' dataset contains information about wholesale customers' annual spending on various product categories.
data(whosale)
A data frame with 440 rows and 8 columns.
This dataset includes the following columns:
Type of customer, either 'Horeca' (Hotel/Restaurant/Cafe), coded as 1
or 'Retail' coded as 2
.
Geographic region of the customer, either 'Lisbon', 'Oporto', or 'Other'. Coded as {1,2,3}
, respectively.
Annual spending (in monetary units) on fresh products.
Annual spending on milk products.
Annual spending on grocery products.
Annual spending on frozen products.
Annual spending on detergents and paper products.
Annual spending on delicatessen products.
The 'whosale' dataset is sourced from the UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/wholesale+customers
data(whosale)
head(whosale)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.