We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062e31d commit f69be7cCopy full SHA for f69be7c
pull_requests_and_issues/README.md
@@ -14,7 +14,7 @@ All configuration is in the `cfg.py`. Configs needed to change would be:
14
## 0_get_gharchive_events.py
15
Downloads evnets from the GHArchive. Done on one thread and with a delay in order to not overvelm the server.
16
17
-## 2_parse_pull_request_events.ipynb
+## 1_parse_issue_and_pr_events.ipynb
18
Extracts Issues and PRs information from the events, groups events by Issue or PR id, combines them into Issues or PR and splits to Issue and PRs.
19
- `issues` dataset is stored by default in `root_path/issues_prs_grouped`
20
- `pull requests` are stored by default in `root_path/pr_grouped` for further processing
0 commit comments