tamnd commited on
Commit
c98560b
·
verified ·
1 Parent(s): b01b791

Add 2012-10-13 to 2012-10-19 — 7 days, 971.9K 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,240 days), totaling **205,869,931 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.7 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
 
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 40.1M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████████░ 72.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 | 349 | 40,083,827 | 114,853 | 10.7 GB | 940.2 MB | 1h33m | 2h40m | 1h04m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 222 | 72,758,360 | 327,740 | 24.6 GB | 6.7 GB | 2h26m | 14h01m | 3h24m |
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 ███████████████░░░░░░░░░░░░░░░ 19.3M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████████░ 36.9M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ██████████████���░░░░░░░░░░░░░░░ 2.2M
180
  2013 ██████████████████████████████ 4.3M
181
- 2014 ██████████████████████████░░░ 3.8M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -199,8 +199,8 @@ Pull request events cover the full review cycle: opened, merged, closed, review
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
- 2012 ███████████████░░░░░░░░░░░░░░ 1.7M
203
- 2013 ██████████████████████████░░░ 2.9M
204
  2014 ██████████████████████████████ 3.2M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 3.8M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ████████████████████████████░ 6.7M
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 | 103,282,630 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,363,989 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,902,134 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,330,959 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,932,358 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,377,809 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,351,767 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,206,652 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,665,246 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 255,775 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,918,116 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,346,210 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 189,781 | 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,242 days), totaling **206,541,614 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 62.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.7 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
 
 
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 40.1M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████████░ 73.4M
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 | 349 | 40,083,827 | 114,853 | 10.7 GB | 850.8 MB | 1h31m | 2h40m | 1h02m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 224 | 73,430,043 | 327,812 | 25.0 GB | 6.7 GB | 2h27m | 14h12m | 3h24m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 19.3M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████████░ 37.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ██████████████���░░░░░░░░░░░░░░░ 2.2M
180
  2013 ██████████████████████████████ 4.3M
181
+ 2014 ██████████████████████████░░░ 3.9M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.7M
203
+ 2013 ██████████████████████████░░░ 2.9M
204
  2014 ██████████████████████████████ 3.2M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 3.8M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ████████████████████████████░ 6.8M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 103,623,740 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,400,723 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,966,181 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,358,490 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,939,953 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,438,947 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,374,958 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,282,827 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,683,894 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 257,655 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,922,340 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,352,685 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 190,342 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/10/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f867bb22ea8df6bc49961bc8a6522236c37a2b7876d0785cecc6de37c3d9d63
3
- size 189100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64974ee89f00447c7d4ea69d2b3d166519d6ddcd8cb348ad0b9c4e0f67eb278a
3
+ size 383494
data/stars/2012/10/14.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfb05d686b073cf7bd83296e1e21437aba4f34e51d37be04825b75321608166d
3
- size 223631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d048cd62e5fb5fcb314f537670ceb076123713ccb887235456f9aaa84d8baf5
3
+ size 442201
data/stars/2012/10/15.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:540ccd292743833b24807b59b85ee7df029ef9133300019272255c2dc86ba2d4
3
- size 332677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751933e8a4988302c92d93f28d95d07fe4f78b992301fa367aff413812644582
3
+ size 663301
data/stars/2012/10/16.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5fbb93b7d42ab948514c3cae110126ccba72242fd107f99f4de43d94d0156d7a
3
- size 323331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e4200b330e01ddb4dcdb4df3549fc087986e811255d8d072995256a6eaeb53
3
+ size 652353
data/stars/2012/10/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ee062a46b7a3aa3dad90e0a3b4790cb017e53ed469e1646956c778f4bb49fc3
3
- size 306401
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60c9c156530ff7353a0a08b0b794d1c9f4552892498526cfdc9d095f99bf740
3
+ size 611695
data/stars/2012/10/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d35d1634dd8850415bb1f78e4ebe156925f67ccc69ae16c0ed0c73c3739e095
3
- size 295476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226af517c80edc29d019e1039baea534fb982c51201d82cb25f1682b9e12461b
3
+ size 594857
data/stars/2012/10/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d106f92def5c22bcf03f51dd736345ae7164f9ea9ebf4cfed16ce3cb16f7bbdf
3
- size 318077
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1632ecdb85e93c918162f530e2de80fecdf78440889527b36ced5c4b1700fb
3
+ size 584828
stats.csv CHANGED
@@ -601,21 +601,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
601
  2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,26.6,542203,22.9,26.6,8.1
