tamnd commited on
Commit
642c11c
·
verified ·
1 Parent(s): bcf3c2a

Add 2014-09-08 — 441.3K events, 11 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,282 days), totaling **215,552,442 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 65.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.6 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
 
@@ -135,8 +135,8 @@ duckdb.sql("""
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
- 2013 ████████████████████████████░ 76.1M
139
- 2014 ██████████████████████████████ 78.4M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -144,8 +144,8 @@ duckdb.sql("""
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
- | 2013 | 353 | 76,060,605 | 215,469 | 23.1 GB | 6.1 GB | 3h10m | 10h25m | 3h56m |
148
- | 2014 | 238 | 78,409,988 | 329,453 | 27.6 GB | 7.2 GB | 2h37m | 15h44m | 3h41m |
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 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
- 2014 ██████████████████████████████ 39.8M
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 ████████████████░░░░░░░░░░░░░░ 4.0M
225
  2013 █████████████████████████████░ 7.1M
226
- 2014 ██████████████████████████████ 7.2M
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 | 108,189,837 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,971,034 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,807,308 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,725,463 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,044,532 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,254,270 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,685,522 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,324,711 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,797,157 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 271,536 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,002,849 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,481,336 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 198,234 | 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,283 days), totaling **216,002,696 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 66.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
+ 2013 ████████████████████████████░ 76.1M
139
+ 2014 ██████████████████████████████ 78.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
+ | 2013 | 353 | 76,069,545 | 215,494 | 23.1 GB | 6.0 GB | 3h08m | 10h17m | 3h53m |
148
+ | 2014 | 239 | 78,851,302 | 329,921 | 27.9 GB | 7.2 GB | 2h38m | 15h52m | 3h41m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
+ 2014 ██████████████████████████████ 40.0M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 4.0M
225
  2013 █████████████████████████████░ 7.1M
226
+ 2014 ██████████████████████████████ 7.3M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 108,423,095 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,992,830 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,853,729 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,745,975 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,051,936 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,291,952 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,699,007 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,375,121 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,804,419 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 272,706 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,006,422 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,485,980 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 198,722 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25830f25c2a3716cf3c5ce90d6b14ebe5cb7b6845b893be85ec0a6cf9280c661
3
+ size 110821
data/creates/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed93f0f0cd3f16178db4f55c4afe923aa4c6ab63db2ae33cc61f9f74c5baabd
3
+ size 2740244
data/deletes/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bc6053522d35b4bd41f0b1e4d275e8ddd7ce3a782257d3f30268cd922040f4
3
+ size 212852
data/forks/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccf226a93c38b16bb0aa0b38a4042202d7d60e925d91295aac9741e77d9ea47
3
+ size 413971
data/issue_comments/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4dc9ee3ee0df0402c34f09394a344291a4fa51469369ca05da61795cb79a51
3
+ size 1007417
data/issues/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d6ee8b78bf39ec3606f8e12bc6962bf0125c8fae9e8ce15ea51730eec81c5f
3
+ size 585417
data/public_events/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6652913271ee2fda954056518e9ed52848034ea8ae7f470227ae87faaf51307
3
+ size 17802
data/pull_requests/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae87dfead6d07bd6bba952866431f327d402933e12c541de69be815d95c16902
3
+ size 3530239
data/pushes/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:badb251638dabee03ea788d43d4a9169c1723943dcaef5eeb43e912bb81d7d47
3
+ size 34096138
data/stars/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb9f6fcc9bb8a26c6c49ea7aed32e7ff5e56742b395c0b08ce3446e0bd68955
3
+ size 1639857
data/wiki_pages/2014/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b4360d83aa6905fcc4f182e40b77dce361c6a406260c4141428887fe8b074c4
3
+ size 300756
stats.csv CHANGED
@@ -748,20 +748,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
748
  2013-02-27,223668,1503,112497,13674,22263,8806,0,1931,20424,8549,25544,1871,0,2666,3708,0,232,0,73742218,45.8,898421,7.8,45.8,6.7
749
  2013-02-28,212690,1509,109295,12766,19278,8108,0,1907,19634,8000,24523,1710,0,2248,3492,0,220,0,70088719,46.1,867719,7.9,46.2,6.7
750
  2013-03-01,190848,1394,96604,11302,17690,7579,0,1790,16832,7267,23569,1548,0,2016,3092,0,165,0,62437659,42.6,765901,30.6,42.6,6.7
751
- 2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,35.6,599567,17.2,35.6,0.0
752
- 2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,42.3,711748,29.0,42.3,0.0
753
- 2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,55.0,893051,11.0,55.0,0.0
754
- 2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,58.4,909908,8.6,58.4,0.0
755
- 2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,63.0,951430,8.2,63.0,0.0
756
- 2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,58.3,925882,26.7,58.3,0.0
757
- 2013-03-08,195035,1286,95521,12346,20905,7487,0,1909,18784,7559,22122,1563,0,1704,3666,0,183,0,62745467,48.7,819941,7.1,48.7,0.0
758
  2013-03-09,145901,822,75797,7381,11076,4540,0,681,13078,5470,21214,1801,0,1343,2558,0,140,0,45053255,32.3,655969,9.0,32.3,0.0
