I have a dataset of shape 754 rows and 6366 columns. I applied TransactionEncoder() on it, before applyting Apriori algorithm.
My code:
import mlxtend from