602
  2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,26.6,547369,6.1,26.6,8.1
603
  2012-10-05,121169,855,62090,6737,10476,4584,0,1219,10732,4396,15400,807,0,1221,2511,0,141,0,37595301,26.0,488822,23.3,26.0,8.1
604
- 2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,15.0,369265,7.9,15.1,0.0
605
- 2012-10-07,96159,646,52298,4691,6762,2728,0,594,9389,3245,12557,543,0,768,1851,0,87,0,28865649,19.9,439684,6.9,19.9,0.0
606
- 2012-10-08,132549,1032,68888,6984,11395,4744,0,1232,12006,4914,15987,853,0,1368,2993,0,153,0,41341469,31.2,555025,17.1,31.2,0.0
607
- 2012-10-09,147147,1136,74430,7355,12237,5223,0,1124,12654,5476,21937,912,0,1621,2905,0,137,0,44599447,33.4,573914,9.1,33.4,0.0
608
- 2012-10-10,143367,1027,74990,7342,12141,5323,0,1282,12785,5364,17499,850,0,1676,2916,0,172,0,44677186,37.7,579363,13.7,37.7,0.0
609
- 2012-10-11,146506,1057,76464,7554,12583,5653,0,1116,13346,5707,17366,1043,0,1545,2964,0,108,0,45436658,39.2,591873,16.8,39.2,0.0
610
- 2012-10-12,141280,888,67821,12354,15508,5127,0,1309,11706,4823,16464,867,0,1298,2985,0,130,0,41029318,34.0,523305,14.7,34.0,0.0
611
  2012-10-13,96502,669,50958,6390,8271,2644,0,540,8120,3494,12225,586,0,741,1777,0,87,0,27985795,25.3,383494,9.1,25.3,0.0
612
- 2012-10-14,111537,721,59174,6345,8911,3072,0,576,9815,3748,15366,643,0,1054,2013,0,99,0,33238404,15.5,11387173,32.9,15.5,20.8
613
- 2012-10-15,156849,1072,77972,9235,15078,5915,0,1250,15450,5907,19088,1023,0,1658,3070,0,131,0,47569307,24.1,15842924,25.8,24.1,28.3
614
- 2012-10-16,160647,1155,78716,10004,18573,6341,0,1521,14176,5992,18161,1002,0,1615,3252,0,139,0,48223103,26.8,15771661,27.0,26.8,40.9
615
- 2012-10-17,152676,1251,78831,7745,12954,5788,0,1324,13502,5803,19278,938,0,1719,3379,0,164,0,47254620,26.3,15754473,25.9,26.3,39.3
616
- 2012-10-18,149085,1239,76363,8383,13760,5213,0,1182,12937,5773,18321,1033,0,1448,3289,0,144,0,44938317,36.9,15349606,53.0,36.9,30.8
617
- 2012-10-19,144613,1117,68657,10206,18034,4679,0,1322,11682,5043,18629,869,0,1237,3040,0,98,0,40642537,32.4,13722009,22.7,32.5,25.3
618
- 2012-10-20,96980,796,52389,5654,6399,2600,0,513,8517,3765,12822,486,0,806,2145,0,88,0,28177714,31.3,9837909,22.7,31.3,34.9
619
  2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,33.2,11041231,30.0,33.2,26.3
620
  2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,28.1,16104043,41.7,28.1,39.0
621
  2012-10-23,155780,1205,81153,8086,13373,5782,0,1301,14378,6124,18367,950,0,1503,3402,0,156,0,47906162,27.3,15972665,44.4,27.3,34.0
@@ -1236,6 +1236,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1236
  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
1237
  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,60.5
1238
  2014-08-21,394280,1499,196076,21257,38888,18754,0,7443,35164,13340,44580,9179,1116,3065,3594,0,325,0,233419185,443.6,39246587,44.6,443.6,22.7
 
1239
  2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,0.0
 
1240
  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
1241
  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
 
