tamnd commited on
Commit
fc24c64
·
verified ·
1 Parent(s): 0b71292

Add 2011-11-05 to 2011-11-11 — 7 days, 468.1K 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,155 days), totaling **191,090,418 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 55.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.6 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,494,315 events in 3837 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 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -133,19 +133,19 @@ duckdb.sql("""
133
  ## Events per year
134
 
135
  ```
136
- 2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 17.9M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████░░░░░ 63.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
- | 2011 | 321 | 17,900,145 | 55,763 | 3.5 GB | 526.2 MB | 57m07s | 54m04s | 57m33s |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 197 | 63,938,271 | 324,559 | 19.9 GB | 5.8 GB | 2h08m | 11h19m | 2h58m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -154,10 +154,10 @@ duckdb.sql("""
154
  Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
155
 
156
  ```
157
- 2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.6M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████░░░░░ 32.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -175,7 +175,7 @@ GROUP BY repo_name ORDER BY pushes DESC LIMIT 20;
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
- 2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 973.5K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████░░░░░░░ 3.4M
@@ -198,7 +198,7 @@ GROUP BY repo_name ORDER BY opened DESC LIMIT 20;
198
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
199
 
200
  ```
201
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 472.3K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.8M
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 95,995,757 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,604,680 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,596,649 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,738,730 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,769,214 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,977,789 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,856,396 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,089,301 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,462,631 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 230,993 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,784,308 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,140,676 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 129,185 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 176,502 | 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,158 days), totaling **191,582,208 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 55.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.6 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,517,291 events in 3838 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23.0K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
133
  ## Events per year
134
 
135
  ```
136
+ 2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████░░░░░ 64.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,009,050 | 55,755 | 3.5 GB | 490.1 MB | 56m45s | 53m25s | 55m52s |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 198 | 64,321,156 | 324,854 | 20.1 GB | 5.9 GB | 2h09m | 11h26m | 2h59m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
154
  Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
155
 
156
  ```
157
+ 2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████░░░░░ 32.7M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
175
  Issue events track the full lifecycle: opened, closed, reopened, labeled, assigned, and more. Use the `action` column to filter by lifecycle stage.
176
 
177
  ```
178
+ 2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 979.1K
179
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ███████████████████████░░░░░░░ 3.4M
 
198
  Pull request events cover the full review cycle: opened, merged, closed, review requested, and synchronized (new commits pushed). The `merged` field indicates whether a PR was merged when closed.
199
 
200
  ```
201
+ 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.1K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.8M
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 96,229,290 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,629,653 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,640,840 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,759,270 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,775,394 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,024,115 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,871,480 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 24,168,437 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,470,648 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 232,105 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,788,623 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,146,633 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 129,837 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 176,896 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/11/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a99328e21282d175c974373c7c8b7b51a8c3b16c1d7347fee98638949b80d1f
3
- size 129681
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbec8aae288fb5dc9ad1095aba87ed612a57ff4c96f4c600988a2e5e3bc2fe07
3
+ size 188262
data/stars/2011/11/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:157eb1748d8c299e5b326e7a9b8c88bd20bc5b4eba0f7f10d17afb88074d6548
3
- size 134192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb328c3544f887b27de11966750f21f0f1b9a94093d6e030b63335b5fa9121e6
3
+ size 195198
data/stars/2011/11/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:625fe0913dd320233fcbd26e99949e9f78a6fdb3d1d4662bc46d9f513615cd0b
3
- size 158563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9ce1179e4e533b841cff3b06aaa217f91ad140fe756e70665f60e2aab31246
3
+ size 236371
data/stars/2011/11/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9506266b685ecfb91936f2a4ed83f668f9d2d13ec539f7412a14abd2067be8be
3
- size 227434
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374cd49ac0a0d448497e87228f5b0bc1d34b312ee3e6cf0b97c6cdcfec0c8836
3
+ size 335838
data/stars/2011/11/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d08dcb4946cbeab714f2929f89945d40f29ec453ec4f5c8b9ddfdd2062604c8e
3
- size 203144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e953baa75a6bb738b24b91e527f6c2f1e0b9de0c2191082dedb1484dd071b4
3
+ size 289618
data/stars/2011/11/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16714dba958feb0ced9d9eb55bcd36bf9f0aec4faa789ec7a2ff373881010f73
3
- size 204487
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c7ecb58f2e3d19cbfb0d2a6ef677cc634bd5029d832ea110e6a1b70404858a
3
+ size 299643
data/stars/2011/11/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c588566749572b48885cf98414a7e33ed010e991de1dfd8e6cea309594c68ec3
3
- size 212836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1bb539d83284839f6ea7a0cf60c2d64f0bcc1133c329d89e43ef51bee2a400
3
+ size 301602
stats.csv CHANGED
@@ -258,18 +258,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
258
  2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,16.5,344075,9.0,16.5,4.8
259
  2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,10.8,245992,18.8,10.8,4.8
260
  2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,11.8,245584,13.4,11.8,4.8
261
- 2011-10-29,58396,0,22821,2124,2816,1406,0,0,4258,1507,20890,774,0,463,1027,271,39,0,12372212,9.7,189345,13.1,9.7,0.0
262
- 2011-10-30,54640,0,24626,2168,2839,1476,0,0,4776,1587,14716,493,0,484,1234,199,42,0,12951213,9.2,210229,8.2,9.2,0.0
263
- 2011-10-31,73054,0,33232,3621,4874,2284,0,0,6980,2083,16599,728,0,733,1357,491,72,0,18854790,14.0,300667,6.1,14.0,0.0
264
- 2011-11-01,77963,0,34970,6034,5236,2239,0,0,6952,2177,16725,850,0,728,1574,407,71,0,20418383,17.4,309206,7.6,17.4,0.0
265
- 2011-11-02,80127,0,36947,3918,5724,2396,0,0,6953,2231,17548,1078,0,1005,1704,554,69,0,21166907,15.5,309003,19.2,15.5,0.0
266
- 2011-11-03,77609,0,35230,3767,5230,2151,0,0,6449,2084,18412,1495,0,772,1446,477,96,0,19989133,14.3,288747,5.8,14.3,0.0
267
- 2011-11-04,83499,0,37097,3789,5233,2301,0,0,7253,2297,21880,798,0,914,1331,513,93,0,20717657,15.4,315402,5.6,15.4,0.0
 
