Grocery Store Data Set
This is a small data set consisting of 20 transactions.
@kaggle.shazadudwadia_supermarket
This is a small data set consisting of 20 transactions.
@kaggle.shazadudwadia_supermarket
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.
CREATE TABLE grocerystoredataset (
"milk_bread_biscuit" VARCHAR
);Anyone who has the link will be able to view this.