To use this app please do the following:
- python3.8 -m venv venv # you can choose 3.8+ versions too
- source venv/bin/activate
- git clone https://github.com/ramimohammad/stats.git
- cd stats
- pip install -r requirements.txt
- python stats.py main_input.csv
Note : This script accept one csv file with main content and generates two csv files [ 0_output_file_name.csv : contains the product name with the avg of quantity ] [1_output_file_name.csv cotnains the product name with the brand names that have highest order frequency]