268
  2011-11-06,59943,0,25723,2535,3043,1176,0,0,4321,1395,19342,355,0,484,1280,254,35,0,12923595,7.3,195198,0.0,7.3,0.0
269
- 2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
270
- 2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
271
- 2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
272
- 2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,30.3
 
273
  2011-11-12,56237,0,23528,2222,2658,1097,0,0,4385,1351,18692,408,0,526,963,378,29,0,12093854,22.6,6736996,18.2,22.6,31.3
274
  2011-11-13,57148,0,27324,2397,2778,1129,0,0,4699,1367,14424,536,0,597,1580,265,52,0,13087017,25.0,7186710,23.2,25.1,23.3
275
  2011-11-14,84147,0,34765,6348,5175,2104,0,0,6522,1988,23280,1310,0,751,1389,441,74,0,21347793,39.4,11181385,28.9,39.4,27.1
@@ -1152,5 +1154,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1152
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
1153
  2014-07-27,275678,880,148033,11627,20202,9986,0,2697,26505,11053,35125,4191,823,1717,2612,0,227,0,150266595,281.2,26676436,40.7,281.2,120.3
1154
  2014-07-28,361726,1481,178286,18228,36321,17158,0,6189,36579,12028,41587,6280,992,2737,3513,0,347,0,211443298,394.3,38705018,60.6,394.3,51.6
 
1155
  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
1156
  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
 
258
  2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,16.5,344075,9.0,16.5,4.8
259
  2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,10.8,245992,18.8,10.8,4.8
260
  2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,11.8,245584,13.4,11.8,4.8
261
+ 2011-10-29,58396,0,22821,2124,2816,1406,0,0,4258,1507,20890,774,0,463,1027,271,39,0,12372212,9.7,189345,13.1,9.7,5.9
262
+ 2011-10-30,54640,0,24626,2168,2839,1476,0,0,4776,1587,14716,493,0,484,1234,199,42,0,12951213,9.2,210229,8.2,9.2,5.9
263
+ 2011-10-31,73054,0,33232,3621,4874,2284,0,0,6980,2083,16599,728,0,733,1357,491,72,0,18854790,14.0,300667,6.1,14.0,5.9
264
+ 2011-11-01,77963,0,34970,6034,5236,2239,0,0,6952,2177,16725,850,0,728,1574,407,71,0,20418383,17.4,309206,7.6,17.4,5.9
265
+ 2011-11-02,80127,0,36947,3918,5724,2396,0,0,6953,2231,17548,1078,0,1005,1704,554,69,0,21166907,15.5,309003,19.2,15.5,5.9
266
+ 2011-11-03,77609,0,35230,3767,5230,2151,0,0,6449,2084,18412,1495,0,772,1446,477,96,0,19989133,14.3,288747,5.8,14.3,5.9
267
+ 2011-11-04,83499,0,37097,3789,5233,2301,0,0,7253,2297,21880,798,0,914,1331,513,93,0,20717657,15.4,315402,5.6,15.4,5.9
268
+ 2011-11-05,48384,0,24217,2318,2784,1172,0,0,4181,1242,10169,524,0,439,996,302,40,0,12033496,9.3,188262,15.8,9.3,0.0
269
  2011-11-06,59943,0,25723,2535,3043,1176,0,0,4321,1395,19342,355,0,484,1280,254,35,0,12923595,7.3,195198,0.0,7.3,0.0
270
+ 2011-11-07,60521,0,27261,3354,4061,1647,0,0,5202,1502,14837,513,0,674,1055,350,65,0,15349634,8.4,236371,0.0,8.4,0.0
271
+ 2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,20.4,335838,13.6,20.4,0.0
272
+ 2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,14.7,289618,6.5,14.7,0.0
273
+ 2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,16.8,299643,5.7,16.8,0.0
274
+ 2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,17.5,301602,6.2,17.5,0.0
275
  2011-11-12,56237,0,23528,2222,2658,1097,0,0,4385,1351,18692,408,0,526,963,378,29,0,12093854,22.6,6736996,18.2,22.6,31.3
276
  2011-11-13,57148,0,27324,2397,2778,1129,0,0,4699,1367,14424,536,0,597,1580,265,52,0,13087017,25.0,7186710,23.2,25.1,23.3
277
  2011-11-14,84147,0,34765,6348,5175,2104,0,0,6522,1988,23280,1310,0,751,1389,441,74,0,21347793,39.4,11181385,28.9,39.4,27.1
 
1154
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
1155
  2014-07-27,275678,880,148033,11627,20202,9986,0,2697,26505,11053,35125,4191,823,1717,2612,0,227,0,150266595,281.2,26676436,40.7,281.2,120.3
1156
  2014-07-28,361726,1481,178286,18228,36321,17158,0,6189,36579,12028,41587,6280,992,2737,3513,0,347,0,211443298,394.3,38705018,60.6,394.3,51.6
1157
+ 2014-07-29,382885,1380,182055,19301,37346,17721,0,6180,36943,12340,54130,6980,1112,3202,3906,0,289,0,220264018,419.1,38801822,53.6,419.1,0.0
1158
  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
1159
  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