Datasets:
sync python/cpython +580 reviews +12.7K timeline +34.0K pr_files — 2026-06-02 10:08 UTC
Browse filesreviews 17.9K +580
timeline_events 261.6K +12.7K
pr_files 109.0K +34.0K
- README.md +13 -11
- data/pr_files/python/cpython/0.parquet +2 -2
- data/reviews/python/cpython/0.parquet +2 -2
- data/timeline_events/python/cpython/0.parquet +2 -2
- stats.csv +4 -3
README.md
CHANGED
|
@@ -39,9 +39,9 @@ configs:
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
-
The full development metadata of
|
| 43 |
|
| 44 |
-
Right now the archive has **1.
|
| 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-02
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,7 +61,8 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -69,7 +70,8 @@ New items since the previous publish:
|
|
| 69 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 70 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 71 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 72 |
-
| **
|
|
|
|
| 73 |
|
| 74 |
## How to download and use this dataset
|
| 75 |
|
|
@@ -361,13 +363,13 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 361 |
|
| 362 |
| Table | Rows | Description |
|
| 363 |
|-------|-----:|-------------|
|
| 364 |
-
| `issues` |
|
| 365 |
-
| `pull_requests` |
|
| 366 |
-
| `reviews` |
|
| 367 |
-
| `timeline_events` | 1.
|
| 368 |
-
| `pr_files` |
|
| 369 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 370 |
-
| **Total** | **1.
|
| 371 |
|
| 372 |
## How it's built
|
| 373 |
|
|
|
|
| 39 |
|
| 40 |
## What is it?
|
| 41 |
|
| 42 |
+
The full development metadata of 3 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.7M rows** across 8 tables in **43.6 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-02 10:08 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **mdn/content** | +42.2K | +31.9K | — | +3.3K | +37.7K |
|
| 65 |
+
| **python/cpython** | — | — | — | +580 | +12.7K |
|
| 66 |
|
| 67 |
|
| 68 |
## Repositories
|
|
|
|
| 70 |
| Repository | Issues | PRs | Comments | Reviews | Timeline | Total | Last Updated |
|
| 71 |
|---|---:|---:|---:|---:|---:|---:|---|
|
| 72 |
| **golang/go** | 76.7K | 5.2K | 0 | 303 | 767.5K | 933.8K | 2026-06-01 22:17 UTC |
|
| 73 |
+
| **mdn/content** | 42.2K | 31.9K | 0 | 3.3K | 37.7K | 134.2K | 2026-06-02 09:13 UTC |
|
| 74 |
+
| **python/cpython** | 148.1K | 71.8K | 0 | 17.9K | 261.6K | 608.5K | 2026-06-02 04:39 UTC |
|
| 75 |
|
| 76 |
## How to download and use this dataset
|
| 77 |
|
|
|
|
| 363 |
|
| 364 |
| Table | Rows | Description |
|
| 365 |
|-------|-----:|-------------|
|
| 366 |
+
| `issues` | 267.0K | Issues and pull requests (shared metadata) |
|
| 367 |
+
| `pull_requests` | 108.9K | PR-specific fields (merge status, diffs, refs) |
|
| 368 |
+
| `reviews` | 21.5K | PR review decisions |
|
| 369 |
+
| `timeline_events` | 1.1M | Activity timeline (labels, closes, merges, assignments) |
|
| 370 |
+
| `pr_files` | 211.5K | Files changed in each pull request |
|
| 371 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 372 |
+
| **Total** | **1.7M** | |
|
| 373 |
|
| 374 |
## How it's built
|
| 375 |
|
data/pr_files/python/cpython/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a04d28ac22c15815419c45e888d3a4d84417ef5d6522942c4c8157f644f46697
|
| 3 |
+
size 523757
|
data/reviews/python/cpython/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b191407ea619561444b507faa600e3fbf7f4648bdb4445b1a84364792c0b51ac
|
| 3 |
+
size 567838
|
data/timeline_events/python/cpython/0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4c6d1bcd386169867a2132d5c65e562f83b9041fa5fc1a2737a8daadd3eacfd
|
| 3 |
+
size 28406422
|
stats.csv
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 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-
|
|
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-06-02T10:08:46Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
|
| 3 |
+
2026-06-02T10:08:46Z,mdn/content,42151,31911,0,0,3295,37669,19188,0,134214
|
| 4 |
+
2026-06-02T10:08:46Z,python/cpython,148096,71844,0,0,17913,261577,109020,0,608450
|
| 5 |
+
2026-06-02T10:08:46Z,_total,266979,108905,0,0,21511,1066750,211534,761,1676440
|