tamnd commited on
Commit
7b93c68
·
verified ·
1 Parent(s): ca10e28

Add 2012-06-30 to 2012-07-06 — 7 days, 823.5K 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,214 days), totaling **201,484,356 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.4 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
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 2,657,448 events in 3844 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -85,7 +85,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
- 11:00 █████████████████░░░░░░░░░░░░░ 163.1K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,7 +134,7 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ███████████████░░░░░░░░░░░░░░░ 37.9M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ████████████████████████████░░ 70.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
@@ -143,9 +143,9 @@ duckdb.sql("""
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 | 329 | 37,889,008 | 115,164 | 10.1 GB | 1.8 GB | 1h48m | 2h57m | 1h44m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 216 | 70,567,604 | 326,701 | 23.5 GB | 6.5 GB | 2h23m | 13h21m | 3h16m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ████████████████████████████░░ 35.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
@@ -176,7 +176,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
- 2012 ██████████████░░░░░░░░░░░░░░░ 2.1M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ██████████████████████████░░░░ 3.7M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
@@ -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
@@ -221,7 +221,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
- 2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 ████████████████████████████░░ 6.5M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
@@ -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,090,729 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,129,413 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,508,342 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,157,051 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,882,404 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,966,391 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,195,556 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,639,062 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,611,310 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 249,734 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,876,772 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,283,447 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 186,009 | 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,222 days), totaling **202,394,585 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.4 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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 2,678,257 events in 3845 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
+ 11:00 ███████████████████░░░░░░░░░░░ 183.9K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ███████████████░░░░░░░░░░░░░░░ 38.8M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ████████████████████████████░░ 70.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
 
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,799,237 | 115,131 | 10.4 GB | 1.8 GB | 1h51m | 3h00m | 1h45m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 216 | 70,567,604 | 326,701 | 23.5 GB | 6.5 GB | 2h23m | 13h21m | 3h18m |
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.7M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ████████████████████████████░░ 35.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
 
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
+ 2012 ██████████████░░░░░░░░░░░░░░░ 2.2M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ██████████████████████████░░░░ 3.7M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.7M
203
  2013 ███████████████████████████░░░ 2.9M
204
  2014 ██████████████████████████████ 3.1M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
+ 2012 ███████████████░░░░░░░░░░░░░░░ 3.7M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 ████████████████████████████░░ 6.5M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 101,526,184 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,169,367 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,572,339 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,184,743 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,888,118 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,054,799 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,225,426 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,803,569 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,616,378 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 249,734 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,886,573 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,299,610 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 186,794 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/06/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22620bd2e9ca81bda98e95bb8c123f237c2706ea5e140006992c0489f37a4680
3
- size 165322
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ceadc0169031b0362c03473f520d0ede2c795894bbeb24482b4422a22a42274
3
+ size 344261
data/stars/2012/07/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f30e88f58f91d4899e69fa75c95399b01ab88c98cb016812539ef73733ec88f0
3
- size 168016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8c7f9f700fa2a5b599e16d5575b0aa00ce0bb5b72a3a4bd58a1cb8cb21302f
3
+ size 351789
data/stars/2012/07/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9dd59a1cb944ce946bb0a78388f71420a1c2f01761d9af94ea6717bf1e479e49
3
- size 246942
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7729d59cd2d9d85d8f5df3c4b49a141ea57206227bffe8985c429c356a5baf
3
+ size 501774
data/stars/2012/07/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0318b457b1d42a2178154a293cfdc8295c9af2bb055bb71223380eed79ca419d
3
- size 243933
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a29d0c0ee4661ed57ff1c95d552549ea8e0915f869fea709004791045392631b
3
+ size 505040
data/stars/2012/07/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87a280ccb859cff6aea5feabbf1d969fb99a9e2c372c55b7bd9b813c924ee53e
3
- size 222632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7669eb086431a07b103ca22fc50439be8ac4747eefb3c3548dcb52ca7c6d6f9
3
+ size 468233
data/stars/2012/07/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:418f262fc44eb20cea688aa83291f41130216ad79a1ce45cc03589b32a3efb69
3
- size 250099
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3701df6785ae1452d9ee5abbb22c36bbd9c9cb0cf9842c7052ee2d1eeaf3a7d1
3
+ size 515849
data/stars/2012/07/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf2c6bd33a71bb4af18f6d52c735fa4c24953ac735d56ff79a28b9b2403767cf
3
- size 237054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e272eb70b157cd16c12240584a9f204299315cddc3821a68580b3ae796c66818
3
+ size 476853
stats.csv CHANGED
@@ -508,6 +508,10 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
508
  2012-07-02,125323,490,59870,5833,9842,4231,0,850,12333,4349,22961,741,0,1533,2194,0,96,0,34372429,23.1,501774,21.7,23.1,0.0
509
  2012-07-03,133666,535,61323,5810,9934,4433,0,1077,12441,4450,28828,791,0,1554,2359,0,131,0,35635629,23.4,505040,21.1,23.4,0.0
510
  2012-07-04,129397,7294,59924,5458,8293,3390,0,792,11359,3846,25054,710,0,1192,1985,0,100,0,32454586,23.2,468233,20.0,23.2,0.0
 
 
 
 
511
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
512
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
513
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
@@ -1213,7 +1217,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1213
  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
1214
  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
1215
  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
1216
- 2014-08-15,346228,1297,171111,19495,35158,16458,0,5219,30425,10999,41224,6681,1056,3084,3718,0,303,0,198626039,378.3,35205278,42.8,378.3,0.0
1217
  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
1218
  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
1219
  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
 
508
  2012-07-02,125323,490,59870,5833,9842,4231,0,850,12333,4349,22961,741,0,1533,2194,0,96,0,34372429,23.1,501774,21.7,23.1,0.0
509
  2012-07-03,133666,535,61323,5810,9934,4433,0,1077,12441,4450,28828,791,0,1554,2359,0,131,0,35635629,23.4,505040,21.1,23.4,0.0
510
  2012-07-04,129397,7294,59924,5458,8293,3390,0,792,11359,3846,25054,710,0,1192,1985,0,100,0,32454586,23.2,468233,20.0,23.2,0.0
511
+ 2012-07-05,144953,7991,66115,5618,9619,4272,0,936,13113,4250,28184,742,0,1595,2368,0,150,0,37288427,25.7,515849,21.1,25.7,0.0
512
+ 2012-07-06,119404,3259,58048,5313,9287,4318,0,980,12162,4259,17578,718,0,1307,2087,0,88,0,33626370,25.1,476853,26.6,25.1,0.0
513
+ 2012-07-07,79765,1522,40609,3678,5277,2708,0,286,8531,3022,11081,405,0,696,1886,0,64,0,22335815,17.0,353790,11.3,17.0,0.0
514
+ 2012-07-08,90507,1461,47302,4400,6155,2201,0,432,10075,2890,12123,533,0,1009,1828,0,98,0,25088560,17.0,412654,0.1,17.0,0.0
515
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
516
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
517
  2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
 
1217
  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
1218
  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
1219
  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
1220
+ 2014-08-15,346228,1297,171111,19495,35158,16458,0,5219,30425,10999,41224,6681,1056,3084,3718,0,303,0,198626039,378.3,35205278,42.8,378.3,70.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,0.0
1222
  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
1223
  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