tamnd commited on
Commit
750a840
·
verified ·
1 Parent(s): cf5b701

Add 2011-09-24 to 2011-09-30 — 7 days, 446.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,134 days), totaling **189,180,850 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 54.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.7 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
 
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████░░░░░ 63.3M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
- | 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 679.9 MB | 57m09s | 50m37s | 1h03m |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 195 | 63,300,867 | 324,619 | 19.6 GB | 5.8 GB | 2h06m | 11h08m | 2h56m |
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.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████░░░░░ 32.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -175,7 +175,7 @@ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
- 2011 ██████░░░��░░░░░░░░░░░░░░░░░░░░ 864.6K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████░░░░░░░ 3.4M
@@ -198,7 +198,7 @@ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
198
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
199
 
200
  ```
201
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 437.1K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 ████████████████████████████░░ 2.8M
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 █████████████████████████░░░░░ 5.8M
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 | 95,075,342 | 50.3% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,465,948 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,453,820 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,676,369 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,760,328 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,797,896 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,797,449 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 23,777,941 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,437,721 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 229,178 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,766,550 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,110,770 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 174,672 | 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,135 days), totaling **189,460,408 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 54.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.7 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
 
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████░░░░░ 63.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
+ | 2011 | 302 | 16,631,861 | 55,072 | 3.2 GB | 631.4 MB | 55m53s | 50m56s | 1h00m |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 196 | 63,576,545 | 324,370 | 19.7 GB | 5.8 GB | 2h07m | 11h13m | 2h56m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████░░░░░ 32.3M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
+ 2011 ██████░░░░░░░░░░░░░░░░░░░░░░░ 864.8K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████░░░░░░░ 3.4M
 
198
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
199
 
200
  ```
201
+ 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 437.3K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 ████████████████████████████░░ 2.8M
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 █████████████████████████░░░░░ 5.9M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 95,225,293 | 50.3% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,477,806 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,474,409 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,686,518 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,763,025 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,824,789 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,808,614 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,813,526 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,441,984 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 230,001 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,768,309 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,113,448 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 121,655 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 174,905 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/09/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78ea9beb243910216e3b727ebba6128367921c4ba7a330028bad3de9a46166a7
3
- size 148781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a067d294eace9a47d39b0bb095cb06002fcd3711f91f74a11033c1eba9740a0d
3
+ size 213780
data/stars/2011/09/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4797c8e85cba91b6365cbbdde73d220dab7a18e47a49d6e97e4a488d406c6553
3
- size 152561
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcac8c5a6966d9f3c6cc64b5a6549f4402ed1697b178fa0a847871a08e07a51e
3
+ size 223289
data/stars/2011/09/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe42ca16c11e58d28bd2cddca45ce87cfcef0c988d9530d200d2779d9aab6984
3
- size 219499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa18e17a7bf40632f488ddec4614a7e3287083cac2e937936313f0d3e033271
3
+ size 325023
data/stars/2011/09/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5da207a0f9ef5c5c2a790be4664bbc4a39e47c0b95b62ee8b604c7f18fb39e0
3
- size 256574
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599df9541d2ab5a57147578806e43a8555602a72fa16c01b27a51b165667d3ec
3
+ size 360363
data/stars/2011/09/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fed3191b8da34087c4bf62eddc852711be8a510c5a239d0b071ff6440a170a7d
3
- size 228067
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a65bdfe90b12d7d050ab87214b2302e148e52d58650eb3583b2b9dd19106d75
3
+ size 333239
data/stars/2011/09/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c21e930f977cf9343318eb78bd0324acf6ea673354a1a74813e2904a41b4b00a
3
- size 216812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4c92a35e74f35d9d2c78f542c10bbd2f096e37ecef6ca5a865281bc74023b8
3
+ size 317577
data/stars/2011/09/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c72a68c238adca3575b3ba2f11df27229483ad36b6b6a6f4828ceaeb76a6a050
3
- size 200417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490b357482220ddf38636bde345e408372480b5472097fb8e76d14007fcf29b1
3
+ size 292303
stats.csv CHANGED
@@ -216,22 +216,22 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
216
  2011-09-14,79499,0,36274,4046,5405,2153,0,0,7739,2128,18062,695,0,855,1553,500,89,0,13002465,14.7,331726,7.7,14.7,3.6
217
  2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,15.3,323843,7.4,15.3,3.6
218
  2011-09-16,70626,0,39574,3273,4386,2078,0,0,7269,2140,7960,917,0,940,1596,424,69,0,12272286,13.3,313042,6.3,13.3,3.6
