tamnd commited on
Commit
80430f9
·
verified ·
1 Parent(s): 956ecc2

Add 2012-11-17 to 2012-11-23 — 7 days, 990.7K 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,246 days), totaling **207,379,644 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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,761,410 events in 3849 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -86,7 +86,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
  11:00 ████████████████████████████░░ 267.1K
89
- 12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ████████████████░░░░░░░░░░░░░░ 40.5M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████████░ 73.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 | 352 | 40,516,243 | 115,102 | 10.8 GB | 527.9 MB | 1h23m | 2h43m | 49m09s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 225 | 73,835,657 | 328,158 | 25.2 GB | 6.8 GB | 2h28m | 14h20m | 3h28m |
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 ███████████████░░░░░░░░░░░░░░░ 19.6M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████████░ 37.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -176,7 +176,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
- 2012 ███████████████░░░░░░░░░░░░░░ 2.2M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████████░░░ 3.9M
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.7M
203
  2013 ██████████████████████████░░░░ 2.9M
204
  2014 ██████████████████████████████ 3.3M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 3.9M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 █████████████████████████████░ 6.8M
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 | 104,045,270 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,452,450 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,047,283 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,392,381 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,949,972 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,513,359 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,403,675 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,379,785 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,693,983 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 258,733 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,932,846 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,365,049 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 191,079 | 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,253 days), totaling **208,695,682 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.5 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,781,928 events in 3850 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
  11:00 ████████████████████████████░░ 267.1K
89
+ 12:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.5K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ████████████████░░░░░░░░░░░░░░ 41.4M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████████░ 74.3M
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 | 358 | 41,403,853 | 115,653 | 11.1 GB | 531.2 MB | 1h25m | 2h46m | 49m51s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 226 | 74,264,085 | 328,602 | 25.4 GB | 6.8 GB | 2h28m | 14h28m | 3h28m |
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 ███████████████░░░░░░░░░░░░░░░ 20.0M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████████░ 37.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
+ 2012 ███████████████░░░░░░░░░░░░░░ 2.3M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████████░░░ 3.9M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ████████████████░░░░░░░░░░░░░░ 1.8M
203
  2013 ██████████████████████████░░░░ 2.9M
204
  2014 ██████████████████████████████ 3.3M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 3.9M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 █████████████████████████████░ 6.9M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 104,702,951 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,551,944 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,169,336 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,442,364 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,963,776 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,628,621 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,449,170 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,534,868 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,707,222 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 259,898 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,944,870 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,386,716 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 192,166 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/11/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2f2ac6f7619657d3865d6dc6ceefb736c0660fd919873c6e8a5412d72dceeff
3
- size 209005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f8d84145b4cfe6d24f125f5c8d288319d839e4f2bdd11e676c00b284f01f86
3
+ size 426979
data/stars/2012/11/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5460a3d5b39b0b260f5e24128d691d4f411e9a42ab55f208b61626c820445d29
3
- size 227297
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14b203c4d834fd1b090a96c09134f8159d1c28cab37f9a59110bb14fbde9853
3
+ size 464569
data/stars/2012/11/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:498f8401bbe0059286e015cae5588283da95d9489566db63eb0e6accea5e1ae1
3
- size 302747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616ac029dabfb8411333bdbcd9d67920c6aa91748f34e2bca111b8448135160b
3
+ size 612205
data/stars/2012/11/20.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61965ceda86d1bab0d3b14cca6074d0df6104873e0f3e098605b2da286f15698
3
- size 324677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ee007436853059ef592b900b422c9cbc736c51ed1b7801b833b19af3a9e856c
3
+ size 660444
data/stars/2012/11/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcf0a64ff9c23c0aefb228e725dfcd465964687c25ad11e0f09596b8e5f9d54c
3
- size 313964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd48e8e44d6fbc8563c8e79aac6a52223835e21149019bc1e85e55b7f12e7872
3
+ size 627981
data/stars/2012/11/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ff8b02612aae14d8b291fb04edfb3a9f6d4c1230a08d35988f8f624aafa4776
3
- size 287602
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6e68582d4677b1643b6d8cc28c715e63316550b0ca7270429e9833572c6c56
3
+ size 569944
data/stars/2012/11/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed64a558e6f447d6550745fc4bd81562b5e16e7ab678dbabbbc409eb6b2bbb97
3
- size 268013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb488e33282edfe2dbc70bbc093c6d1538f49e1903aaa5f2d4f682d662de907
3
+ size 533254
stats.csv CHANGED
@@ -636,14 +636,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
636
  2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,35.4,619598,6.9,35.4,6.2
637
  2012-11-08,160102,1283,83347,9019,13557,5871,0,2012,14010,6475,18168,1122,0,1820,3289,0,129,0,48557125,29.5,634857,24.4,29.5,6.2
