tamnd commited on
Commit
286a276
·
verified ·
1 Parent(s): 79baa53

Add 2014-08-06 — 415.2K 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,177 days), totaling **195,052,445 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 57.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.9 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,564,620 events in 3840 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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 70.3K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ██████████████░░░░░░░░░░░░░░░░ 35.2M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ██████████████████████████░░░ 66.8M
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 | 303 | 35,233,561 | 116,282 | 9.4 GB | 2.6 GB | 2h02m | 3h15m | 2h25m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 205 | 66,791,140 | 325,810 | 21.4 GB | 6.1 GB | 2h14m | 12h12m | 3h05m |
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 █████████████░░░░░░░░░░░░░░░░░ 16.9M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ██████████████████████████░░░░ 33.9M
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.6M
203
  2013 █████████████████████████████░ 2.9M
204
- 2014 ██████████████████████████████ 2.9M
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 | 97,888,422 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,805,119 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,956,294 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,902,352 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,812,518 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,351,238 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,982,017 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,719,032 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,522,409 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 239,083 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,818,698 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,192,653 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 179,948 | 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,178 days), totaling **195,467,638 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 57.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.9 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,587,876 events in 3841 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 █████████░░░░░░░░░░░░░░░░░░░░░ 93.6K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ██████████████░░░░░░░░░░░░░░░░ 35.2M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ██████████████████████████░░░ 67.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 | 303 | 35,233,561 | 116,282 | 9.4 GB | 2.6 GB | 2h00m | 3h15m | 2h24m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 206 | 67,206,333 | 326,244 | 21.7 GB | 6.1 GB | 2h15m | 12h20m | 3h06m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 █████████████░░░░░░░░░░░░░░░░░ 16.9M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ██████████████████████████░░░░ 34.1M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.6M
203
  2013 █████████████████████████████░ 2.9M
204
+ 2014 ██████████████████████████████ 3.0M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 98,092,026 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,829,010 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,998,825 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,922,368 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,819,793 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,388,649 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,996,488 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 24,767,140 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,530,041 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 240,177 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,822,070 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,196,469 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 180,322 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a845425cd94fcbedecd1286b5ddfd0f0ee26d4450c57f15c851b18a249201c2a
3
+ size 113980
data/creates/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4084f28b6b209331443487402efd51dc1db5084cc5c86bbf765a5842d417f961
3
+ size 1652056
data/deletes/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e7965645e65aa2e7c7b35d0e33e4ec3a2e81765b99096378218b71ebeed8d5e
3
+ size 221177
data/forks/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8db86f2238ad497c3d4cc9fb693c0fccf9287e4cbc8d3b313655d4912767f7
3
+ size 428405
data/issue_comments/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5272cb77c8c2f1c4e760839a4443fcb5ff1b3394a3efde3421d8d7caee91d2f9
3
+ size 1044625
data/issues/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d591c141361b54a249e90e61f45d70d7cc2ea71b61f6ff83621d50a27bf8bd4
3
+ size 555745
data/public_events/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2693d9fd349ed761cc11c664e9a9905d4092717135745130bb7c5021c4dda65
3
+ size 15223
data/pull_requests/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2524e77c583847edf9ca119ad4ea4250790d7f05abae23d18702a338bc9db851
3
+ size 3528845
data/pushes/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da8039d63ea7551cfbd2a8ca16c84c0fa254d2d2e53055aa5f64370fee774da8
3
+ size 32440082
data/stars/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215c6fcd0076cc2f6a9e3e167f91cee0d3b1e9b211408a555ded9f929af0a367
3
+ size 1666003
data/wiki_pages/2014/08/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fcd279709b1549f1b000fb2b85d4679ba7e664fb5e1f41058761f08661ac9b0
3
+ size 284415
stats.csv CHANGED
@@ -387,14 +387,14 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
387
  2012-03-03,100314,0,37344,4615,6179,18003,0,306,7801,2401,19981,630,0,840,1658,510,46,0,29497236,21.8,340780,7.7,21.8,0.0
388
  2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,17.1,273033,6.9,17.1,0.0
389
  2012-03-05,117772,0,46899,5245,8053,22635,0,719,10419,2868,15867,1102,0,1388,1926,568,83,0,39269934,35.5,453487,20.4,35.5,0.0
390
- 2012-03-06,147820,0,56208,5812,9792,30079,0,750,12719,3797,22905,1076,0,1454,2418,703,107,0,48115290,49.6,18967539,61.8,49.6,25.3
391
- 2012-03-07,141627,0,54265,6227,9068,25996,0,698,12993,3767,22726,1011,0,1480,2574,695,127,0,45514169,49.2,17775768,52.4,49.2,25.2
392
- 2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,54.8,17263192,51.1,54.8,31.3
393
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,59.0,17071131,28.8,59.0,32.3
394
- 2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,8.6,3678773,12.4,8.6,23.4
395
- 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,14.1,7072032,22.1,14.1,34.2
396
  2012-03-12,114006,3709,55342,5807,9308,3798,0,888,11595,3970,18749,605,0,1235,2068,0,116,0,31179652,17.5,10197119,42.2,17.5,27.8
