Datasets:
sync python/cpython +70.9K PRs +7.4K reviews +95.7K timeline +46.5K pr_files — 2026-06-02 07:02 UTC
Browse filespull_requests 71.8K +70.9K
reviews 7.4K +7.4K
timeline_events 102.0K +95.7K
pr_files 46.5K +46.5K
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 2 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.
|
| 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,7 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **python/cpython** |
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
@@ -69,7 +69,7 @@ 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 |
-
| **python/cpython** | 148.1K |
|
| 73 |
|
| 74 |
## How to download and use this dataset
|
| 75 |
|
|
@@ -362,12 +362,12 @@ CI/CD status checks and GitHub Actions results for each commit.
|
|
| 362 |
| Table | Rows | Description |
|
| 363 |
|-------|-----:|-------------|
|
| 364 |
| `issues` | 224.8K | Issues and pull requests (shared metadata) |
|
| 365 |
-
| `pull_requests` |
|
| 366 |
-
| `reviews` |
|
| 367 |
-
| `timeline_events` |
|
| 368 |
-
| `pr_files` |
|
| 369 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 370 |
-
| **Total** | **1.
|
| 371 |
|
| 372 |
## How it's built
|
| 373 |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 2 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.3M rows** across 8 tables in **15.3 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 07:02 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **python/cpython** | — | +70.9K | — | +7.4K | +95.7K |
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
|
|
| 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 |
+
| **python/cpython** | 148.1K | 71.8K | 0 | 7.4K | 102.0K | 375.8K | 2026-06-02 04:39 UTC |
|
| 73 |
|
| 74 |
## How to download and use this dataset
|
| 75 |
|
|
|
|
| 362 |
| Table | Rows | Description |
|
| 363 |
|-------|-----:|-------------|
|
| 364 |
| `issues` | 224.8K | Issues and pull requests (shared metadata) |
|
| 365 |
+
| `pull_requests` | 77.0K | PR-specific fields (merge status, diffs, refs) |
|
| 366 |
+
| `reviews` | 7.7K | PR review decisions |
|
| 367 |
+
| `timeline_events` | 869.5K | Activity timeline (labels, closes, merges, assignments) |
|
| 368 |
+
| `pr_files` | 129.8K | Files changed in each pull request |
|
| 369 |
| `commit_statuses` | 761 | CI/CD status checks per commit |
|
| 370 |
+
| **Total** | **1.3M** | |
|
| 371 |
|
| 372 |
## How it's built
|
| 373 |
|
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:3cf2e8a212931c16a84071c36e61a830d35cf2cb26872d764811a9118c53d672
|
| 3 |
+
size 256632
|
data/pull_requests/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:586054074eedc3e64845e9959fba9e3e9ed71c885083006125448b4c4f3ab571
|
| 3 |
+
size 4359482
|
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:658040dc083c5bf23132f7c5f5ad91d30ddf7229ace53ea35a6031f0233e2913
|
| 3 |
+
size 227356
|
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:0f7c8e6cccf93c2e0804f753a39df6524c5512b9d7aaed9ef632bc4600f04558
|
| 3 |
+
size 11174963
|
stats.csv
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 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-02T07:02:46Z,golang/go,76732,5150,0,0,303,767504,83326,761,933776
|
| 3 |
+
2026-06-02T07:02:46Z,python/cpython,148096,71844,0,0,7377,102032,46487,0,375836
|
| 4 |
+
2026-06-02T07:02:46Z,_total,224828,76994,0,0,7680,869536,129813,761,1309612
|