Baselight

Grocery Store Data Set

This is a small data set consisting of 20 transactions.

@kaggle.shazadudwadia_supermarket

Loading...
Loading...

About this Dataset

Grocery Store Data Set

For my Data Mining lab where we had to execute algorithms like apriori, it was very difficult to get a small data set with only a few transactions. It was infeasible to run the algorithm with datasets containing over 10000 transactions. This dataset contains 11 items : JAM, MAGGI, SUGAR, COFFEE, CHEESE, TEA, BOURNVITA, CORNFLAKES, BREAD, BISCUIT and MILK.

Tables

Grocerystoredataset

@kaggle.shazadudwadia_supermarket.grocerystoredataset
  • 1.82 KB
  • 19 rows
  • 1 column
Loading...

CREATE TABLE grocerystoredataset (
  "milk_bread_biscuit" VARCHAR
);

Share link

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