tamnd commited on
Commit
0d8756e
·
verified ·
1 Parent(s): 15e3019

Add 2012-06-23 to 2012-06-29 — 7 days, 832.9K events, 7 files

Browse files
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-01-03** (1,212 days), totaling **201,054,635 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 59.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.5 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
 
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ████████████████████████████░░ 70.2M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
- | 2012 | 328 | 37,805,515 | 115,260 | 10.1 GB | 1.9 GB | 1h50m | 2h57m | 1h47m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 215 | 70,221,376 | 326,611 | 23.3 GB | 6.4 GB | 2h22m | 13h15m | 3h16m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ████████████████████████████░░ 35.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
178
  2011 ██████░░░░░░░��░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ██████████████░░░░░░░░░░░░░░░░ 2.1M
180
  2013 ██████████████████████████████ 4.3M
181
- 2014 █████████████████████████░░░░ 3.7M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -200,7 +200,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.6M
203
- 2013 ███████████████████████████░░ 2.9M
204
  2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ███████████████████████████░░ 6.5M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 100,881,651 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,106,533 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,467,830 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,138,627 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,876,816 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,927,541 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,181,613 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,577,495 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,604,226 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 248,678 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,872,992 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,278,478 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 185,621 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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-01-03** (1,214 days), totaling **201,484,356 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 59.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.4 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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ███████████████░░░░░░░░░░░░░░░ 37.9M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ████████████████████████████░░ 70.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
+ | 2012 | 329 | 37,889,008 | 115,164 | 10.1 GB | 1.8 GB | 1h48m | 2h57m | 1h44m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 216 | 70,567,604 | 326,701 | 23.5 GB | 6.5 GB | 2h23m | 13h21m | 3h16m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ████████████████████████████░░ 35.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░��░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ██████████████░░░░░░░░░░░░░░░░ 2.1M
180
  2013 ██████████████████████████████ 4.3M
181
+ 2014 █████████████████████████░░░░ 3.7M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.6M
203
+ 2013 ███████████████████████████░░ 2.9M
204
  2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ███████████████████████████░░ 6.5M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 101,090,729 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,129,413 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,508,342 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,157,051 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,882,404 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,966,391 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,195,556 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,639,062 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,611,310 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 249,734 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,876,772 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,283,447 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 186,009 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/06/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6c9b16bc6af8f041f906544e517d0fb76980425c5fd5954f580ed26879847e4
3
- size 147435
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c613bb0bab1800185c0f208edb9782b30a2747c73bceaa6247ff7eb8d9ac4b34
3
+ size 306328
data/stars/2012/06/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87af31a9df1d2a16859835881e9a0911dd587cede6a1c2effccf723fbcd8592d
3
- size 173532
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d343950e62b30f8abaa6b65698150b560901f9825f3212cf5d693fbf0579e428
3
+ size 363468
data/stars/2012/06/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:242b0d0b44694a8a3a4f8e6a2acedeeea89b536e5f6d32a76afd7f82a2e0c206
3
- size 264756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c8002f4c8f793a24cb9f9a803e19f674df2f63928e29a685c1d8d8c2ac1eaa
3
+ size 544491
data/stars/2012/06/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fb0a4df95c0797db6f5f4070c156a58ffa0c9c8005c517da5e30a8026fee963
3
- size 284389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0305449c1d49fbebed22e37b9900a210a21f4141365e16f0b7138b5747391396
3
+ size 576103
data/stars/2012/06/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4a25d456cb3c50579ffc358b7271d05ad7d4369df89c18ec65645acc6e86d21
3
- size 249292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99483f64b5924a60c0d0feaadaf1f01fb7ab8ffc32f06dc64f0dced30f0b05f2
3
+ size 511928
data/stars/2012/06/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:363807b99ce8e176dbee798f1f8e9307fae9440b6e64d8a2b7056eed831c7350
3
- size 241544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4158d36cdb38385d89cef41400a260bdefc0bab3b981d5a2c1115cd3f8a80c1
3
+ size 496793
data/stars/2012/06/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc446392911e9448cb25b9eba468a1dc4eb12572f3174f32ba39b8068dd46b5d
3
- size 214643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9ab3c1fa2845ff5d9ea31de9b30f567c6dae9c1fcfc47abfe503ac1db96ef7
3
+ size 443760
stats.csv CHANGED
@@ -489,20 +489,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
489
  2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,27.8,514896,17.6,27.8,4.8
490
  2012-06-14,128937,532,61465,7351,9795,4151,0,1293,12637,4296,22983,658,0,1422,2230,0,124,0,34801025,24.4,507221,16.7,24.4,4.8
