implementation of Apriori algorithm using python3
-To run the program you must install python 3.
-install pandas if its not already installed by type this command in command line:
pip install pandas
1-data.csv is comma separated values file contains exemple of dataset.
2-To run the code.py open a command line and type:
python <path of code.py>
and enter minimun support that must be positive integer.
-The output will be the frequents items in the dataset.