Datasets:
sync pytorch/pytorch +4 issues +3 PRs +335 timeline — 2026-05-30 15:07 UTC
Browse filesissues 185.0K +4
pull_requests 107.4K +3
timeline_events 10.3K +335
- README.md +4 -15
- data/issues/pytorch/pytorch/0.parquet +2 -2
- data/pull_requests/pytorch/pytorch/0.parquet +2 -2
- data/timeline_events/pytorch/pytorch/0.parquet +2 -2
- stats.csv +18 -18
README.md
CHANGED
|
@@ -41,7 +41,7 @@ configs:
|
|
| 41 |
|
| 42 |
The full development metadata of 17 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 **19.5M 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-05-30
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
@@ -61,18 +61,7 @@ New items since the previous publish:
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
-
| **
|
| 65 |
-
| **duckdb/duckdb** | +2 | +2 | +5 | — | +29 |
|
| 66 |
-
| **etcd-io/etcd** | — | — | +8 | +5 | +34 |
|
| 67 |
-
| **facebook/react** | +1 | — | — | +2 | +5 |
|
| 68 |
-
| **golang/go** | +3 | — | +20 | — | +291 |
|
| 69 |
-
| **kubernetes/kubernetes** | — | — | +8 | +1 | +138 |
|
| 70 |
-
| **mdn/content** | +2 | +2 | +1 | — | +13 |
|
| 71 |
-
| **pingcap/tidb** | +5 | +4 | +45 | +2 | +501 |
|
| 72 |
-
| **python/cpython** | +11 | +8 | +30 | +13 | +3.7K |
|
| 73 |
-
| **redis/redis** | — | — | — | — | +2 |
|
| 74 |
-
| **rust-lang/rust** | +7 | +5 | +124 | +34 | +360 |
|
| 75 |
-
| **swiftlang/swift** | — | — | +6 | — | +21 |
|
| 76 |
|
| 77 |
|
| 78 |
## Repositories
|
|
@@ -90,7 +79,7 @@ New items since the previous publish:
|
|
| 90 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
|
| 91 |
| **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
|
| 92 |
| **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
|
| 93 |
-
| **pytorch/pytorch** | 185.0K | 107.4K | 0 | 0 | 10.
|
| 94 |
| **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
|
| 95 |
| **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
|
| 96 |
| **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
|
|
|
|
| 41 |
|
| 42 |
The full development metadata of 17 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 **19.5M rows** across 8 tables in **67.5 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-05-30 15:07 UTC**.
|
| 56 |
|
| 57 |
|
| 58 |
## Latest Sync
|
|
|
|
| 61 |
|
| 62 |
| Repository | Issues | PRs | Comments | Reviews | Timeline |
|
| 63 |
|---|---:|---:|---:|---:|---:|
|
| 64 |
+
| **pytorch/pytorch** | +4 | +3 | — | — | +335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
## Repositories
|
|
|
|
| 79 |
| **moby/moby** | 51.8K | 28.4K | 0 | 0 | 206.5K | 339.4K | 2026-05-30 12:18 UTC |
|
| 80 |
| **pingcap/tidb** | 68.4K | 45.3K | 502.3K | 166.2K | 78.3K | 1.3M | 2026-05-30 13:03 UTC |
|
| 81 |
| **python/cpython** | 107.3K | 71.8K | 878.0K | 63.2K | 90.7K | 1.6M | 2026-05-30 12:44 UTC |
|
| 82 |
+
| **pytorch/pytorch** | 185.0K | 107.4K | 0 | 0 | 10.3K | 302.7K | 2026-05-30 14:50 UTC |
|
| 83 |
| **redis/redis** | 14.8K | 7.8K | 83.8K | 28.5K | 17.8K | 222.1K | 2026-05-30 09:08 UTC |
|
| 84 |
| **rust-lang/rust** | 156.1K | 94.0K | 1.5M | 190.0K | 127.5K | 3.9M | 2026-05-30 12:53 UTC |
|
| 85 |
| **swiftlang/swift** | 85.6K | 67.8K | 452.9K | 110.6K | 33.8K | 1.5M | 2026-05-30 12:54 UTC |
|
data/issues/pytorch/pytorch/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:feb243e7a67680b6bb87e1017b85c790a93f7e96b93a6d29b3b7236351a53179
|
| 3 |
+
size 64476797
|
data/pull_requests/pytorch/pytorch/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:e93ef269f29b717f358ef3997c4194937955519affb0af09352bb7dcbc00076c
|
| 3 |
+
size 6209652
|
data/timeline_events/pytorch/pytorch/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:8f5d03f86062cd1648260972ff59f643a0f0d7f84ed6b62ee872e498af34e8d5
|
| 3 |
+
size 126007
|
stats.csv
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
-
2026-05-
|
| 3 |
-
2026-05-
|
| 4 |
-
2026-05-
|
| 5 |
-
2026-05-
|
| 6 |
-
2026-05-
|
| 7 |
-
2026-05-
|
| 8 |
-
2026-05-
|
| 9 |
-
2026-05-
|
| 10 |
-
2026-05-
|
| 11 |
-
2026-05-
|
| 12 |
-
2026-05-
|
| 13 |
-
2026-05-
|
| 14 |
-
2026-05-
|
| 15 |
-
2026-05-
|
| 16 |
-
2026-05-
|
| 17 |
-
2026-05-
|
| 18 |
-
2026-05-
|
| 19 |
-
2026-05-
|
|
|
|
| 1 |
updated_at,repository,issues,pull_requests,comments,review_comments,reviews,timeline_events,pr_files,commit_statuses,total_rows
|
| 2 |
+
2026-05-30T15:07:17Z,ClickHouse/ClickHouse,105015,76265,217074,112358,113907,124296,709264,348089,1806268
|
| 3 |
+
2026-05-30T15:07:17Z,duckdb/duckdb,19108,12179,46578,17324,13949,301056,214251,182378,806823
|
| 4 |
+
2026-05-30T15:07:17Z,etcd-io/etcd,21255,14038,89104,37755,29456,22444,123838,5342,343232
|
| 5 |
+
2026-05-30T15:07:17Z,facebook/react,34010,19524,138644,33030,31966,19255,205998,14656,497083
|
| 6 |
+
2026-05-30T15:07:17Z,golang/go,74843,5153,544760,168,183,80076,59488,172,764843
|
| 7 |
+
2026-05-30T15:07:17Z,kubernetes/kubernetes,138550,89648,1497594,444312,306204,149460,1499306,15383,4140457
|
| 8 |
+
2026-05-30T15:07:17Z,mdn/content,41177,31882,75066,85863,77950,18348,392739,2283,725308
|
| 9 |
+
2026-05-30T15:07:17Z,microsoft/TypeScript,62281,19122,286770,50577,41995,24042,589259,1215,1075261
|
| 10 |
+
2026-05-30T15:07:17Z,moby/moby,51772,28437,0,0,0,206461,52753,0,339423
|
| 11 |
+
2026-05-30T15:07:17Z,pingcap/tidb,68441,45291,381314,120953,166208,78326,440805,25756,1327094
|
| 12 |
+
2026-05-30T15:07:17Z,python/cpython,107257,71751,730524,147501,63240,90654,280122,71525,1562574
|
| 13 |
+
2026-05-30T15:07:17Z,pytorch/pytorch,185001,107401,0,0,0,10335,0,0,302737
|
| 14 |
+
2026-05-30T15:07:17Z,redis/redis,14823,7765,53958,29805,28465,17770,66793,2674,222053
|
| 15 |
+
2026-05-30T15:07:17Z,rust-lang/rust,156100,94008,1241721,247904,190007,127537,1804905,14455,3876637
|
| 16 |
+
2026-05-30T15:07:17Z,swiftlang/swift,85645,67787,348420,104524,110646,33845,698092,3170,1452129
|
| 17 |
+
2026-05-30T15:07:17Z,vuejs/core,12234,6236,32730,3699,4937,129933,22221,15480,227470
|
| 18 |
+
2026-05-30T15:07:17Z,vuejs/docs,3286,2260,4912,2143,2681,10239,15379,53,40953
|
| 19 |
+
2026-05-30T15:07:17Z,_total,1180798,698747,5689169,1437916,1181794,1444077,7175213,702631,19510345
|