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

Add 2012-06-16 to 2012-06-22 — 7 days, 798.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,211 days), totaling **200,813,589 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.6 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
 
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ████████████████████████████░░ 70.0M
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 | 1h52m | 2h57m | 1h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 214 | 69,980,330 | 327,010 | 23.1 GB | 6.4 GB | 2h21m | 13h11m | 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.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -199,7 +199,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
- 2012 █████████████��██░░░░░░░░░░░░░░ 1.6M
203
  2013 ████████████████████████████░░ 2.9M
204
  2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
@@ -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,755,426 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,094,819 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,449,854 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,129,921 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,875,185 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,905,158 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,173,555 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,543,614 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,599,604 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 247,982 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,871,337 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,275,994 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 185,422 | 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,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
 
 
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
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ███████████████████████████░░ 35.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.6M
203
  2013 ████████████████████████████░░ 2.9M
204
  2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
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
 
data/stars/2012/06/16.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee94e113c7e7c489eedfcc514070b15b866db7574eed5d0ee5b5e84770d4106b
3
- size 165719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3130f6b02850d0e53403b38b104eafa9d7a3056d56462957964ff0239d428b28
3
+ size 335477
data/stars/2012/06/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4af46a78344599694307fa70fad4595cbc091ecf32d82c8ea7c21fcab153f492
3
- size 166870
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd467b6709442aff66898ad0c6ed2d845ddb36244214cb90c46acd78b0e9535
3
+ size 347818
data/stars/2012/06/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb97a04199d84d7028e58af4c46621aae503080b96bc6189de53afc9d779d7cd
3
- size 255542
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c3cc11e23055b192dd4dc8d6cb24abb11bf83a98fea51bcc1651c78093e2f0
3
+ size 514346
data/stars/2012/06/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:409fda85262b4f92ab72de5a1fce2a2c8476717a598a6a02214cf41546386302
3
- size 254474
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd503eb3c4845cbf338491ac173beb6f753aa60f811ea64bc053bbbea8e4484
3
+ size 517242
data/stars/2012/06/20.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bd46e26205502c7db011071c55383bef4adbb6126a4f54eda4c00814c0a5f95
3
- size 242347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12736b3d5237eedcb11cc6df3a51a2662fa58a1f776db7b5418586f693a70c78
3
+ size 499438
data/stars/2012/06/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75f3172b4ac79ccc93f74335c9ae6d9c423a85d8db001fa3243cbd4bab4963d5
3
- size 250439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5869b85d97e8fe6972b0bcc1fd76ae618623b73e77ac9d2a900f9d17f5a49658
3
+ size 509748
data/stars/2012/06/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc5f576c09d38bda7c911db6f02ee172e94345da6a9c75ecfe6b2ed101f96208
3
- size 219119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc08dd2aba2e9b40332e8dd791fb0b955511f4329023d538ffff7ae02de059c3
3
+ size 444471
stats.csv CHANGED
@@ -482,20 +482,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
482
  2012-06-06,126586,492,58286,5881,10101,3915,0,982,13591,4430,24807,698,0,1303,1978,0,122,0,33835818,26.9,582137,13.0,26.9,5.0
483
  2012-06-07,118639,476,56983,5900,10016,4050,0,1042,13128,4576,17756,827,0,1628,2107,0,150,0,33365045,27.0,507678,34.0,27.0,5.0
484
  2012-06-08,115454,454,53696,5323,8863,3680,0,965,11557,4092,22890,684,0,1289,1828,0,133,0,30760054,24.1,454876,9.1,24.1,5.0
485
- 2012-06-09,85315,304,39594,3980,5657,2062,0,561,8194,2713,19632,412,0,729,1409,0,68,0,21145615,16.6,343211,8.6,16.6,0.0
486
- 2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,18.6,383263,11.6,18.6,0.0
487
- 2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,26.4,471236,9.8,26.4,0.0
488
- 2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,25.9,515691,11.9,25.9,0.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,0.0
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,0.0
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,0.0
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,30.5,7358425,20.9,30.5,30.7
494
- 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
495
- 2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,27.0
496
- 2012-06-20,132064,534,61974,7591,12094,4301,0,1311,12446,4643,22501,740,0,1550,2257,0,122,0,35628608,22.4,12018848,29.4,22.4,25.2
497
- 2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,17.6,11634671,31.9,17.6,41.5
498
- 2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,22.1,10360343,22.1,22.1,38.5
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
@@ -1208,5 +1208,6 @@ 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
  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
1212
  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
 
482
  2012-06-06,126586,492,58286,5881,10101,3915,0,982,13591,4430,24807,698,0,1303,1978,0,122,0,33835818,26.9,582137,13.0,26.9,5.0
483
  2012-06-07,118639,476,56983,5900,10016,4050,0,1042,13128,4576,17756,827,0,1628,2107,0,150,0,33365045,27.0,507678,34.0,27.0,5.0
484
  2012-06-08,115454,454,53696,5323,8863,3680,0,965,11557,4092,22890,684,0,1289,1828,0,133,0,30760054,24.1,454876,9.1,24.1,5.0
485
+ 2012-06-09,85315,304,39594,3980,5657,2062,0,561,8194,2713,19632,412,0,729,1409,0,68,0,21145615,16.6,343211,8.6,16.6,4.8
486
+ 2012-06-10,94658,272,44814,3930,6196,2200,0,469,9161,2919,21733,475,0,782,1630,0,77,0,23902230,18.6,383263,11.6,18.6,4.8
487
+ 2012-06-11,125807,551,59762,5967,10265,4238,0,1114,11667,4308,23311,759,0,1498,2255,0,112,0,34517457,26.4,471236,9.8,26.4,4.8
488
+ 2012-06-12,130753,594,61566,6153,10545,4540,0,1262,12992,5058,23475,771,0,1333,2338,0,126,0,35908398,25.9,515691,11.9,25.9,4.8
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
 
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