759
- 2013-03-10,152972,833,81876,8094,12355,4810,0,961,14253,5456,18198,1122,0,1421,3464,0,129,0,48739423,94.1,15676850,25.6,94.1,46.9
760
- 2013-03-11,207286,1541,104655,11659,19612,8003,0,2213,19768,8130,23770,1619,0,2191,3940,0,185,0,67913753,126.8,20958081,33.1,126.8,61.1
761
- 2013-03-12,228132,1757,109850,17389,25747,8741,0,2066,20027,8530,26172,1660,0,2152,3807,0,234,0,71631000,148.2,22133590,40.4,148.2,40.3
762
- 2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,143.7,22358910,37.4,143.7,44.6
763
- 2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,133.2,20704383,39.9,133.2,46.0
764
- 2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,126.8,19686437,36.4,126.8,34.7
765
  2013-03-16,144683,1007,76038,8425,10974,4535,0,882,14548,5740,17731,1017,0,1072,2586,0,128,0,45246493,92.4,13829783,29.3,92.4,36.6
766
  2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,106.3,16087017,31.5,106.3,50.2
767
  2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,154.3,23024021,26.3,154.3,52.0
@@ -1279,5 +1279,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1279
  2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,51.6
1280
  2014-09-06,244058,1198,136000,11098,18542,9442,0,2029,20095,8144,28962,3647,621,1342,2711,0,227,0,138739344,256.5,25361563,44.6,256.5,37.3
1281
  2014-09-07,290727,1035,162117,12322,21808,11148,0,2410,25387,9214,35021,4383,800,1853,2956,0,273,0,162165359,308.8,29846104,33.2,308.8,47.3
 
1282
  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
1283
  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
 
748
  2013-02-27,223668,1503,112497,13674,22263,8806,0,1931,20424,8549,25544,1871,0,2666,3708,0,232,0,73742218,45.8,898421,7.8,45.8,6.7
749
  2013-02-28,212690,1509,109295,12766,19278,8108,0,1907,19634,8000,24523,1710,0,2248,3492,0,220,0,70088719,46.1,867719,7.9,46.2,6.7
750
  2013-03-01,190848,1394,96604,11302,17690,7579,0,1790,16832,7267,23569,1548,0,2016,3092,0,165,0,62437659,42.6,765901,30.6,42.6,6.7
751
+ 2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,35.6,599567,17.2,35.6,7.4
752
+ 2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,42.3,711748,29.0,42.3,7.4
753
+ 2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,55.0,893051,11.0,55.0,7.4
754
+ 2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,58.4,909908,8.6,58.4,7.4
755
+ 2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,63.0,951430,8.2,63.0,7.4
756
+ 2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,58.3,925882,26.7,58.3,7.4
757
+ 2013-03-08,195035,1286,95521,12346,20905,7487,0,1909,18784,7559,22122,1563,0,1704,3666,0,183,0,62745467,48.7,819941,7.1,48.7,7.4
758
  2013-03-09,145901,822,75797,7381,11076,4540,0,681,13078,5470,21214,1801,0,1343,2558,0,140,0,45053255,32.3,655969,9.0,32.3,0.0
759
+ 2013-03-10,152972,833,81876,8094,12355,4810,0,961,14253,5456,18198,1122,0,1421,3464,0,129,0,48739423,41.4,665660,26.1,41.4,0.0
760
+ 2013-03-11,207286,1541,104655,11659,19612,8003,0,2213,19768,8130,23770,1619,0,2191,3940,0,185,0,67913753,53.7,874141,10.1,53.7,0.0
761
+ 2013-03-12,237072,1832,114427,17879,26466,9129,0,2163,20920,8905,27207,1723,0,2230,3949,0,242,0,74594180,56.1,944076,11.6,56.1,0.0
762
+ 2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,52.5,909789,8.0,52.5,0.0
763
+ 2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,36.8,873683,7.8,36.8,0.0
764
+ 2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,35.9,880711,8.3,35.9,0.0
765
  2013-03-16,144683,1007,76038,8425,10974,4535,0,882,14548,5740,17731,1017,0,1072,2586,0,128,0,45246493,92.4,13829783,29.3,92.4,36.6
766
  2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,106.3,16087017,31.5,106.3,50.2
767
  2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,154.3,23024021,26.3,154.3,52.0
 
1279
  2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,51.6
1280
  2014-09-06,244058,1198,136000,11098,18542,9442,0,2029,20095,8144,28962,3647,621,1342,2711,0,227,0,138739344,256.5,25361563,44.6,256.5,37.3
1281
  2014-09-07,290727,1035,162117,12322,21808,11148,0,2410,25387,9214,35021,4383,800,1853,2956,0,273,0,162165359,308.8,29846104,33.2,308.8,47.3
1282
+ 2014-09-08,441314,2074,228681,21306,45702,20124,0,7307,36789,13110,49375,7199,1170,3495,4502,0,480,0,250817458,498.0,44655514,50.3,498.0,0.0
1283
  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
1284
  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