Market Basket Analysis Data
This data set has been uploaded for association rules analysis such as apriori.
@kaggle.ahmtcnbs_datasets_for_appiori
This data set has been uploaded for association rules analysis such as apriori.
@kaggle.ahmtcnbs_datasets_for_appiori
CREATE TABLE basket_analysis (
"unnamed_0" BIGINT,
"apple" BOOLEAN,
"bread" BOOLEAN,
"butter" BOOLEAN,
"cheese" BOOLEAN,
"corn" BOOLEAN,
"dill" BOOLEAN,
"eggs" BOOLEAN,
"ice_cream" BOOLEAN,
"kidney_beans" BOOLEAN,
"milk" BOOLEAN,
"nutmeg" BOOLEAN,
"onion" BOOLEAN,
"sugar" BOOLEAN,
"unicorn" BOOLEAN,
"yogurt" BOOLEAN,
"chocolate" BOOLEAN
);
Anyone who has the link will be able to view this.