- python 3.7
- pandas 0.24.2
- requests 2.21.0
- matplotlib 3.0.3
- scipy 1.2.1
python get_stat.py <input_csv> <repo_path> <output_name>
python analyze_extracted.py ../data/all_commits_extracted.csv ../result
The generated box plots and aggregated data will be stored in result
folder
- see
table_legend
for descriptions of column names
To develop more analysis method, add methods to class IssueReport
.
This class can be used to separate different categories (i.e. BUG, RFE, etc.)
OR to separate is_unittested = True
from is_unittested = False
, etc.