basket_db_funmart | R Documentation |
A dataset containing basket id, order id, products purchased in each basket and price of products. There were 200 products, with different probabilities for each, to select from in the fake grocery store, 'funmart'. Over 140,000 products were bought in all baskets combined. The customer ids were sampled from the order_db_funmart table (not customer_db_funmart) to ensure that only customers that actually placed an order appear in the basket_db_funmart table.
data(basket_db_funmart)
A data frame with 144,159 rows and 4 variables:
unique basket id
order id foreign key related to order_db_funmart
product name
product price
The product names and prices were collected from https://www.ocado.com and https://www.elgrocer.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.