No description
- Python 91.7%
- R 3%
- Shell 2.8%
- Perl 2.5%
| .idea | ||
| code | ||
| data | ||
| extraction | ||
| resultat | ||
| test | ||
| README.md | ||
In this analysis we try to extract the different structures:
done
-
lambda
-
listComp
-
=> first result in file result_100commit.csv
in progress
- filter
- map
- reduce
in all python files.
the projects selected must follow this characteristics:
- they have some python file (python notebook is a no go alias ipnb)
- they have 100 or more commits
- they have issue tracker with 100 or more issues
- they have a commit in the last year
format of commit files file info.csv: columns: hash,date,commit_message,number file added, number file deleted, number modified file, churn churn: json file containing for each file the number of total code churn for each file - negative number means removed - positive number means added