491
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,19.8,461138,7.6,19.8,4.8
492
- 2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,13.6,335477,6.0,13.6,0.0
493
- 2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,15.2,347818,5.5,15.2,0.0
494
- 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,25.7,514346,5.7,25.7,0.0
495
- 2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,26.3,517242,20.5,26.3,0.0
496
- 2012-06-20,132064,534,61974,7591,12094,4301,0,1311,12446,4643,22501,740,0,1550,2257,0,122,0,35628608,25.8,499438,5.0,25.8,0.0
497
- 2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,23.5,509748,5.8,23.5,0.0
498
- 2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,18.1,444471,7.7,18.1,0.0
499
- 2012-06-23,85952,302,39546,3157,5149,2432,0,283,7215,6413,18813,395,0,694,1496,0,57,0,21387134,15.9,6994327,20.5,16.0,29.9
500
- 2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.3,8141423,18.2,18.3,31.9
501
- 2012-06-25,130577,575,61844,6680,10203,4413,0,1055,13612,4755,22850,783,0,1513,2192,0,102,0,36116079,17.9,12283798,31.0,17.9,35.4
502
- 2012-06-26,135373,498,63244,7562,10059,4453,0,1189,15424,5049,23405,739,0,1238,2391,0,122,0,36890107,20.7,12360462,23.2,20.7,33.2
503
- 2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
504
- 2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,22.1
505
- 2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
 
506
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
507
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
508
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
@@ -1208,6 +1209,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1208
  2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
1209
  2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,43.7
1210
  2014-08-14,363843,1325,176612,21919,36688,17801,0,6023,32553,12294,43463,7384,971,2826,3681,0,303,0,216328381,410.7,40779884,42.0,410.7,75.4
 
1211
  2014-08-16,241046,816,126225,11714,17976,8706,0,1631,22383,8058,33881,4622,696,1655,2484,0,199,0,127618138,244.4,23092121,34.5,244.4,0.0
1212
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1213
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
489
  2012-06-13,134305,520,63308,6353,10469,4338,0,1378,12689,4840,25675,754,0,1479,2367,0,135,0,35761514,27.8,514896,17.6,27.8,4.8
490
  2012-06-14,128937,532,61465,7351,9795,4151,0,1293,12637,4296,22983,658,0,1422,2230,0,124,0,34801025,24.4,507221,16.7,24.4,4.8
491
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,19.8,461138,7.6,19.8,4.8
492
+ 2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,13.6,335477,6.0,13.6,5.8
493
+ 2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,15.2,347818,5.5,15.2,5.8
494
+ 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,25.7,514346,5.7,25.7,5.8
495
+ 2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,26.3,517242,20.5,26.3,5.8
496
+ 2012-06-20,132064,534,61974,7591,12094,4301,0,1311,12446,4643,22501,740,0,1550,2257,0,122,0,35628608,25.8,499438,5.0,25.8,5.8
497
+ 2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,23.5,509748,5.8,23.5,5.8
498
+ 2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,18.1,444471,7.7,18.1,5.8
499
+ 2012-06-23,85952,302,39546,3157,5149,2432,0,283,7215,6413,18813,395,0,694,1496,0,57,0,21387134,14.2,306328,10.7,14.2,0.0
500
+ 2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.5,363468,19.0,18.5,0.0
501
+ 2012-06-25,130577,575,61844,6680,10203,4413,0,1055,13612,4755,22850,783,0,1513,2192,0,102,0,36116079,27.4,544491,9.3,27.4,0.0
502
+ 2012-06-26,135373,498,63244,7562,10059,4453,0,1189,15424,5049,23405,739,0,1238,2391,0,122,0,36890107,27.7,576103,24.7,27.7,0.0
503
+ 2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,27.5,511928,8.2,27.5,0.0
504
+ 2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,21.8,496793,20.2,21.8,0.0
505
+ 2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,18.7,443760,7.7,18.7,0.0
506
+ 2012-06-30,83493,305,37967,3385,5354,1966,0,369,8425,2944,20343,403,0,696,1251,0,85,0,20432316,11.8,344261,6.5,11.8,0.0
507
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
508
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
509
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
 
1209
  2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
1210
  2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,43.7
1211
  2014-08-14,363843,1325,176612,21919,36688,17801,0,6023,32553,12294,43463,7384,971,2826,3681,0,303,0,216328381,410.7,40779884,42.0,410.7,75.4
1212
+ 2014-08-15,346228,1297,171111,19495,35158,16458,0,5219,30425,10999,41224,6681,1056,3084,3718,0,303,0,198626039,378.3,35205278,42.8,378.3,0.0
1213
  2014-08-16,241046,816,126225,11714,17976,8706,0,1631,22383,8058,33881,4622,696,1655,2484,0,199,0,127618138,244.4,23092121,34.5,244.4,0.0
1214
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1215
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0