tamnd commited on
Commit
292c0b6
·
verified ·
1 Parent(s): 61341a9

Add 2011-07-30 to 2011-08-05 — 7 days, 348.5K 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,131 days), totaling **188,033,647 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 54.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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,450,519 events in 3835 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -84,7 +84,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
- 10:00 ██████████████████████░░░░░░░░ 213.7K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████░░░░░ 62.2M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
- | 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 956.3 MB | 1h05m | 52m39s | 1h28m |
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 | 192 | 62,153,664 | 323,717 | 19.1 GB | 5.7 GB | 2h04m | 10h49m | 2h52m |
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.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ████████████████████████░░░░░ 31.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
- 2014 ████████████████████████░░░░░░ 5.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 | 94,523,183 | 50.3% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,408,188 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,345,335 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,622,494 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,742,949 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,697,532 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,758,229 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 23,610,916 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,417,477 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 226,213 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,754,999 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,099,739 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 173,790 | 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,132 days), totaling **188,446,768 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 54.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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,470,486 events in 3836 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
84
  07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
+ 10:00 ████████████████████████░░░░░░ 233.7K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████░░░░░ 62.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
+ | 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 915.8 MB | 1h05m | 51m15s | 1h23m |
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 | 193 | 62,566,785 | 324,180 | 19.2 GB | 5.7 GB | 2h05m | 10h55m | 2h52m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ████████████████████████░░░░░ 31.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
224
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
225
  2013 ██████████████████████████████ 7.0M
226
+ 2014 ████████████████████████░░░░░░ 5.8M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 94,716,291 | 50.3% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,428,744 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,382,965 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,641,698 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,749,155 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,732,703 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,772,687 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,681,005 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,424,499 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 227,181 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,758,132 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,103,583 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 174,095 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/07/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2173597ec89276526be2ad4c14af6912e3a75f1ce93278ca90e51c4b4178e834
3
- size 108080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6f2a5d4a86e993a21fa4b03754283143360ff6e87b653f3715fd525151d453
3
+ size 157841
data/stars/2011/07/31.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce6b4cbd0b328018c51544bc42595db7f3f23018472806bfb7b0c527cc8c99a7
3
- size 126589
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45319ee865755705b27ba38a0c2b2b049130a4431457f802b6badd872b86032a
3
+ size 184353
data/stars/2011/08/01.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e33ce2c5541ab7f73617d6f9fd09fdda86bae52a69f9d40691ea55d7d18445c4
3
- size 170765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e03e27c3d2e96b073acfb30b29508593252d488789c0ff147f083db42edccbc
3
+ size 251326
data/stars/2011/08/02.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13b7d0170bf61964bcbd13de16b3a1563be99210dd0980ccb87cf9010d07feb8
3
- size 191111
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7721912abed799270844b9b5765ba92bc2d8cab1d06a1826fc5ea888e1aa0b6e
3
+ size 279429
data/stars/2011/08/03.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c27a6a2eeac77791646831aa907c7a3987fafcec60c1ef94bfbc67495542b42
3
- size 180180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5adc40ba98d8ca82f9bb2f6fd61116622dd44640ed460b27de781edbb78a42
3
+ size 266223
data/stars/2011/08/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4c619dbc9d3599c616ba9e1df67c273f6d977f378b61ccbacf0fb230be4cb48
3
- size 186350
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4954ba8502a9c907207fc1fe23390a55af67de9dc5e729bbed4b9e38958100e3
3
+ size 272535
data/stars/2011/08/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b90eed4799e7a669967445ab43b54c9e7c6a4597a6a84bf8113ee0f89939166e
3
- size 166672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f383bee132f12eee5758b1a10efc2cb459fcfd32c9eeea65c219466e8a8a59
3
+ size 244844
stats.csv CHANGED
@@ -160,23 +160,23 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
160
  2011-07-20,56424,0,29026,3151,4337,1720,0,0,6377,1729,6825,675,0,790,1441,301,52,0,10553139,8.4,281305,4.6,8.4,4.0
161
  2011-07-21,58219,0,29337,4023,4661,1681,0,0,6276,1753,7129,669,0,755,1571,320,44,0,10732063,6.8,272076,4.7,6.8,4.0
