tamnd commited on
Commit
6594dbb
·
verified ·
1 Parent(s): 9f84d08

Add 2012-08-11 to 2012-08-17 — 7 days, 777.2K 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,224 days), totaling **203,106,135 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 60.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.2 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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 38.8M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ████████████████████████████░░ 71.3M
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 | 337 | 38,812,747 | 115,171 | 10.4 GB | 1.5 GB | 1h44m | 2h50m | 1h29m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 218 | 71,265,644 | 326,906 | 23.8 GB | 6.5 GB | 2h24m | 13h34m | 3h20m |
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.7M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ████████████████████████████░░ 36.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -199,9 +199,9 @@ Pull request events cover the full review cycle: opened, merged, closed, review
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
- 2012 █████████████��██░░░░░░░░░░░░░░ 1.7M
203
  2013 ███████████████████████████░░░ 2.9M
204
- 2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 101,886,057 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,208,053 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,639,434 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,216,047 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,897,847 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,122,903 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,249,242 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,887,506 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,628,122 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 251,656 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,891,806 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,306,372 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 187,401 | 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,225 days), totaling **203,501,911 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 60.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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
 
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 38.8M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ████████████████████████████░░ 71.7M
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 | 337 | 38,776,966 | 115,065 | 10.3 GB | 1.4 GB | 1h42m | 2h50m | 1h24m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 219 | 71,697,201 | 327,384 | 24.1 GB | 6.6 GB | 2h25m | 13h41m | 3h20m |
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.7M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ████████████████████████████░░ 36.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.7M
203
  2013 ███████████████████████████░░░ 2.9M
204
+ 2014 ██████████████████████████████ 3.2M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 102,080,947 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,230,781 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,678,917 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,236,135 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,904,813 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,162,841 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,262,761 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,929,447 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,635,022 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 252,670 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,894,686 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,310,027 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 187,672 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/08/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54e362c939f77b050043123c9e137dd75c9290f90a6a490beb376f28ae81782f
3
- size 175358
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d14a563299e08d8d52cfb7eb722cc4e1b00b82586196125fe0e3d0f6e98cde1
3
+ size 346107
data/stars/2012/08/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8de37285cc65942d87e8310ec2b1cd7ed8ff3103b5390f697ce92185af984020
3
- size 170321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88287fb756d879cf70f470ab916645088a67e68a109c53280d26f67314f44ae
3
+ size 368048
data/stars/2012/08/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1160e29ed30a374a0f37f6f78a00eb29d6b9de75d9a306f17fbe933346a2d1ca
3
- size 280543
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6832fa57f2e9f186545655659f7f3fd816a4ce6bb58702abe395894cc7ea3fb9
3
+ size 542027
data/stars/2012/08/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2477b858c0811a26a911b85105b48af2c167df5ee8f50db74b1352ba47e50a8a
3
- size 278170
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89f3abbd0e7a54133c88965d3c92f15edbff1f663c97b93655434953316c1c1
3
+ size 542235
data/stars/2012/08/15.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d0295a13aabe8687bcc3c409afb375762e8360647ff0386b4ed9c1fead7cadc
3
- size 203200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817f21486dc29e7a55194abead2b10bb599ba8c1ce9a7c5abdfb751ed64aee16
3
+ size 442040
data/stars/2012/08/16.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b859fbe746ddc40febe11c8f33f4aad0a8f5fec36bddd4f8f99b21b5edebc9a5
3
- size 233029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e634c9e85e50fdfd6b1f6d87c1e54990a567a1c38ecc8b1b078d66d085654b
3
+ size 496704
data/stars/2012/08/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfe138a1fcafeea1c67ffe129ef7c84d73e12496159d4d5d671dfc8be46ce6de
3
- size 195594
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c74f13fc173f6dbb6ae983efb3f7d503b137973700cc5fd869e9074918391820
3
+ size 384097
stats.csv CHANGED
@@ -538,22 +538,22 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
538
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,29.7,553378,10.7,29.7,4.4
539
  2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,29.3,553417,7.7,29.3,4.4
540
  2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,21.5,510043,8.3,21.5,4.4
541
- 2012-08-04,79548,417,45148,3970,5473,2201,0,299,8058,2601,8698,341,0,703,1567,0,72,0,22212992,14.0,350327,17.5,14.0,0.0
542
- 2012-08-05,89031,477,49691,4527,5379,2312,0,528,9434,3485,9903,441,0,895,1882,0,77,0,24764306,15.1,421258,5.4,15.1,0.0
543
- 2012-08-06,128728,786,65707,7549,10421,4220,0,1186,14485,4552,14927,776,0,1607,2390,0,122,0,37800584,21.0,590900,14.2,21.0,0.0
544
- 2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,24.3,468009,21.2,24.4,0.0
545
- 2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,477010,25.9,24.4,0.0
546
- 2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,26.0,540509,21.0,26.0,0.0
547
- 2012-08-10,116492,645,61954,5950,9833,3946,0,811,11635,4535,12860,707,0,1347,2138,0,131,0,35120011,24.3,469220,7.7,24.3,0.0
548
- 2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,8.4,7874105,22.1,8.4,43.5
549
- 2012-08-12,88621,397,49055,4344,6544,2264,0,451,8866,3164,10585,460,0,725,1704,0,62,0,24782511,15.8,8596636,27.2,15.8,52.3
550
- 2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,22.2,12961374,46.6,22.2,56.8
551
- 2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,19.1,13179745,23.1,19.1,22.6
552
- 2012-08-15,117313,629,63087,6151,10070,3923,0,1077,10532,4299,13180,838,0,1239,2168,0,120,0,35038402,19.1,11629201,22.8,19.1,50.6
553
- 2012-08-16,131252,702,67315,8129,14199,4539,0,1141,11505,4611,14209,775,0,1465,2545,0,117,0,38439393,17.5,12772947,23.3,17.5,26.1
554
- 2012-08-17,120330,648,60286,7238,13599,3996,0,998,10105,4288,15007,711,0,1099,2266,0,89,0,33835248,17.9,11417628,38.9,17.9,29.2
555
- 2012-08-18,79261,390,45839,3824,5128,2049,0,450,6764,2870,8943,443,0,800,1701,0,60,0,22584392,12.7,7845173,21.3,12.7,30.4
556
- 2012-08-19,88382,436,51108,4266,6018,2252,0,465,7872,2935,9998,433,0,889,1641,0,69,0,25104213,13.3,8882248,20.0,13.3,29.0
557
  2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,32.0
