Add 2015-03-25 — 654.3K events, 14 files
Browse files- README.md +52 -25
- data/commit_comments/2015/03/25.parquet +3 -0
- data/creates/2015/03/25.parquet +3 -0
- data/deletes/2015/03/25.parquet +3 -0
- data/forks/2015/03/25.parquet +3 -0
- data/issue_comments/2015/03/25.parquet +3 -0
- data/issues/2015/03/25.parquet +3 -0
- data/members/2015/03/25.parquet +3 -0
- data/pr_review_comments/2015/03/25.parquet +3 -0
- data/public_events/2015/03/25.parquet +3 -0
- data/pull_requests/2015/03/25.parquet +3 -0
- data/pushes/2015/03/25.parquet +3 -0
- data/releases/2015/03/25.parquet +3 -0
- data/stars/2015/03/25.parquet +3 -0
- data/wiki_pages/2015/03/25.parquet +3 -0
- stats.csv +4 -1
README.md
CHANGED
|
@@ -61,9 +61,9 @@ configs:
|
|
| 61 |
|
| 62 |
This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
|
| 63 |
|
| 64 |
-
The archive currently spans from **2011-02-12** to **2015-03-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 102.
|
| 67 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
-
**2026-03-29** — 3,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 216.2K
|
|
@@ -88,7 +88,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 88 |
11:00 ███████████████████████████░░░ 250.9K
|
| 89 |
12:00 ██████████████████████████████ 269.8K
|
| 90 |
13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
|
| 91 |
-
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 93 |
16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 94 |
17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
@@ -139,7 +139,7 @@ duckdb.sql("""
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
-
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 36.
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -148,7 +148,7 @@ duckdb.sql("""
|
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
| 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
-
| 2015 |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
-
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 18.
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
-
2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
-
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 3.
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 149,
|
| 643 |
-
| `issues` | IssuesEvent | 16,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 26,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 12,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,
|
| 647 |
-
| `stars` | WatchEvent | 27,
|
| 648 |
-
| `forks` | ForkEvent | 10,
|
| 649 |
-
| `creates` | CreateEvent | 37,
|
| 650 |
-
| `deletes` | DeleteEvent | 4,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 4,
|
| 654 |
-
| `members` | MemberEvent |
|
| 655 |
-
| `public_events` | PublicEvent |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
|
@@ -662,4 +662,31 @@ The pipeline has two modes that work together:
|
|
| 662 |
|
| 663 |
**Live mode** captures events directly from the GitHub Events API in near-real-time. Multiple API tokens poll concurrently with adaptive pagination (up to 300 events per cycle). Events are deduplicated by ID, bucketed into 5-minute blocks by their `created_at` timestamp, and written as Parquet files. Each block is pushed to HuggingFace immediately after writing. On each hour boundary, the corresponding GH Archive file is downloaded and merged into the typed daily tables for complete coverage.
|
| 664 |
|
| 665 |
-
All scalar fields are fully flattened into typed columns. Variable-length arrays (commits, labels, assets, topics, assignees) are stored as native Parquet LIST columns — no JSON strings. All `*_at` timestamp fields use the Parquet TIMESTAMP type (UTC microsecond precision), so DuckDB, pandas, Spark, and the HuggingFace viewer all read them as
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
|
| 63 |
|
| 64 |
+
The archive currently spans from **2011-02-12** to **2015-03-29** (1,465 days), totaling **298,026,146 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
|
| 65 |
|
| 66 |
+
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 102.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.1 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
|
| 67 |
|
| 68 |
The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
|
| 69 |
|
|
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
+
**2026-03-29** — 3,195,825 events in 158 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 216.2K
|
|
|
|
| 88 |
11:00 ███████████████████████████░░░ 250.9K
|
| 89 |
12:00 ██████████████████████████████ 269.8K
|
| 90 |
13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1K
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.4K
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 93 |
16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 94 |
17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
+
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **9,185,827 events** in 4,149 blocks.
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
|
|
| 139 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ██████████████████░░░░░░░░░░░░ 76.2M
|
| 141 |
2014 ██████████████████████████████ 124.6M
|
| 142 |
+
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 36.7M
|
| 143 |
```
|
| 144 |
|
| 145 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
| 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
|
| 151 |
+
| 2015 | 75 | 36,720,468 | 489,606 | 12.1 GB | 6.0 GB | 49m22s | 2h01m | 1h46m |
|
| 152 |
|
| 153 |
|
| 154 |
### Pushes per year
|
|
|
|
| 160 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ██████████████████░░░░░░░░░░░░ 38.9M
|
| 162 |
2014 ██████████████████████████████ 63.1M
|
| 163 |
+
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 18.2M
|
| 164 |
```
|
| 165 |
|
| 166 |
|
|
|
|
| 181 |
2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ██████████████████░░░░░░░░░░░░ 4.4M
|
| 183 |
2014 ██████████████████████████████ 7.3M
|
| 184 |
+
2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.9M
|
| 185 |
```
|
| 186 |
|
| 187 |
|
|
|
|
| 226 |
2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
2013 ███████████████████░░░░░░░░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 11.2M
|
| 229 |
+
2015 ████████░░░░░░░░░░░░░░░░░░░░░░ 3.3M
|
| 230 |
```
|
| 231 |
|
| 232 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 149,444,269 | 50.1% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 16,951,089 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 26,375,637 | 8.9% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 12,566,185 | 4.2% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 3,271,480 | 1.1% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 27,459,738 | 9.2% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 10,410,148 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 37,288,293 | 12.5% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 4,294,341 | 1.4% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 508,949 | 0.2% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,572,815 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 4,376,011 | 1.5% | Wiki page edits |
|
| 654 |
+
| `members` | MemberEvent | 329,840 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 280,274 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
|
|
|
| 662 |
|
| 663 |
**Live mode** captures events directly from the GitHub Events API in near-real-time. Multiple API tokens poll concurrently with adaptive pagination (up to 300 events per cycle). Events are deduplicated by ID, bucketed into 5-minute blocks by their `created_at` timestamp, and written as Parquet files. Each block is pushed to HuggingFace immediately after writing. On each hour boundary, the corresponding GH Archive file is downloaded and merged into the typed daily tables for complete coverage.
|
| 664 |
|
| 665 |
+
All scalar fields are fully flattened into typed columns. Variable-length arrays (commits, labels, assets, topics, assignees) are stored as native Parquet LIST columns — no JSON strings. All `*_at` timestamp fields use the Parquet TIMESTAMP type (UTC microsecond precision), so DuckDB, pandas, Spark, and the HuggingFace viewer all read them as native datetimes.
|
| 666 |
+
|
| 667 |
+
No events are filtered. Every public event captured by GH Archive appears in the corresponding table. Events with parse errors are logged and skipped (typically less than 0.01%).
|
| 668 |
+
|
| 669 |
+
## Known limitations
|
| 670 |
+
|
| 671 |
+
- **Full coverage starts 2015-01-01.** Events from 2011-02-12 to 2014-12-31 are included but parsed from the deprecated Timeline API format, which has less detail for some event types.
|
| 672 |
+
- **Bot activity.** A significant fraction of events (especially pushes and issues) are generated by bots such as Dependabot, Renovate, and CI systems. No bot filtering is applied.
|
| 673 |
+
- **Event lag.** GH Archive captures events with a small delay (roughly minutes). Events during GitHub outages may be missing.
|
| 674 |
+
- **Pre-2015 limitations.** IssuesEvent and IssueCommentEvent from 2012-2014 contain only integer IDs (no title, body, or state) because the old API did not include full objects in event payloads.
|
| 675 |
+
|
| 676 |
+
## Personal information
|
| 677 |
+
|
| 678 |
+
All data was already public on GitHub. Usernames, user IDs, and repository information are included as they appear in the GitHub Events API. Email addresses may appear in commit metadata within PushEvent payloads (from public git commit objects). No private repository data is present.
|
| 679 |
+
|
| 680 |
+
## License
|
| 681 |
+
|
| 682 |
+
Released under the **[Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/)**. The underlying data is sourced from the public GitHub Events API via GH Archive. GitHub's Terms of Service apply to the original data.
|
| 683 |
+
|
| 684 |
+
## Credits
|
| 685 |
+
|
| 686 |
+
- **[GH Archive](https://www.gharchive.org/)** by [Ilya Grigorik](https://www.igvita.com/), the foundational project that has recorded every public GitHub event since 2011
|
| 687 |
+
- **[GitHub Events API](https://docs.github.com/en/rest/activity/events)**, the source data stream
|
| 688 |
+
- Built with [Apache Parquet](https://parquet.apache.org/) (Go), published via [HuggingFace Hub](https://huggingface.co/)
|
| 689 |
+
|
| 690 |
+
## Contact
|
| 691 |
+
|
| 692 |
+
Questions, feedback, or issues? Open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-github/discussions).
|
data/commit_comments/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d19b16d01b22bcdf06839e36c80a5c5ba3f0515d85c58fb8fb36132da9de93cd
|
| 3 |
+
size 498338
|
data/creates/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4232aac7804c35385c8aa1b5ea35f09618abb97383cb832b7cd16973dccb6d5a
|
| 3 |
+
size 3436945
|
data/deletes/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2659cd409ff60257129345d493b8d12220aa8f5d62f8186ee8c4134b4cf43933
|
| 3 |
+
size 489016
|
data/forks/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ea95f1d780d7bfadfb0c3d4a1c54d90e578cd25778bbc6d296f7131b3ae3ee8
|
| 3 |
+
size 2323438
|
data/issue_comments/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c82207ee9f3b26af137e929bcd0a74566c43c75094067d9f2a90b0ed47d30d1
|
| 3 |
+
size 11041773
|
data/issues/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d16844fec547b8a84282f4e3e8ea0d3d4ccc559d1e0f53de9fa89f9aa057809e
|
| 3 |
+
size 7689591
|
data/members/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5df8c3bde69bb95072ad01de3be9d233fc935b0ce922f2d870f57c9c673c9de
|
| 3 |
+
size 136809
|
data/pr_review_comments/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5457fb7fafc35ccfe8e91a6c9dc295a1185de260f7b30807306be7cf6dde632
|
| 3 |
+
size 3882851
|
data/public_events/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7458430deeaad75c8d2d5ebb83fd97725a8856e6f334f8b550b0634170cef392
|
| 3 |
+
size 30244
|
data/pull_requests/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59d0dd0956f281d34dd53229e6fad6905748e901ded1bcb59d559c2d8d1ff621
|
| 3 |
+
size 5827470
|
data/pushes/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed8ea03e5f7f82ed1b513bb8f297b236ab4ed58656f5675a296e87a0be8a8725
|
| 3 |
+
size 76770647
|
data/releases/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b4b43988eef1a61f25bf535fcffe8070ae4a5b878164b20b59e3267d402b6eb
|
| 3 |
+
size 269010
|
data/stars/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c14f8bc6eeba2d61521537c20e3c0915d7a242b59a0dbbcee00ed3be1ea1760f
|
| 3 |
+
size 2032839
|
data/wiki_pages/2015/03/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4443cc673eb1a9ffb33f4ff350eea75478bd5e534616be8765eff3da1cbaba5
|
| 3 |
+
size 414176
|
stats.csv
CHANGED
|
@@ -1460,4 +1460,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1460 |
2015-03-18,636362,0,311019,29105,59739,32741,0,11341,54586,21715,81631,13101,1901,8638,6771,3488,586,0,240564411,122.1,113456669,42.5,122.1,48.8
|
| 1461 |
2015-03-24,656060,0,319061,30333,61973,33208,0,11100,60069,21828,84760,15642,2053,4609,7028,3743,653,0,0,0.0,115734807,0.0,0.0,18.4
|
| 1462 |
2015-03-25,654308,0,312738,30160,60261,33286,0,11189,61208,22138,90926,15301,1984,3843,7036,3498,740,0,246115792,133.4,114843147,62.9,133.4,0.0
|
| 1463 |
-
2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,
|
|
|
|
|
|
|
|
|
|
|
|
| 1460 |
2015-03-18,636362,0,311019,29105,59739,32741,0,11341,54586,21715,81631,13101,1901,8638,6771,3488,586,0,240564411,122.1,113456669,42.5,122.1,48.8
|
| 1461 |
2015-03-24,656060,0,319061,30333,61973,33208,0,11100,60069,21828,84760,15642,2053,4609,7028,3743,653,0,0,0.0,115734807,0.0,0.0,18.4
|
| 1462 |
2015-03-25,654308,0,312738,30160,60261,33286,0,11189,61208,22138,90926,15301,1984,3843,7036,3498,740,0,246115792,133.4,114843147,62.9,133.4,0.0
|
| 1463 |
+
2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,94.9
|
| 1464 |
+
2015-03-27,272418,0,0,24941,47205,25822,0,8305,50803,17390,69134,10333,1722,7293,5893,2982,595,0,0,0.0,30254539,0.0,0.0,0.0
|
| 1465 |
+
2015-03-28,344279,0,171907,17265,30345,14714,0,3087,31193,11603,47973,6567,1117,2565,3432,2140,371,0,119325302,42.3,59485543,23.5,42.3,0.0
|
| 1466 |
+
2015-03-29,134440,0,70740,5614,8903,5297,0,1180,13576,4812,18787,2224,399,608,1563,616,121,0,0,0.0,22037894,0.0,0.0,0.0
|