Script to filter the data
buildTable.py is a script that:
- Reads in the csv file for each program (pass in the folder with the files) Then for each file:
- Removes the first 10% of the program versions
- Removes any program version where there are no test failures
- Saves this filtered data to a new csv file that is named the same as the csv file passed in. The output folder you specify when prompted is the folder the file will be saved to.