638
  2012-11-09,140775,1100,72482,9655,12326,4937,0,1396,11999,5168,16691,846,0,1461,2572,0,142,0,42006830,21.2,547500,19.3,21.3,6.2
639
- 2012-11-10,102948,932,57961,5075,6795,2859,0,516,8736,3741,12467,580,0,852,2326,0,108,0,30337668,16.3,415389,23.9,16.3,0.0
640
- 2012-11-11,118341,797,63709,6634,8393,3251,0,710,10376,4180,15807,705,0,1019,2656,0,104,0,34125551,16.0,473955,8.4,16.0,0.0
641
- 2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,34.4,637134,9.9,34.4,0.0
642
- 2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,36.0,666259,8.3,36.0,0.0
643
- 2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,33.9,625812,28.3,33.9,0.0
644
- 2012-11-15,159104,1275,82498,9642,13998,6064,0,1980,13336,6111,18384,1078,0,1685,2931,0,122,0,48568837,33.5,688099,24.6,33.5,0.0
645
- 2012-11-16,141135,1030,73413,7503,12578,5467,0,1406,11990,5094,17415,940,0,1497,2661,0,141,0,45520452,28.1,561417,27.4,28.1,0.0
646
  2012-11-17,103106,910,58015,4561,6728,2855,0,377,9095,3955,13089,579,0,831,2028,0,83,0,33420545,20.5,426979,8.6,20.5,0.0
 
 
 
 
 
 
647
  2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,40.9
648
  2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,48.2
649
  2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,76.4,17409381,30.6,76.4,43.1
@@ -1243,5 +1249,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1243
  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,56.1
1244
  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,56.7
1245
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
 
1246
  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
1247
  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
 
636
  2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,35.4,619598,6.9,35.4,6.2
637
  2012-11-08,160102,1283,83347,9019,13557,5871,0,2012,14010,6475,18168,1122,0,1820,3289,0,129,0,48557125,29.5,634857,24.4,29.5,6.2
638
  2012-11-09,140775,1100,72482,9655,12326,4937,0,1396,11999,5168,16691,846,0,1461,2572,0,142,0,42006830,21.2,547500,19.3,21.3,6.2
639
+ 2012-11-10,102948,932,57961,5075,6795,2859,0,516,8736,3741,12467,580,0,852,2326,0,108,0,30337668,16.3,415389,23.9,16.3,6.0
640
+ 2012-11-11,118341,797,63709,6634,8393,3251,0,710,10376,4180,15807,705,0,1019,2656,0,104,0,34125551,16.0,473955,8.4,16.0,6.0
641
+ 2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,34.4,637134,9.9,34.4,6.0
642
+ 2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,36.0,666259,8.3,36.0,6.0
643
+ 2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,33.9,625812,28.3,33.9,6.0
644
+ 2012-11-15,159104,1275,82498,9642,13998,6064,0,1980,13336,6111,18384,1078,0,1685,2931,0,122,0,48568837,33.5,688099,24.6,33.5,6.0
645
+ 2012-11-16,141135,1030,73413,7503,12578,5467,0,1406,11990,5094,17415,940,0,1497,2661,0,141,0,45520452,28.1,561417,27.4,28.1,6.0
646
  2012-11-17,103106,910,58015,4561,6728,2855,0,377,9095,3955,13089,579,0,831,2028,0,83,0,33420545,20.5,426979,8.6,20.5,0.0
647
+ 2012-11-18,121516,724,65670,6747,11614,3117,0,797,9861,4051,14657,654,0,1058,2471,0,95,0,37921137,24.6,464569,17.0,24.6,0.0
648
+ 2012-11-19,165675,1293,85344,10707,15365,5828,0,1577,13297,5992,19971,1146,0,1737,3276,0,142,0,54793992,38.3,612205,20.0,38.3,0.0
649
+ 2012-11-20,168277,1343,85482,13447,14078,6138,0,1509,14133,6069,19730,1128,0,1928,3145,0,147,0,56035187,40.2,660444,35.4,40.2,0.0
650
+ 2012-11-21,162639,1235,81386,13719,13160,5902,0,1471,14158,6056,19969,990,0,1537,2923,0,133,0,54873816,38.8,627981,29.8,38.8,0.0
651
+ 2012-11-22,135370,856,67145,12506,10137,4346,0,1028,12777,5180,16274,943,0,1148,2920,0,110,0,43353737,31.4,569944,8.7,31.4,0.0
652
+ 2012-11-23,134133,896,66155,15692,9510,4061,0,818,12040,4583,15875,750,0,1308,2348,0,97,0,41549197,24.4,533254,0.0,24.4,0.0
653
  2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,40.9
654
  2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,48.2
655
  2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,76.4,17409381,30.6,76.4,43.1
 
1249
  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,56.1
1250
  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,56.7
1251
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1252
+ 2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,0.0
1253
  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
1254
  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