Skip to content

Commit f69be7c

Browse files
committed
corrected step name
1 parent 062e31d commit f69be7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pull_requests_and_issues/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All configuration is in the `cfg.py`. Configs needed to change would be:
1414
## 0_get_gharchive_events.py
1515
Downloads evnets from the GHArchive. Done on one thread and with a delay in order to not overvelm the server.
1616

17-
## 2_parse_pull_request_events.ipynb
17+
## 1_parse_issue_and_pr_events.ipynb
1818
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.
1919
- `issues` dataset is stored by default in `root_path/issues_prs_grouped`
2020
- `pull requests` are stored by default in `root_path/pr_grouped` for further processing

0 commit comments

Comments
 (0)