558
  2012-08-21,134319,775,71240,7410,11946,4886,0,1451,11782,4843,15009,872,0,1658,2332,0,115,0,43995569,40.9,17134827,55.6,40.9,35.0
559
  2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,46.5,14064580,30.3,46.5,17.4
@@ -1221,5 +1221,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1221
  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,64.0
1222
  2014-08-17,283711,1022,149934,13812,23055,10458,0,2571,27395,9696,35696,4419,821,1815,2780,0,237,0,154592166,290.3,28121162,35.4,290.3,50.6
1223
  2014-08-18,414329,1638,203421,23165,42902,20382,0,7035,39432,13739,46949,7235,1101,3227,3749,0,354,0,240741995,464.9,41845792,48.1,464.9,44.0
 
1224
  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
1225
  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
 
538
  2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,29.7,553378,10.7,29.7,4.4
539
  2012-08-02,127408,843,67355,6009,9929,4368,0,1144,13613,4423,15012,745,0,1350,2468,0,149,0,37480292,29.3,553417,7.7,29.3,4.4
540
  2012-08-03,113698,656,59934,5656,9518,3928,0,955,12251,4012,12420,673,0,1311,2306,0,78,0,33209197,21.5,510043,8.3,21.5,4.4
541
+ 2012-08-04,79548,417,45148,3970,5473,2201,0,299,8058,2601,8698,341,0,703,1567,0,72,0,22212992,14.0,350327,17.5,14.0,5.8
542
+ 2012-08-05,89031,477,49691,4527,5379,2312,0,528,9434,3485,9903,441,0,895,1882,0,77,0,24764306,15.1,421258,5.4,15.1,5.8
543
+ 2012-08-06,128728,786,65707,7549,10421,4220,0,1186,14485,4552,14927,776,0,1607,2390,0,122,0,37800584,21.0,590900,14.2,21.0,5.8
544
+ 2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,24.3,468009,21.2,24.4,5.8
545
+ 2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,477010,25.9,24.4,5.8
546
+ 2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,26.0,540509,21.0,26.0,5.8
547
+ 2012-08-10,116492,645,61954,5950,9833,3946,0,811,11635,4535,12860,707,0,1347,2138,0,131,0,35120011,24.3,469220,7.7,24.3,5.8
548
+ 2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,16.0,346107,7.6,16.0,0.0
549
+ 2012-08-12,88621,397,49055,4344,6544,2264,0,451,8866,3164,10585,460,0,725,1704,0,62,0,24782511,18.8,368048,6.2,18.8,0.0
550
+ 2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,28.7,542027,7.1,28.7,0.0
551
+ 2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,29.2,542235,6.5,29.2,0.0
552
+ 2012-08-15,117313,629,63087,6151,10070,3923,0,1077,10532,4299,13180,838,0,1239,2168,0,120,0,35038402,23.2,442040,7.2,23.2,0.0
553
+ 2012-08-16,125387,663,64289,7807,13598,4312,0,1085,10978,4421,13586,740,0,1378,2423,0,107,0,36603332,24.1,496704,26.9,24.1,0.0
554
+ 2012-08-17,101399,545,53221,6583,9630,3437,0,861,8857,3807,10779,607,0,978,2017,0,77,0,29524286,17.0,384097,11.0,17.0,0.0
555
+ 2012-08-18,75136,362,43426,3641,4867,1912,0,442,6428,2735,8472,421,0,755,1619,0,56,0,21386762,11.0,280398,9.4,11.0,0.0
556
+ 2012-08-19,81522,405,47168,3887,5594,2092,0,453,7304,2714,9081,405,0,845,1509,0,65,0,23185739,13.1,328059,9.0,13.1,0.0
557
  2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,32.0
558
  2012-08-21,134319,775,71240,7410,11946,4886,0,1451,11782,4843,15009,872,0,1658,2332,0,115,0,43995569,40.9,17134827,55.6,40.9,35.0
559
  2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,46.5,14064580,30.3,46.5,17.4
 
1221
  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,64.0
1222
  2014-08-17,283711,1022,149934,13812,23055,10458,0,2571,27395,9696,35696,4419,821,1815,2780,0,237,0,154592166,290.3,28121162,35.4,290.3,50.6
1223
  2014-08-18,414329,1638,203421,23165,42902,20382,0,7035,39432,13739,46949,7235,1101,3227,3749,0,354,0,240741995,464.9,41845792,48.1,464.9,44.0
1224
+ 2014-08-19,431557,1704,211334,24267,44738,21171,0,7179,42617,14546,48180,7089,1014,3177,4240,0,301,0,249969144,464.2,43202458,48.8,464.2,0.0
1225
  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
1226
  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