tamnd commited on
Commit
1c65b24
·
verified ·
1 Parent(s): f5b3256

Add 2012-01-07 to 2012-01-13 — 7 days, 533.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,162 days), totaling **192,896,377 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 56.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ██████████████████████████░░░░ 65.6M
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 | 33m11s |
146
- | 2012 | 291 | 34,259,890 | 117,731 | 9.2 GB | 3.1 GB | 2h13m | 3h17m | 2h46m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 202 | 65,608,743 | 324,795 | 20.8 GB | 6.0 GB | 2h12m | 11h49m | 3h01m |
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 ████████████░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ██████████████████████████░░░░ 33.3M
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 █████████████░░░░░░░░░░░░░░░░░ 1.9M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ████████████████████████░░░░░░ 3.5M
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.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.9M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 96,876,676 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,695,657 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,763,267 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,816,360 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,792,118 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,148,249 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,914,911 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,351,839 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,491,258 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 235,856 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,798,264 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,160,476 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 129,962 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 178,004 | 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,168 days), totaling **193,660,979 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 56.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 34.7M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ██████████████████████████░░░░ 66.0M
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 | 296 | 34,658,386 | 117,089 | 9.3 GB | 3.1 GB | 2h14m | 3h18m | 2h46m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h01m |
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 ████████████░░░░░░░░░░░░░░░░░ 16.7M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ██████████████████████████░░░░ 33.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░���░░░░░░░░░ 274.6K
162
  ```
163
 
 
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 2.0M
180
  2013 ██████████████████████████████ 4.3M
181
  2014 ████████████████████████░░░░░░ 3.5M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.9M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 97,229,114 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,731,493 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,825,183 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,844,741 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,798,243 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,221,736 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,937,428 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 24,500,222 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,502,132 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 236,789 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,806,068 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,172,431 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 131,900 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 178,708 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/01/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9090a5dc5466254aed3c1e7f02c63e347287156bb6e214b65feec67e0884185
3
- size 188559
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd81a961b12d558d73379eafe726403c4261b47cda08f033b6cbea7e632907a
3
+ size 276466
data/stars/2012/01/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4286619e0ca40071fd401bffb190024ed63f891c8571b001e9569c291e6a233f
3
- size 185529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a590695fe8b24877092e3502267efaa49e6a163fff5a7b3f740d535f7e679a
3
+ size 268550
data/stars/2012/01/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d739fde91868c3e9f67f47c582fe1908e50138ed6d106ba98bd2e110888cf0b7
3
- size 228054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff8f303a0f0f569c486240860756da1b4aefad43785a86961e6bda05f7a6c02
3
+ size 337071
data/stars/2012/01/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7d7e6c00ad6fb4902360d9bfe54a5414b83c2afe488b1317e9637bb42235fa5
3
- size 242227
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5524315c6768357ffef66d2bba4252ba99a9ea2e0fe920119f4906c910313d64
3
+ size 353444
data/stars/2012/01/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5159086bb22006c5bcb3314be907043eddb1ac098f77d4a922317d6165afe835
3
- size 285302
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c0fb3d720656d5782dc7b83b72158c9e075a2c81bacaa9e5701b675c6bf3d9e
3
+ size 420315
data/stars/2012/01/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fdf3fafdf6fe64b6c2e4a7b7319011f7f869046a56e5b4a587c90cc21356f70
3
- size 255294
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c3a03295570e84619c435d07b4bfa8743b63f1ea832d05baa08a0356c8857a
3
+ size 375385
data/stars/2012/01/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d57e1215d63e84195953d5b5e83668f0143a0003408b834347185acef1f8855f
3
- size 248094
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ba0b36b048e0b98863705574ae2467ad3902de6635f2e782b292aa0bb1fa36
3
+ size 367109
stats.csv CHANGED
@@ -321,16 +321,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
321
  2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,14.2,294176,16.9,14.2,4.3
322
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,15.4,305736,7.9,15.4,4.3
323
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,17.5,295898,7.1,17.6,4.3
324
- 2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,9.8,223767,13.6,9.8,0.0
325
- 2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,9.6,218686,17.1,9.6,0.0
326
- 2012-01-02,68933,0,28956,3172,4478,1675,0,0,8269,1995,16992,1074,0,751,1303,221,47,0,16879523,13.9,341470,5.5,13.9,0.0
327
- 2012-01-03,80357,0,34761,4553,5718,2224,0,0,9406,2275,17850,697,0,984,1566,270,53,0,20934359,16.8,392133,4.9,16.8,0.0
328
- 2012-01-04,70253,0,30707,3904,4907,1943,0,0,7733,2045,16207,577,0,829,1065,268,68,0,18181462,13.0,337444,5.1,13.0,0.0
329
- 2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,14.6,357619,23.4,14.6,0.0
330
- 2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,13.8,379067,7.6,13.8,0.0
331
  2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.9,276466,8.0,9.9,0.0
332
- 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,9.6,7680675,28.2,9.6,38.5
333
- 2012-01-09,72103,0,31794,3452,5081,1960,0,0,7828,1911,16700,667,0,952,1357,343,58,0,18606446,12.5,9274698,29.5,12.5,18.9
 
 
 
 
 
334
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
335
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
336
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
@@ -1157,6 +1162,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,52.3
1158
  2014-07-30,412506,1451,196632,20964,41677,19382,0,6507,37818,13122,59686,6583,1165,3016,4164,0,339,0,238023214,446.9,41774622,54.7,446.9,54.5
1159
  2014-07-31,371216,1373,182385,19646,38333,18148,0,6374,35114,12327,42686,6650,1103,3093,3606,0,378,0,217788307,414.2,37813021,52.3,414.2,56.1
 
1160
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,0.0
1161
  2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,0.0
1162
  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
 
321
  2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,14.2,294176,16.9,14.2,4.3
322
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,15.4,305736,7.9,15.4,4.3
323
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,17.5,295898,7.1,17.6,4.3
324
+ 2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,9.8,223767,13.6,9.8,5.6
325
+ 2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,9.6,218686,17.1,9.6,5.6
326
+ 2012-01-02,68933,0,28956,3172,4478,1675,0,0,8269,1995,16992,1074,0,751,1303,221,47,0,16879523,13.9,341470,5.5,13.9,5.6
327
+ 2012-01-03,80357,0,34761,4553,5718,2224,0,0,9406,2275,17850,697,0,984,1566,270,53,0,20934359,16.8,392133,4.9,16.8,5.6
328
+ 2012-01-04,70253,0,30707,3904,4907,1943,0,0,7733,2045,16207,577,0,829,1065,268,68,0,18181462,13.0,337444,5.1,13.0,5.6
329
+ 2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,14.6,357619,23.4,14.6,5.6
330
+ 2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,13.8,379067,7.6,13.8,5.6
331
  2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.9,276466,8.0,9.9,0.0
332
+ 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,11.5,268550,18.0,11.5,0.0
333
+ 2012-01-09,72103,0,31794,3452,5081,1960,0,0,7828,1911,16700,667,0,952,1357,343,58,0,18606446,14.1,337071,12.1,14.1,0.0
334
+ 2012-01-10,74110,0,32533,3310,5396,2103,0,0,8240,2076,17052,664,0,946,1378,346,66,0,19289586,13.2,353444,9.8,13.2,0.0
335
+ 2012-01-11,98111,0,42617,4482,6839,2761,0,0,9927,2731,23858,1168,0,1139,2029,471,89,0,25127509,21.1,420315,20.9,21.1,0.0
336
+ 2012-01-12,80446,0,38276,4141,6296,2472,0,0,8737,2447,13546,1078,0,1106,1801,459,87,0,22744323,14.9,375385,12.9,14.9,0.0
337
+ 2012-01-13,80485,0,37533,3963,5968,2445,0,0,8624,2322,15622,869,0,907,1756,394,82,0,21960372,14.9,367109,11.1,14.9,0.0
338
+ 2012-01-14,65344,0,29033,3067,4428,1591,0,0,6084,1796,16445,534,0,721,1321,268,56,0,16076566,11.8,260281,12.9,11.8,0.0
339
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
340
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
341
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
 
1162
  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,52.3
1163
  2014-07-30,412506,1451,196632,20964,41677,19382,0,6507,37818,13122,59686,6583,1165,3016,4164,0,339,0,238023214,446.9,41774622,54.7,446.9,54.5
1164
  2014-07-31,371216,1373,182385,19646,38333,18148,0,6374,35114,12327,42686,6650,1103,3093,3606,0,378,0,217788307,414.2,37813021,52.3,414.2,56.1
1165
+ 2014-08-01,366106,1311,172446,16873,32989,17009,0,6125,31875,11145,61860,6561,933,2985,3670,0,324,0,215629842,406.0,37932947,45.9,406.0,0.0
1166
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,0.0
1167
  2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,0.0
1168
  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