162
  2011-07-22,52510,0,27074,2714,3901,1575,0,0,6299,1579,6580,625,0,778,1084,257,44,0,9722444,8.7,299724,7.2,8.7,4.0
163
- 2011-07-23,36837,0,19240,1951,2215,951,0,0,4533,1158,4866,354,0,552,789,196,32,0,6786184,6.8,195243,8.6,6.8,0.0
164
- 2011-07-24,40060,0,20379,2115,2291,901,0,0,4140,1027,7022,497,0,457,1016,188,27,0,6973244,6.4,181363,0.0,6.4,0.0
165
- 2011-07-25,54942,0,27965,2974,3973,1631,0,0,6463,1582,7199,864,0,775,1158,295,63,0,10136109,8.8,279506,0.0,8.8,0.0
166
- 2011-07-26,64293,0,32336,3436,5770,1956,0,0,6990,1861,8689,700,0,755,1423,310,67,0,11694080,9.9,300024,0.0,9.9,0.0
167
- 2011-07-27,58895,0,30313,3296,4558,1865,0,0,6618,1847,7395,559,0,742,1266,361,75,0,11169403,8.6,289330,0.0,8.6,0.0
168
- 2011-07-28,56358,0,29500,3021,4520,1871,0,0,6379,1716,6503,615,0,875,998,313,47,0,10706435,9.1,282207,6.8,9.1,0.0
169
- 2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,7.7,246681,5.0,7.7,0.0
170
- 2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
171
- 2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
172
- 2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,150.3
173
- 2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,17.8,5703249,17.0,17.8,32.8
174
- 2011-08-03,56050,0,28775,3036,4307,1699,0,0,5993,1763,7283,557,0,902,1363,316,56,0,10600964,17.6,5700777,17.9,17.6,27.8
175
- 2011-08-04,58751,0,30264,3277,4606,1906,0,0,6171,1864,7378,646,0,855,1454,264,66,0,10955667,17.4,5852946,18.8,17.4,26.2
176
- 2011-08-05,53473,0,27428,2877,4052,1622,0,0,5536,1676,7124,641,0,947,1212,284,74,0,10006303,18.0,5286316,16.8,18.0,27.7
177
- 2011-08-06,41572,0,19633,4074,4447,935,0,0,3884,1167,5416,409,0,488,877,206,36,0,6772258,12.7,3893721,15.1,12.7,25.9
178
  2011-08-07,32448,0,17508,1661,2141,818,0,0,3255,947,4402,366,0,522,624,169,35,0,5746683,9.3,3124852,14.3,9.3,25.8
179
- 2011-08-08,55815,0,28423,3107,4442,1706,0,0,5891,1722,6976,1102,0,860,1187,338,61,0,10352139,19.1,5676645,16.7,19.1,31.9
180
  2011-08-09,61446,0,31078,3155,4796,1914,0,0,6129,1916,8507,1166,0,914,1474,334,63,0,11183311,22.4,5876753,18.1,22.4,39.3
181
  2011-08-10,53141,0,27264,2943,4118,1734,0,0,6036,1818,6167,634,0,820,1308,250,49,0,9954929,20.8,5433167,18.4,20.8,31.1
182
  2011-08-11,56769,0,29210,3143,4193,1779,0,0,6385,1864,7388,660,0,733,1073,278,63,0,10719929,20.9,5778697,17.2,20.9,24.6
@@ -1127,6 +1127,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1127
  2014-07-15,407623,1685,201518,18973,39055,20201,0,6927,40602,15480,46907,7218,1031,3252,4440,0,334,0,146772761,124.4,58098773,2.2,124.4,0.0
1128
  2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
1129
  2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
 
1130
  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,0.0
1131
  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
1132
  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
 
160
  2011-07-20,56424,0,29026,3151,4337,1720,0,0,6377,1729,6825,675,0,790,1441,301,52,0,10553139,8.4,281305,4.6,8.4,4.0
161
  2011-07-21,58219,0,29337,4023,4661,1681,0,0,6276,1753,7129,669,0,755,1571,320,44,0,10732063,6.8,272076,4.7,6.8,4.0