601
  2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,26.6,542203,22.9,26.6,8.1
602
  2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,26.6,547369,6.1,26.6,8.1
603
  2012-10-05,121169,855,62090,6737,10476,4584,0,1219,10732,4396,15400,807,0,1221,2511,0,141,0,37595301,26.0,488822,23.3,26.0,8.1
604
+ 2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,15.0,369265,7.9,15.1,6.1
605
+ 2012-10-07,96159,646,52298,4691,6762,2728,0,594,9389,3245,12557,543,0,768,1851,0,87,0,28865649,19.9,439684,6.9,19.9,6.1
606
+ 2012-10-08,132549,1032,68888,6984,11395,4744,0,1232,12006,4914,15987,853,0,1368,2993,0,153,0,41341469,31.2,555025,17.1,31.2,6.1
607
+ 2012-10-09,147147,1136,74430,7355,12237,5223,0,1124,12654,5476,21937,912,0,1621,2905,0,137,0,44599447,33.4,573914,9.1,33.4,6.1
608
+ 2012-10-10,143367,1027,74990,7342,12141,5323,0,1282,12785,5364,17499,850,0,1676,2916,0,172,0,44677186,37.7,579363,13.7,37.7,6.1
609
+ 2012-10-11,146506,1057,76464,7554,12583,5653,0,1116,13346,5707,17366,1043,0,1545,2964,0,108,0,45436658,39.2,591873,16.8,39.2,6.1
610
+ 2012-10-12,141280,888,67821,12354,15508,5127,0,1309,11706,4823,16464,867,0,1298,2985,0,130,0,41029318,34.0,523305,14.7,34.0,6.1
611
  2012-10-13,96502,669,50958,6390,8271,2644,0,540,8120,3494,12225,586,0,741,1777,0,87,0,27985795,25.3,383494,9.1,25.3,0.0
612
+ 2012-10-14,111537,721,59174,6345,8911,3072,0,576,9815,3748,15366,643,0,1054,2013,0,99,0,33238404,26.5,442201,22.3,26.5,0.0
613
+ 2012-10-15,156849,1072,77972,9235,15078,5915,0,1250,15450,5907,19088,1023,0,1658,3070,0,131,0,47569307,35.7,663301,24.0,35.7,0.0
614
+ 2012-10-16,160647,1155,78716,10004,18573,6341,0,1521,14176,5992,18161,1002,0,1615,3252,0,139,0,48223103,38.2,652353,6.6,38.2,0.0
615
+ 2012-10-17,152676,1251,78831,7745,12954,5788,0,1324,13502,5803,19278,938,0,1719,3379,0,164,0,47254620,36.3,611695,6.0,36.4,0.0
616
+ 2012-10-18,149085,1239,76363,8383,13760,5213,0,1182,12937,5773,18321,1033,0,1448,3289,0,144,0,44938317,31.7,594857,7.8,31.7,0.0
617
+ 2012-10-19,144613,1117,68657,10206,18034,4679,0,1322,11682,5043,18629,869,0,1237,3040,0,98,0,40642537,29.3,584828,9.5,29.4,0.0
618
+ 2012-10-20,96980,796,52389,5654,6399,2600,0,513,8517,3765,12822,486,0,806,2145,0,88,0,28177714,19.5,406092,6.0,19.5,0.0
619
  2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,33.2,11041231,30.0,33.2,26.3
620
  2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,28.1,16104043,41.7,28.1,39.0
621
  2012-10-23,155780,1205,81153,8086,13373,5782,0,1301,14378,6124,18367,950,0,1503,3402,0,156,0,47906162,27.3,15972665,44.4,27.3,34.0
 
1236
  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
1237
  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,60.5
1238
  2014-08-21,394280,1499,196076,21257,38888,18754,0,7443,35164,13340,44580,9179,1116,3065,3594,0,325,0,233419185,443.6,39246587,44.6,443.6,22.7
1239
+ 2014-08-22,380583,1520,190255,22187,41293,17551,0,5632,33408,12643,41894,6686,1017,2574,3590,0,333,0,216226930,398.5,37002370,12.2,398.5,0.0
1240
  2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,0.0
1241
+ 2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,0.0
1242
  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
1243
  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