python -m venv env
source env/bin/activate # For Linux/Mac
.\env\Scripts\activate # For Windows
python setup_environment.py
python main.py
See output csv files in output_uniq folder
To limit amount of data that will be processed, set the ROWS_TO_PROCESS variable in process_csv_file.py accordingly.
4 commits
Python
100.0%
python -m venv env
source env/bin/activate # For Linux/Mac
.\env\Scripts\activate # For Windows
python setup_environment.py
python main.py
See output csv files in output_uniq folder
To limit amount of data that will be processed, set the ROWS_TO_PROCESS variable in process_csv_file.py accordingly.
4 commits
Python
100.0%