162
  2011-07-22,52510,0,27074,2714,3901,1575,0,0,6299,1579,6580,625,0,778,1084,257,44,0,9722444,8.7,299724,7.2,8.7,4.0
163
+ 2011-07-23,36837,0,19240,1951,2215,951,0,0,4533,1158,4866,354,0,552,789,196,32,0,6786184,6.8,195243,8.6,6.8,4.1
164
+ 2011-07-24,40060,0,20379,2115,2291,901,0,0,4140,1027,7022,497,0,457,1016,188,27,0,6973244,6.4,181363,0.0,6.4,4.1
165
+ 2011-07-25,54942,0,27965,2974,3973,1631,0,0,6463,1582,7199,864,0,775,1158,295,63,0,10136109,8.8,279506,0.0,8.8,4.1
166
+ 2011-07-26,64293,0,32336,3436,5770,1956,0,0,6990,1861,8689,700,0,755,1423,310,67,0,11694080,9.9,300024,0.0,9.9,4.1
167
+ 2011-07-27,58895,0,30313,3296,4558,1865,0,0,6618,1847,7395,559,0,742,1266,361,75,0,11169403,8.6,289330,0.0,8.6,4.1
168
+ 2011-07-28,56358,0,29500,3021,4520,1871,0,0,6379,1716,6503,615,0,875,998,313,47,0,10706435,9.1,282207,6.8,9.1,4.1
169
+ 2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,7.7,246681,5.0,7.7,4.1
170
+ 2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,5.6,157841,14.6,5.6,0.0
171
+ 2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,6.0,184353,19.4,6.0,0.0
172
+ 2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,7.4,251326,22.5,7.4,0.0
173
+ 2011-08-02,58268,0,29964,3293,4346,1800,0,0,6461,1855,7056,621,0,888,1603,325,56,0,10887764,6.6,279429,5.6,6.6,0.0
174
+ 2011-08-03,56050,0,28775,3036,4307,1699,0,0,5993,1763,7283,557,0,902,1363,316,56,0,10600964,7.0,266223,5.7,7.0,0.0
175
+ 2011-08-04,58751,0,30264,3277,4606,1906,0,0,6171,1864,7378,646,0,855,1454,264,66,0,10955667,7.1,272535,6.0,7.1,0.0
176
+ 2011-08-05,53473,0,27428,2877,4052,1622,0,0,5536,1676,7124,641,0,947,1212,284,74,0,10006303,6.9,244844,22.6,6.9,0.0
177
+ 2011-08-06,41572,0,19633,4074,4447,935,0,0,3884,1167,5416,409,0,488,877,206,36,0,6772258,3.8,191137,16.5,3.8,0.0
178
  2011-08-07,32448,0,17508,1661,2141,818,0,0,3255,947,4402,366,0,522,624,169,35,0,5746683,9.3,3124852,14.3,9.3,25.8
179
+ 2011-08-08,55815,0,28423,3107,4442,1706,0,0,5891,1722,6976,1102,0,860,1187,338,61,0,10352139,6.3,260350,4.3,6.3,0.0
180
  2011-08-09,61446,0,31078,3155,4796,1914,0,0,6129,1916,8507,1166,0,914,1474,334,63,0,11183311,22.4,5876753,18.1,22.4,39.3
181
  2011-08-10,53141,0,27264,2943,4118,1734,0,0,6036,1818,6167,634,0,820,1308,250,49,0,9954929,20.8,5433167,18.4,20.8,31.1
182
  2011-08-11,56769,0,29210,3143,4193,1779,0,0,6385,1864,7388,660,0,733,1073,278,63,0,10719929,20.9,5778697,17.2,20.9,24.6
 
1127
  2014-07-15,407623,1685,201518,18973,39055,20201,0,6927,40602,15480,46907,7218,1031,3252,4440,0,334,0,146772761,124.4,58098773,2.2,124.4,0.0
1128
  2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
1129
  2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
1130
+ 2014-07-23,413121,1427,193108,20556,37630,19204,0,6206,35171,14458,70089,7022,968,3133,3844,0,305,0,144329550,352.1,41284207,39.0,352.1,0.0
1131
  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,0.0
1132
  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
1133
  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