Tableau Prep+Python:Basket Case Analysis with Superstore
Setup: People who bought product X and product Y might be interested in product Z.
By analyzing a lot of transactional data we try to distill association rules to make such statements.
The output table out the Tableau Prep flow can be implemented in various ways.
Tools: Tableau Prep + Python Script (MLextend) Create an association rules (a priori algorithm) table making use of the Superstore dataset.