219
- 2011-09-17,44370,0,26185,2080,2429,1018,0,0,4469,1273,5153,312,0,438,714,266,33,0,7358042,6.2,193398,5.2,6.2,0.0
220
- 2011-09-18,46804,0,25348,2204,2770,1138,0,0,5030,1322,6579,558,0,544,1049,218,44,0,8395129,6.5,213504,5.8,6.5,0.0
221
- 2011-09-19,60273,0,30100,3315,4489,1731,0,0,7112,2021,8335,884,0,699,1173,338,76,0,11011597,7.7,306327,17.6,7.7,0.0
222
- 2011-09-20,63218,0,32167,3430,4511,1886,0,0,7289,2011,8237,695,0,829,1682,419,62,0,11713380,7.2,315496,6.7,7.2,0.0
223
- 2011-09-21,64394,0,33157,3416,4651,1903,0,0,7194,2156,8541,680,0,749,1446,409,92,0,12021625,7.9,318249,17.1,7.9,0.0
224
- 2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,8.4,324198,17.1,8.4,0.0
225
- 2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.0,294016,5.1,7.0,0.0
226
- 2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,28.7
227
- 2011-09-25,47205,0,24900,2370,3082,1234,0,0,5154,1365,6720,514,0,547,1065,209,45,0,8451891,5.0,4832794,16.2,5.0,28.8
228
- 2011-09-26,64645,0,32747,3699,5114,2092,0,0,7129,2054,8457,657,0,745,1417,477,57,0,11717437,7.2,6603542,16.4,7.2,24.0
229
- 2011-09-27,74861,0,36484,4167,5913,2393,0,0,7518,2253,9654,3461,0,1055,1392,490,81,0,12979043,5.0,7171563,18.6,5.0,26.5
230
- 2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,20.6
231
- 2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,5.7,7069321,20.7,5.7,20.7
232
- 2011-09-30,68805,0,32614,3435,4779,2028,0,0,6732,2164,13041,1419,0,801,1353,376,63,0,11811553,7.1,6690617,21.1,7.1,22.8
233
- 2011-10-01,42038,0,21850,2209,2741,1098,0,0,4834,1367,5635,353,0,551,1038,326,36,0,7364176,5.8,4288347,14.8,5.8,26.0
234
- 2011-10-02,48992,0,25672,3364,3749,1149,0,0,5012,1335,6125,376,0,568,1302,298,42,0,8337427,6.6,4875313,18.1,6.6,21.4
235
  2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
236
  2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
237
  2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
@@ -1131,5 +1131,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1131
  2014-07-24,396865,1539,190219,20855,40348,18423,0,6073,35150,13614,56146,6954,983,3002,3230,0,329,0,165477647,383.5,39157974,46.0,383.5,53.7
1132
  2014-07-25,337217,1297,168832,16349,30507,16248,0,5100,30043,11148,40790,6268,1014,5416,3957,0,248,0,193075138,412.6,34159157,38.2,412.6,54.2
1133
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
 
1134
  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
1135
  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
 
216
  2011-09-14,79499,0,36274,4046,5405,2153,0,0,7739,2128,18062,695,0,855,1553,500,89,0,13002465,14.7,331726,7.7,14.7,3.6
217
  2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,15.3,323843,7.4,15.3,3.6
218
  2011-09-16,70626,0,39574,3273,4386,2078,0,0,7269,2140,7960,917,0,940,1596,424,69,0,12272286,13.3,313042,6.3,13.3,3.6
219
+ 2011-09-17,44370,0,26185,2080,2429,1018,0,0,4469,1273,5153,312,0,438,714,266,33,0,7358042,6.2,193398,5.2,6.2,4.5
220
+ 2011-09-18,46804,0,25348,2204,2770,1138,0,0,5030,1322,6579,558,0,544,1049,218,44,0,8395129,6.5,213504,5.8,6.5,4.5
221
+ 2011-09-19,60273,0,30100,3315,4489,1731,0,0,7112,2021,8335,884,0,699,1173,338,76,0,11011597,7.7,306327,17.6,7.7,4.5
222
+ 2011-09-20,63218,0,32167,3430,4511,1886,0,0,7289,2011,8237,695,0,829,1682,419,62,0,11713380,7.2,315496,6.7,7.2,4.5
223
+ 2011-09-21,64394,0,33157,3416,4651,1903,0,0,7194,2156,8541,680,0,749,1446,409,92,0,12021625,7.9,318249,17.1,7.9,4.5
224
+ 2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,8.4,324198,17.1,8.4,4.5
225
+ 2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.0,294016,5.1,7.0,4.5
226
+ 2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.5,213780,6.5,5.5,0.0
227
+ 2011-09-25,47205,0,24900,2370,3082,1234,0,0,5154,1365,6720,514,0,547,1065,209,45,0,8451891,7.7,223289,15.1,7.7,0.0
228
+ 2011-09-26,68525,0,34665,3930,5501,2255,0,0,7517,2166,8917,729,0,787,1483,512,63,0,12411047,9.7,325023,5.9,9.7,0.0
229
+ 2011-09-27,74861,0,36484,4167,5913,2393,0,0,7518,2253,9654,3461,0,1055,1392,490,81,0,12979043,9.8,360363,17.9,9.8,0.0
230
+ 2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,10.8,333239,5.4,10.8,0.0
231
+ 2011-09-29,70323,0,35425,3835,5395,2216,0,0,7230,2156,10239,694,0,926,1718,425,64,0,12573321,9.2,317577,4.1,9.2,0.0
232
+ 2011-09-30,68805,0,32614,3435,4779,2028,0,0,6732,2164,13041,1419,0,801,1353,376,63,0,11811553,8.4,292303,17.6,8.4,0.0
233
+ 2011-10-01,42038,0,21850,2209,2741,1098,0,0,4834,1367,5635,353,0,551,1038,326,36,0,7364176,5.0,208742,4.0,5.0,0.0
234
+ 2011-10-02,48992,0,25672,3364,3749,1149,0,0,5012,1335,6125,376,0,568,1302,298,42,0,8337427,6.0,216933,8.2,6.0,0.0
235
  2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
236
  2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
237
  2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
 
1131
  2014-07-24,396865,1539,190219,20855,40348,18423,0,6073,35150,13614,56146,6954,983,3002,3230,0,329,0,165477647,383.5,39157974,46.0,383.5,53.7
1132
  2014-07-25,337217,1297,168832,16349,30507,16248,0,5100,30043,11148,40790,6268,1014,5416,3957,0,248,0,193075138,412.6,34159157,38.2,412.6,54.2
1133
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
1134
+ 2014-07-27,275678,880,148033,11627,20202,9986,0,2697,26505,11053,35125,4191,823,1717,2612,0,227,0,150266595,281.2,26676436,40.7,281.2,0.0
1135
  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
1136
  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