Datasets:
sync python/cpython +148.1K issues +71.8K PRs +17.9K reviews +261.6K timeline — 2026-06-05 04:01 UTC
Browse filesissues 148.1K +148.1K
pull_requests 71.8K +71.8K
reviews 17.9K +17.9K
timeline_events 261.6K +261.6K
pr_files 109.0K +109.0K
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 4 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
|
| 43 |
|
| 44 |
-
Right now the archive has **1.2M rows** across 8 tables in **
|
| 45 |
|
| 46 |
This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
|
| 47 |
|
|
@@ -52,7 +52,7 @@ People use it for:
|
|
| 52 |
- **Issue triage and classification** with full text, labels, and timeline
|
| 53 |
- **Software engineering process mining** from timeline event sequences
|
| 54 |
|
| 55 |
-
Last updated: **2026-06-
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -62,8 +62,6 @@ New items since the previous publish:
|
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
| **python/cpython** | +148.1K | +71.8K | — | +17.9K | +261.6K |
|
| 65 |
-
| **rust-lang/rust** | +156.4K | +93.9K | — | — | +16.6K |
|
| 66 |
-
| **vuejs/core** | +12.3K | +6.2K | +36.5K | +5.0K | +130.1K |
|
| 67 |
|
| 68 |
|
| 69 |
## Repositories
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 4 public GitHub repositories, fetched from the [GitHub REST API](https://docs.github.com/en/rest) and [GraphQL API](https://docs.github.com/en/graphql), converted to Parquet and hosted here for easy access.
|
| 43 |
|
| 44 |
+
Right now the archive has **1.2M rows** across 8 tables in **66.4 MB** of Zstd-compressed Parquet. Every issue, pull request, comment, code review, timeline event, file change, and CI status check is stored as a separate table you can load individually or query together.
|
| 45 |
|
| 46 |
This is the companion to [OpenGitHub](https://huggingface.co/datasets/open-index/open-github), which mirrors the real-time GitHub event stream via [GH Archive](https://www.gharchive.org/). That dataset tells you what happened across all of GitHub. This one gives you the full picture for specific repos: complete issue threads, full PR review conversations, the state machine from open to close.
|
| 47 |
|
|
|
|
| 52 |
- **Issue triage and classification** with full text, labels, and timeline
|
| 53 |
- **Software engineering process mining** from timeline event sequences
|
| 54 |
|
| 55 |
+
Last updated: **2026-06-05 04:01 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
| **python/cpython** | +148.1K | +71.8K | — | +17.9K | +261.6K |
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
stats.csv
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-06-
|
| 3 |
-
2026-06-
|
| 4 |
-
2026-06-
|
| 5 |
-
2026-06-
|
| 6 |
-
2026-06-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-05T04:01:24Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
|
| 3 |
+
2026-06-05T04:01:24Z,rust-lang/rust,156398,93900,0,0,0,16638,8350,0,275286
|
| 4 |
+
2026-06-05T04:01:24Z,vuejs/core,12251,6247,32769,3711,4950,130127,22302,15511,227868
|
| 5 |
+
2026-06-05T04:01:24Z,vuejs/docs,3283,2269,4909,2143,2686,35370,15379,655,66694
|
| 6 |
+
2026-06-05T04:01:24Z,_total,320028,174260,37678,5854,25549,443712,155051,16166,1178298
|