Add 2012-05-05 to 2012-05-11 — 7 days, 773.8K events, 7 files
Browse files- README.md +20 -20
- data/stars/2012/05/05.parquet +2 -2
- data/stars/2012/05/06.parquet +2 -2
- data/stars/2012/05/07.parquet +2 -2
- data/stars/2012/05/08.parquet +2 -2
- data/stars/2012/05/09.parquet +2 -2
- data/stars/2012/05/10.parquet +2 -2
- data/stars/2012/05/11.parquet +2 -2
- stats.csv +13 -12
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,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original
|
| 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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
-
2014 ███████████████████████████░░░ 68.
|
| 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,802,626 | 115,251 | 10.1 GB | 2.3 GB |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
-
| 2014 |
|
| 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 ███████████████████████████░░░
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
@@ -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.
|
| 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,
|
| 641 |
-
| `issues` | IssuesEvent | 11,
|
| 642 |
-
| `issue_comments` | IssueCommentEvent | 17,
|
| 643 |
-
| `pull_requests` | PullRequestEvent | 8,
|
| 644 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 645 |
-
| `stars` | WatchEvent | 18,
|
| 646 |
-
| `forks` | ForkEvent | 7,
|
| 647 |
-
| `creates` | CreateEvent | 25,
|
| 648 |
-
| `deletes` | DeleteEvent | 2,
|
| 649 |
-
| `releases` | ReleaseEvent |
|
| 650 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 651 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
-
| `public_events` | PublicEvent | 184,
|
| 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,208 days), totaling **199,710,059 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
+
2014 ███████████████████████████░░░ 68.9M
|
| 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,802,626 | 115,251 | 10.1 GB | 2.3 GB | 1h59m | 3h08m | 2h06m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
+
| 2014 | 211 | 68,879,689 | 326,444 | 22.5 GB | 6.3 GB | 2h19m | 12h51m | 3h12m |
|
| 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.0M
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
|
|
| 223 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 224 |
2012 ███████████████░���░░░░░░░░░░░░░ 3.6M
|
| 225 |
2013 ██████████████████████████████ 7.0M
|
| 226 |
+
2014 ███████████████████████████░░░ 6.4M
|
| 227 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 228 |
```
|
| 229 |
|
|
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
+
| `pushes` | PushEvent | 100,210,167 | 50.2% | Git pushes with commits |
|
| 641 |
+
| `issues` | IssuesEvent | 11,037,010 | 5.5% | Issue lifecycle events |
|
| 642 |
+
| `issue_comments` | IssueCommentEvent | 17,341,991 | 8.7% | Comments on issues/PRs |
|
| 643 |
+
| `pull_requests` | PullRequestEvent | 8,076,622 | 4.0% | PR lifecycle events |
|
| 644 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,857,259 | 0.9% | Line-level PR comments |
|
| 645 |
+
| `stars` | WatchEvent | 18,803,559 | 9.4% | Repository stars |
|
| 646 |
+
| `forks` | ForkEvent | 7,135,999 | 3.6% | Repository forks |
|
| 647 |
+
| `creates` | CreateEvent | 25,413,528 | 12.7% | Branch/tag/repo creation |
|
| 648 |
+
| `deletes` | DeleteEvent | 2,576,296 | 1.3% | Branch/tag deletion |
|
| 649 |
+
| `releases` | ReleaseEvent | 244,907 | 0.1% | Release publications |
|
| 650 |
+
| `commit_comments` | CommitCommentEvent | 1,862,787 | 0.9% | Comments on commits |
|
| 651 |
+
| `wiki_pages` | GollumEvent | 3,263,966 | 1.6% | Wiki page edits |
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
+
| `public_events` | PublicEvent | 184,419 | 0.1% | Repo made public |
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
data/stars/2012/05/05.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:256f51f57f3c64fa5b56ba4f82cb0306b0bc1691b7fde7ba5e1673e51111460f
|
| 3 |
+
size 303081
|
data/stars/2012/05/06.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:03740288d65ccb2e6c5c1a4a590d8f753921850eee69a6e43ea25149de203d38
|
| 3 |
+
size 330836
|
data/stars/2012/05/07.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:e76909fc37fb4b94720542983fe014461b477dc99c6e0a24187053f19f04ec59
|
| 3 |
+
size 448174
|
data/stars/2012/05/08.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:1f3813d755df3eb6d9f9fa5c4d8bfd3895848b5a3f1c2880d51f156eb0535c92
|
| 3 |
+
size 446178
|
data/stars/2012/05/09.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:8c514884fb6edbec8f0c4df5ef68d08a1214112fc0115c843c3b28706bff6506
|
| 3 |
+
size 532179
|
data/stars/2012/05/10.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:87144b7cceb90d513984af8a1d2ce128e9b6f2aab10f211bebec2a9c07b300be
|
| 3 |
+
size 576258
|
data/stars/2012/05/11.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:6f2516835b2fe8dee5882d728916873e7b1b06607997fff3273737256bb4a5b8
|
| 3 |
+
size 476060
|
stats.csv
CHANGED
|
@@ -440,20 +440,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 440 |
2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,25.2,439273,8.8,25.2,4.7
|
| 441 |
2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,25.3,428991,7.9,25.3,4.7
|
| 442 |
2012-04-27,99097,455,49302,5346,8091,3297,0,500,9896,3014,15303,570,0,1209,2013,0,101,0,28217932,19.3,359297,21.7,19.3,4.7
|
| 443 |
-
2012-04-28,67231,345,35436,2950,4769,1848,0,268,7213,2006,10138,335,0,657,1207,0,59,0,18528567,12.5,265714,7.3,12.5,
|
| 444 |
-
2012-04-29,71288,221,37915,3181,5125,1925,0,228,6939,2096,10961,307,0,769,1555,0,66,0,19829892,13.3,261839,12.4,13.3,
|
| 445 |
-
2012-04-30,101197,365,51712,5093,8543,3562,0,628,10309,3069,13941,656,0,1291,1903,0,125,0,29427022,20.3,372311,23.4,20.3,
|
| 446 |
-
2012-05-01,110958,404,56159,5150,8633,3696,0,772,11472,3517,17182,630,0,1261,1958,0,124,0,31419036,22.2,411533,10.4,22.2,
|
| 447 |
-
2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,23.3,438456,16.0,23.3,
|
| 448 |
-
2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,22.3,423527,8.2,22.3,
|
| 449 |
-
2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,19.7,385926,20.2,19.7,
|
| 450 |
2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,15.7,303081,6.7,15.7,0.0
|
| 451 |
2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,14.7,330836,7.7,14.7,0.0
|
| 452 |
-
2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,
|
| 453 |
-
2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,
|
| 454 |
-
2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,
|
| 455 |
-
2012-05-10,123437,475,58974,6092,9583,4500,0,1039,15331,5277,17564,725,0,1507,2267,0,103,0,34869796,
|
| 456 |
-
2012-05-11,110274,484,52023,5237,8978,3645,0,829,13438,4331,17272,708,0,1363,1838,0,128,0,30634884,
|
| 457 |
2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
|
| 458 |
2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,29.7
|
| 459 |
2012-05-14,121589,508,59052,6130,10446,3937,0,722,13612,4405,18326,655,0,1447,2215,0,134,0,34402112,73.1,11698613,45.3,73.1,27.4
|
|
@@ -1204,5 +1204,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1204 |
2014-08-08,362454,1363,177891,21198,38267,17746,0,5660,32019,11812,41820,7241,938,2380,3818,0,301,0,208516909,401.5,37105505,49.7,401.5,53.3
|
| 1205 |
2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,51.8
|
| 1206 |
2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,168.3
|
|
|
|
| 1207 |
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
|
| 1208 |
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
|
|
|
|
| 440 |
2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,25.2,439273,8.8,25.2,4.7
|
| 441 |
2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,25.3,428991,7.9,25.3,4.7
|
| 442 |
2012-04-27,99097,455,49302,5346,8091,3297,0,500,9896,3014,15303,570,0,1209,2013,0,101,0,28217932,19.3,359297,21.7,19.3,4.7
|
| 443 |
+
2012-04-28,67231,345,35436,2950,4769,1848,0,268,7213,2006,10138,335,0,657,1207,0,59,0,18528567,12.5,265714,7.3,12.5,6.7
|
| 444 |
+
2012-04-29,71288,221,37915,3181,5125,1925,0,228,6939,2096,10961,307,0,769,1555,0,66,0,19829892,13.3,261839,12.4,13.3,6.7
|
| 445 |
+
2012-04-30,101197,365,51712,5093,8543,3562,0,628,10309,3069,13941,656,0,1291,1903,0,125,0,29427022,20.3,372311,23.4,20.3,6.7
|
| 446 |
+
2012-05-01,110958,404,56159,5150,8633,3696,0,772,11472,3517,17182,630,0,1261,1958,0,124,0,31419036,22.2,411533,10.4,22.2,6.7
|
| 447 |
+
2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,23.3,438456,16.0,23.3,6.7
|
| 448 |
+
2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,22.3,423527,8.2,22.3,6.7
|
| 449 |
+
2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,19.7,385926,20.2,19.7,6.7
|
| 450 |
2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,15.7,303081,6.7,15.7,0.0
|
| 451 |
2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,14.7,330836,7.7,14.7,0.0
|
| 452 |
+
2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,23.4,448174,10.5,23.4,0.0
|
| 453 |
+
2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,25.5,446178,11.9,25.5,0.0
|
| 454 |
+
2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,27.7,532179,25.0,27.7,0.0
|
| 455 |
+
2012-05-10,123437,475,58974,6092,9583,4500,0,1039,15331,5277,17564,725,0,1507,2267,0,103,0,34869796,26.5,576258,15.7,26.5,0.0
|
| 456 |
+
2012-05-11,110274,484,52023,5237,8978,3645,0,829,13438,4331,17272,708,0,1363,1838,0,128,0,30634884,21.8,476060,8.7,21.8,0.0
|
| 457 |
2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
|
| 458 |
2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,29.7
|
| 459 |
2012-05-14,121589,508,59052,6130,10446,3937,0,722,13612,4405,18326,655,0,1447,2215,0,134,0,34402112,73.1,11698613,45.3,73.1,27.4
|
|
|
|
| 1204 |
2014-08-08,362454,1363,177891,21198,38267,17746,0,5660,32019,11812,41820,7241,938,2380,3818,0,301,0,208516909,401.5,37105505,49.7,401.5,53.3
|
| 1205 |
2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,51.8
|
| 1206 |
2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,168.3
|
| 1207 |
+
2014-08-11,391875,1701,195550,19066,38696,18948,0,6548,35303,13101,45269,8167,1071,3372,4737,0,346,0,229331698,422.3,39625888,57.7,422.3,0.0
|
| 1208 |
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
|
| 1209 |
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
|