397
- 2012-03-13,119956,3873,55729,7985,11746,3820,0,714,11112,4034,20028,601,0,1418,2111,0,110,0,31517471,20.5,10310114,35.2,20.5,33.1
398
  2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,19.8,9580957,32.1,19.8,31.3
399
  2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,17.6,9593373,30.8,17.6,31.8
400
  2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,15.4,8584920,27.0,15.4,19.9
@@ -1173,6 +1173,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1173
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,68.5
1174
  2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,51.5
1175
  2014-08-04,401409,1718,195378,21869,43573,19363,0,6998,37373,14073,46148,6742,1101,2852,3806,0,415,0,232502272,466.5,40240092,53.6,466.5,57.6
1176
- 2014-08-05,414882,1627,203619,23137,44254,20006,0,7240,37791,14130,47204,6917,1193,3102,4329,0,333,0,240654829,478.7,41706265,43.1,478.7,0.0
 
1177
  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
1178
  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
 
387
  2012-03-03,100314,0,37344,4615,6179,18003,0,306,7801,2401,19981,630,0,840,1658,510,46,0,29497236,21.8,340780,7.7,21.8,0.0
388
  2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,17.1,273033,6.9,17.1,0.0
389
  2012-03-05,117772,0,46899,5245,8053,22635,0,719,10419,2868,15867,1102,0,1388,1926,568,83,0,39269934,35.5,453487,20.4,35.5,0.0
390
+ 2012-03-06,147820,0,56208,5812,9792,30079,0,750,12719,3797,22905,1076,0,1454,2418,703,107,0,48115290,46.1,540966,8.5,46.1,0.0
391
+ 2012-03-07,141627,0,54265,6227,9068,25996,0,698,12993,3767,22726,1011,0,1480,2574,695,127,0,45514169,46.1,544689,6.9,46.1,0.0
392
+ 2012-03-08,136260,0,53048,5293,8907,24478,0,906,12322,3764,22031,1121,0,1290,2355,622,123,0,43579009,42.9,568803,22.5,42.9,0.0
393
  2012-03-09,138754,0,51325,5075,8268,31240,0,827,11074,3567,22168,1063,0,1389,2098,571,89,0,45290060,59.0,17071131,28.8,59.0,32.3
394
+ 2012-03-10,32077,3512,10595,920,1279,7782,0,107,2224,741,7317,223,0,252,515,107,15,0,10415548,10.5,103667,9.3,10.5,0.0
395
+ 2012-03-11,82907,2486,41670,3736,5346,2210,0,275,7936,2218,16346,407,0,788,1582,0,83,0,21558165,18.3,296725,25.9,18.3,0.0
396
  2012-03-12,114006,3709,55342,5807,9308,3798,0,888,11595,3970,18749,605,0,1235,2068,0,116,0,31179652,17.5,10197119,42.2,17.5,27.8
397
+ 2012-03-13,119956,3873,55729,7985,11746,3820,0,714,11112,4034,20028,601,0,1418,2111,0,110,0,31517471,27.1,411047,7.7,27.1,0.0
398
  2012-03-14,107206,3440,52360,5529,8677,3717,0,728,10310,3661,17894,679,0,1170,1827,0,131,0,29756941,19.8,9580957,32.1,19.8,31.3
399
  2012-03-15,107637,3464,51996,5337,8335,3457,0,728,10271,3590,19493,661,0,1213,1957,0,132,0,28951165,17.6,9593373,30.8,17.6,31.8
400
  2012-03-16,97310,2816,46751,5028,7718,3297,0,637,9412,3517,16985,540,0,1142,1812,0,104,0,26791807,15.4,8584920,27.0,15.4,19.9
 
1173
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,68.5
1174
  2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,51.5
1175
  2014-08-04,401409,1718,195378,21869,43573,19363,0,6998,37373,14073,46148,6742,1101,2852,3806,0,415,0,232502272,466.5,40240092,53.6,466.5,57.6
1176
+ 2014-08-05,414882,1627,203619,23137,44254,20006,0,7240,37791,14130,47204,6917,1193,3102,4329,0,333,0,240654829,478.7,41706265,43.1,478.7,56.7
1177
+ 2014-08-06,415193,1598,203604,23891,42531,20016,0,7275,37411,14471,48108,7632,1094,3372,3816,0,374,0,241173058,486.1,41950556,50.8,486.1,0.0
1178
  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
1179
  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