tamnd commited on
Commit
d8843cb
·
verified ·
1 Parent(s): 6375f86

Add 2014-09-19 — 386.5K 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,292 days), totaling **219,809,586 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 68.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
@@ -135,8 +135,8 @@ duckdb.sql("""
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 42.5M
138
- 2013 ███████████████████████████░░░ 76.1M
139
- 2014 ██████████████████████████████ 82.6M
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,105,538 | 215,596 | 23.1 GB | 4.2 GB | 2h36m | 8h59m | 2h39m |
148
- | 2014 | 248 | 82,622,199 | 333,154 | 29.9 GB | 7.6 GB | 2h45m | 16h57m | 3h49m |
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 ██████████████████████████████ 41.9M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -177,8 +177,8 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
- 2013 █████████████████████████████ 4.4M
181
- 2014 █████████████████████████████ 4.4M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -200,7 +200,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
200
  ```
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
- 2013 ███████████████████████░░░░░░ 3.0M
204
  2014 ██████████████████████████████ 3.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
@@ -222,8 +222,8 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 4.0M
225
- 2013 ███████████████████████████░░ 7.1M
226
- 2014 ██████████████████████████████ 7.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 | 110,336,371 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,210,087 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 19,213,522 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,921,021 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,113,792 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,619,882 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,826,623 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,815,254 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,871,149 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 282,723 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,034,659 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,541,474 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 202,185 | 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,295 days), totaling **220,887,005 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 68.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 42.5M
138
+ 2013 ███████████████████████████░░░ 76.2M
139
+ 2014 ██████████████████████████████ 83.7M
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,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
148
+ | 2014 | 251 | 83,650,892 | 333,270 | 30.4 GB | 7.7 GB | 2h47m | 17h16m | 3h49m |
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 ██████████████████████████████ 42.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
+ 2013 █████████████████████████████ 4.4M
181
+ 2014 █████████████████████████████ 4.5M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
200
  ```
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
+ 2013 ███████████████████████░░░░░░ 3.0M
204
  2014 ██████████████████████████████ 3.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ███████████████░░░░░░░░░░░░░░░ 4.0M
225
+ 2013 ███████████████████████████░░ 7.1M
226
+ 2014 ██████████████████████████████ 7.7M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 110,871,902 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,317,301 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 19,295,879 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,962,810 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,125,039 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,711,471 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,862,483 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,941,131 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,886,914 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 285,416 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,041,754 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,555,458 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 203,074 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0405821ea792811cc377f58c3add5207e1fe4f128cb328ad0d2e848b3945e05d
3
+ size 101544
data/creates/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112590e04016ffa345d62e51d164526ff9c27a703169e43520ff51fb611404a0
3
+ size 2090620
data/deletes/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1ceea8b36d6496266b20e3cce9f5a2c471ef307372728f4857625c4b0b387a
3
+ size 193786
data/forks/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdedfc0e2fdb1a09b81e8787238cf5b5e2ce77c01b8884a4c63fbe6fc7db2866
3
+ size 389117
data/issue_comments/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d68fe87abcbc2e0bb19b86841ffc3d531fd72199b1aeefcf77dd3c2c39b2349
3
+ size 851047
data/issues/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf1dd8d51815b959d396503b4fae80aca2d6f94e57441aba842d32720855fa4
3
+ size 562386
data/public_events/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7e313f8a00a76697926dd8a5aaaf4de3efb82bf10e705ebe8c2773104593a7
3
+ size 13876
data/pull_requests/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0b38d060b4a5467aa8c59a0085aad19a63584492f75a368fee52366dcbc85e
3
+ size 3134505
data/pushes/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52e81488b59156be55efeccbd161ebd68fe2a4a2c1e2b1c7d32e76e66db58f9
3
+ size 30665070
data/stars/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94f09bc69ad851036b124d4f7b4d395e16ee7aa8864194e67074de932edbefac
3
+ size 1458808
data/wiki_pages/2014/09/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade2039b2947a0a846116b38a312206583bf3733056ea7d93a3ae2f4d469f30d
3
+ size 271736
stats.csv CHANGED
@@ -846,22 +846,22 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
846
  2013-06-05,236033,1137,121524,12370,21422,9610,0,2332,23326,8693,27306,2045,0,2330,3705,0,233,0,77931235,61.6,1027294,12.3,61.6,7.2
847
  2013-06-06,235936,1195,122056,13117,21343,9650,0,2580,21692,8450,28100,1870,0,2114,3583,0,186,0,78527595,65.1,960569,11.6,65.1,7.2
848
  2013-06-07,207055,1043,108312,10637,18478,8534,0,2055,19152,8071,23246,1669,0,1984,3679,0,195,0,69154267,59.5,839895,13.0,59.5,7.2
849
- 2013-06-08,140327,615,75400,8287,10629,4422,0,887,13806,5240,16385,1021,0,1062,2461,0,112,0,43269845,41.1,638607,6.7,41.1,0.0
850
- 2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,47.8,654364,24.1,47.8,0.0
851
- 2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.4,819604,12.2,65.4,0.0
852
- 2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,63.3,808037,9.7,63.3,0.0
853
- 2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,61.4,864282,11.3,61.4,0.0
854
- 2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,55.5,910751,10.9,55.5,0.0
855
- 2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,47.2,819949,11.6,47.2,0.0
856
  2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,29.9,588779,12.8,29.9,0.0
857
- 2013-06-16,149974,512,81317,8936,10826,4423,0,676,13999,5657,17860,1496,0,1240,2889,0,143,0,45317248,60.3,14882365,33.5,60.3,55.8
858
- 2013-06-17,231177,1034,116751,13545,21127,9706,0,2611,21579,9028,26574,2075,0,2153,4737,0,257,0,76380070,59.6,23674469,31.3,59.6,54.1
859
- 2013-06-18,243854,1178,122158,14492,21573,9909,0,2906,22525,9506,29658,2052,0,2411,5259,0,227,0,84808804,120.1,25526603,42.3,120.1,41.8
860
- 2013-06-19,243451,1138,119170,15073,22789,9711,0,2615,21894,9445,32476,2131,0,2299,4483,0,227,0,87915995,160.9,25094321,35.2,160.9,40.1
861
- 2013-06-20,231698,944,115516,16439,22896,9303,0,2470,20966,8963,25493,1921,0,2193,4392,0,202,0,75481085,142.8,23146089,30.5,142.8,38.8
862
- 2013-06-21,191350,769,93054,11564,15719,7077,0,1623,16201,6685,24842,1533,0,1779,10343,0,161,0,65831048,115.0,20551300,45.6,115.0,35.6
863
- 2013-06-22,133961,527,63731,7047,9532,3648,0,713,12497,5109,18522,884,0,947,10686,0,118,0,39122140,70.6,12905894,29.4,70.6,36.9
864
- 2013-06-23,159544,568,77589,7325,10742,4496,0,1445,15015,5338,21526,1024,0,1349,12987,0,140,0,50348954,85.7,15506708,26.2,85.7,29.4
865
  2013-06-24,244515,1060,115917,12882,20378,9405,0,2836,22307,8627,31490,1903,0,1962,15531,0,217,0,78768715,124.3,24227424,53.0,124.3,34.2
866
  2013-06-25,263155,1162,123967,16183,25270,10228,0,2704,22743,9560,32019,2064,0,2656,14321,0,278,0,82890178,130.8,25514739,33.8,130.8,36.2
867
  2013-06-26,250739,1081,120887,12424,20934,10088,0,2909,22495,9872,31355,2146,0,2440,13846,0,262,0,82029967,146.4,24953835,29.2,146.4,32.0
@@ -1289,6 +1289,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1289
  2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,56.2
1290
  2014-09-17,467144,2285,220422,42835,41460,21119,0,7452,38314,15066,52140,7315,1216,3299,13813,0,408,0,275075750,458.0,45526511,49.0,458.0,55.9
1291
  2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
 
1292
  2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,0.0
 
1293
  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
1294
  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
 
846
  2013-06-05,236033,1137,121524,12370,21422,9610,0,2332,23326,8693,27306,2045,0,2330,3705,0,233,0,77931235,61.6,1027294,12.3,61.6,7.2
847
  2013-06-06,235936,1195,122056,13117,21343,9650,0,2580,21692,8450,28100,1870,0,2114,3583,0,186,0,78527595,65.1,960569,11.6,65.1,7.2
848
  2013-06-07,207055,1043,108312,10637,18478,8534,0,2055,19152,8071,23246,1669,0,1984,3679,0,195,0,69154267,59.5,839895,13.0,59.5,7.2
849
+ 2013-06-08,140327,615,75400,8287,10629,4422,0,887,13806,5240,16385,1021,0,1062,2461,0,112,0,43269845,41.1,638607,6.7,41.1,5.3
850
+ 2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,47.8,654364,24.1,47.8,5.3
851
+ 2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.4,819604,12.2,65.4,5.3
852
+ 2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,63.3,808037,9.7,63.3,5.3
853
+ 2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,61.4,864282,11.3,61.4,5.3
854
+ 2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,55.5,910751,10.9,55.5,5.3
855
+ 2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,47.2,819949,11.6,47.2,5.3
856
  2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,29.9,588779,12.8,29.9,0.0
857
+ 2013-06-16,149974,512,81317,8936,10826,4423,0,676,13999,5657,17860,1496,0,1240,2889,0,143,0,45317248,36.4,655269,7.5,36.5,0.0
858
+ 2013-06-17,231177,1034,116751,13545,21127,9706,0,2611,21579,9028,26574,2075,0,2153,4737,0,257,0,76380070,57.8,957120,10.2,57.8,0.0
859
+ 2013-06-18,243854,1178,122158,14492,21573,9909,0,2906,22525,9506,29658,2052,0,2411,5259,0,227,0,84808804,60.2,996013,36.4,60.2,0.0
860
+ 2013-06-19,243451,1138,119170,15073,22789,9711,0,2615,21894,9445,32476,2131,0,2299,4483,0,227,0,87915995,57.8,1050881,21.3,57.9,0.0
861
+ 2013-06-20,231698,944,115516,16439,22896,9303,0,2470,20966,8963,25493,1921,0,2193,4392,0,202,0,75481085,55.9,1013144,10.2,55.9,0.0
862
+ 2013-06-21,211858,867,103217,12625,17394,7943,0,1853,17765,7328,27408,1697,0,1927,11651,0,183,0,72685182,50.4,824031,26.0,50.4,0.0
863
+ 2013-06-22,148073,582,70529,7707,10455,4030,0,768,13670,5551,20482,972,0,1087,12105,0,135,0,43299215,28.7,644934,10.8,28.7,0.0
864
+ 2013-06-23,173650,607,84330,8007,11646,4880,0,1577,16329,5888,23342,1121,0,1595,14181,0,147,0,54780982,39.9,736156,9.0,39.9,0.0
865
  2013-06-24,244515,1060,115917,12882,20378,9405,0,2836,22307,8627,31490,1903,0,1962,15531,0,217,0,78768715,124.3,24227424,53.0,124.3,34.2
866
  2013-06-25,263155,1162,123967,16183,25270,10228,0,2704,22743,9560,32019,2064,0,2656,14321,0,278,0,82890178,130.8,25514739,33.8,130.8,36.2
867
  2013-06-26,250739,1081,120887,12424,20934,10088,0,2909,22495,9872,31355,2146,0,2440,13846,0,262,0,82029967,146.4,24953835,29.2,146.4,32.0
 
1289
  2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,56.2
1290
  2014-09-17,467144,2285,220422,42835,41460,21119,0,7452,38314,15066,52140,7315,1216,3299,13813,0,408,0,275075750,458.0,45526511,49.0,458.0,55.9
1291
  2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
1292
+ 2014-09-19,386534,2256,192900,25195,37717,18286,0,5882,32658,12808,43787,6765,1066,2984,3886,0,344,0,223458523,462.2,39732495,45.3,462.2,0.0
1293
  2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,0.0
1294
+ 2014-09-21,366634,1254,168787,67342,21518,11487,0,2915,29461,11429,41716,4365,857,1925,3291,0,287,0,189941956,387.8,31891032,51.0,387.8,0.0
1295
  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
1296
  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