tamnd commited on
Commit
c5066ed
·
verified ·
1 Parent(s): 3574d4f

Add 2012-08-18 to 2012-08-24 — 7 days, 806.8K 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,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
 
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
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
 
@@ -155,9 +155,9 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 ██████████████░░░░░░░░░░░░░░░░ 18.7M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ████████████████████████████░░ 36.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -221,9 +221,9 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
- 2012 ███████████████░░░░░░░░░░░░░░ 3.7M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ████████████████████████████░░ 6.6M
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 | 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
 
 
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,228 days), totaling **204,158,964 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 61.0 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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ███████████████░░░░░░░░░░░░░░░ 39.0M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ████████████████████████████72.1M
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 | 339 | 39,025,542 | 115,119 | 10.4 GB | 1.4 GB | 1h41m | 2h51m | 1h24m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 220 | 72,105,678 | 327,753 | 24.3 GB | 6.6 GB | 2h25m | 13h49m | 3h22m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 18.8M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ████████████████████████████░░ 36.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
+ 2012 ███████████████░░░░░░░░░░░░░░ 3.7M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ████████████████████████████░░ 6.7M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 102,401,025 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,273,805 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,746,282 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,267,689 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,913,987 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,220,189 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,287,428 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,004,509 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,644,760 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 253,851 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,900,596 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,318,475 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 188,185 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/08/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07c65c7a7abc5e0319bdc1fe642ce3eb595c2521613d60562408d881cfc43454
3
- size 149770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db3ef34362cb05147af7ab2341b02493e20a90e83989f347093bdacc062b842
3
+ size 280398
data/stars/2012/08/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52ee2fe0b57453733904042f7c20c4433b18e43d388584dfc5a83760a9b7d1de
3
- size 157533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc9154eabec22b5cc302445b15f7ff53e0e7a3b291a8c22d8dbfbe79e2c6f5d
3
+ size 328059
data/stars/2012/08/20.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:522bded17f9fc9472794e4a66165c1f5fce3765b4bf754eb059142e86917ae2c
3
- size 254018
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2fe4077de293862c6380b724499acc27a4700d12f13352b4a9fb453425406f0
3
+ size 520242
data/stars/2012/08/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06cc167b6dc30330e7edf1ecda09084c1d8a77a465ca48054c8f3afcca849aa7
3
- size 226305
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b0d4263ab9e1413bbe2a39359411bfd6a8b1f6e831836c2540951b04ecaad9
3
+ size 486175
data/stars/2012/08/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3aba28a044b82c06c039928a7ffd29ca89e935795248260a722b35e08f557fe
3
- size 244170
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f187e31694102617761d468a8b7dcb61e4c6b2d8f4edf71114e959a0c5e566
3
+ size 515569
data/stars/2012/08/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07fc121589dc6f7dbacf505b39868395bc953b88f3a827f712074f9a822c24f0
3
- size 219519
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9cf9d246d3134d8511a49fbdd9372c81a76a433134e2357f2f18de04b0361f2
3
+ size 469048
data/stars/2012/08/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7ce2ac1921ba2256c0e341d8411964c8115a960cfdc983ab6e575d0d5cc86d1
3
- size 208840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad6538c96d1f61211b9a15a49733f99fd26f8b080f9a900461531bcf5971218
3
+ size 438750
stats.csv CHANGED
@@ -545,18 +545,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
560
  2012-09-04,135329,832,67557,7323,12947,5024,0,1270,13169,5213,15899,976,0,1646,3374,0,99,0,41644811,78.3,13625107,27.8,78.3,39.9
561
  2012-09-05,134956,750,67754,7973,13372,4710,0,1225,13498,5119,15271,873,0,1470,2815,0,126,0,41427000,76.8,13299017,32.5,76.8,34.8
562
  2012-09-06,131427,816,65475,6595,11960,4779,0,1329,12774,5181,16558,916,0,1475,3446,0,123,0,40242156,76.5,12683112,21.7,76.5,41.2
@@ -1221,6 +1223,7 @@ 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
- 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
 
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,7.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,7.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,7.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,7.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,7.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,7.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,7.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,31.5,520242,14.8,31.5,0.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.1,486175,15.4,40.1,0.0
559
+ 2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,36.6,515569,12.9,36.6,0.0
560
+ 2012-08-23,134986,772,65401,7234,12025,7581,0,1027,11228,7295,17395,855,0,1573,2491,0,109,0,41516483,34.8,469048,25.1,34.8,0.0
561
+ 2012-08-24,113590,636,57086,7237,10901,4190,0,1079,10312,4540,13262,760,0,1301,2187,0,99,0,34758494,26.7,438750,6.6,26.7,0.0
562
  2012-09-04,135329,832,67557,7323,12947,5024,0,1270,13169,5213,15899,976,0,1646,3374,0,99,0,41644811,78.3,13625107,27.8,78.3,39.9
563
  2012-09-05,134956,750,67754,7973,13372,4710,0,1225,13498,5119,15271,873,0,1470,2815,0,126,0,41427000,76.8,13299017,32.5,76.8,34.8
564
  2012-09-06,131427,816,65475,6595,11960,4779,0,1329,12774,5181,16558,916,0,1475,3446,0,123,0,40242156,76.5,12683112,21.7,76.5,41.2
 
1223
  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
1224
  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
1225
  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
1226
+ 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,134.6
1227
+ 2014-08-20,408477,1583,197591,28553,44439,19783,0,7068,35808,12832,44405,8123,1181,3036,3770,0,305,0,233883427,460.8,40536664,42.0,460.8,0.0
1228
  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
1229
  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