tamnd commited on
Commit
29109e4
·
verified ·
1 Parent(s): f993cb5

Add 2012-04-07 to 2012-04-13 — 7 days, 741.8K 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,190 days), totaling **197,138,410 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 58.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.8 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,587,876 events in 3841 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 █████████░░░░░░░░░░░░░░░░░░░░░ 93.6K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ██████████████░░░░░░░░░░░░░░░░ 36.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 ███████████████████████████░░░ 67.9M
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 | 313 | 36,260,134 | 115,847 | 9.7 GB | 2.4 GB | 1h58m | 3h13m | 2h14m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 208 | 67,850,532 | 326,204 | 22.0 GB | 6.2 GB | 2h16m | 12h32m | 3h08m |
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 █████████████░░░░░░░░░░░░░░░░░ 17.4M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 ███████████████████████████░░░ 34.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -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.6M
203
- 2013 ████████████████████████████░ 2.9M
204
  2014 ██████████████████████████████ 3.0M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 98,919,599 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,909,234 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 17,130,985 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,982,984 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,833,941 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,549,692 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,054,010 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 25,033,247 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,548,130 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 242,134 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,838,333 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,222,924 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 182,040 | 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,194 days), totaling **197,977,166 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 58.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.8 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,613,054 events in 3842 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 ████████████░░░░░░░░░░░░░░░░░░ 118.7K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 36.5M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 ███████████████████████████░░░ 68.5M
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 | 315 | 36,461,608 | 115,751 | 9.8 GB | 2.4 GB | 1h58m | 3h11m | 2h12m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 210 | 68,487,814 | 326,132 | 22.3 GB | 6.3 GB | 2h18m | 12h44m | 3h08m |
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 █████████████░░░░░░░░░░░░░░░░░ 17.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 ███████████████████████████░░░ 34.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ███████████████░░░░░░░░░░░░░░ 1.6M
203
+ 2013 ████████████████████████████░ 2.9M
204
  2014 ██████████████████████████████ 3.0M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 99,340,787 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,951,721 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 17,203,617 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,016,581 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,842,929 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,629,986 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,081,899 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 25,149,882 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,560,374 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 243,836 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,844,623 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,233,991 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 182,741 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/04/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7287cdf4b9bb63109f293747c0be29f34ee33eef22c43db84499af2de9d143d
3
- size 118304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac96c34e782b89720f90ac5cd960f0d0e013cfc46312455e82014931cab33190
3
+ size 287840
data/stars/2012/04/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f421cfc4deefb246c54a3e8dfa88d6e37bcc1b61bc31adb304abf3bfc45f93ad
3
- size 129421
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d8b66114d952c01a8d821f051d060d61b9ab3626ccf28490b28e757c3cc737
3
+ size 307428
data/stars/2012/04/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c212397750712ba790149c161d01018c34ae766484ed25351f6b9028ef225467
3
- size 168373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908ddb799e0a7b32c861015ea9659010503cd84042c8c297a6981e225adb977e
3
+ size 391141
data/stars/2012/04/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a91ab59de17b45aa21cefe71cb862cde6fdfd8d4cde716bcf533f601f7719fd
3
- size 192379
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576d56e973e11683f8f0609c754047c8e19af38b777b4db956d02973396481ad
3
+ size 438620
data/stars/2012/04/11.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18a4749f15551a3857f0c9580402d77fbc1873910de33e5179e77f051a2b4976
3
- size 202838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e522c888d73c23a1315448ee2fbd9df5b7046cb8916ad1b88ad2f1fde91228b
3
+ size 453482
data/stars/2012/04/12.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ded7c1c5a12801dbf35d186d17cc61134113b9a0a84699831dc924de4314a423
3
- size 197573
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a8149a376d63d680ab0e4c28cd20447313f440f1b880f1a8e24f9616384334
3
+ size 449750
data/stars/2012/04/13.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ccc86019470551c824c64e5138102e63d6ed09ba0adc7b77afbbf49e01813b8e
3
- size 170520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d8c1ae54e1030e3cc743ed58c539fc3403838bb668b05c1c47b33c9c147724
3
+ size 384246
stats.csv CHANGED
@@ -412,19 +412,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
412
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,30.4,451201,15.3,30.4,6.0
413
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,28.9,426403,10.8,29.0,6.0
414
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,26.6,400489,8.5,26.6,6.0
415
- 2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,16.5,291063,8.8,16.5,0.0
416
- 2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,18.8,314814,6.9,18.8,0.0
417
- 2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,28.8,420715,9.5,28.8,0.0
418
- 2012-04-03,154268,6937,56253,15535,36310,3952,0,925,11831,3623,20751,821,0,1406,2246,0,112,0,33445353,30.7,435113,7.8,30.7,0.0
419
- 2012-04-04,136906,4982,56281,5456,8589,3721,0,736,33317,3708,20192,734,0,1371,2148,0,134,0,34061673,30.5,1119272,5.8,30.5,0.0
420
- 2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,25.9,403222,7.7,25.9,0.0
421
- 2012-04-06,96989,3239,47222,4851,6968,3063,0,508,9580,3013,17675,538,0,931,2152,0,91,0,26146645,20.1,354030,9.0,20.1,0.0
422
  2012-04-07,78571,2314,38614,4357,5022,2004,0,284,7712,2299,15177,393,0,795,1594,0,57,0,20635607,16.3,287840,7.8,16.3,0.0
423
- 2012-04-08,75330,2166,39447,3451,4774,2117,0,374,7765,2060,12188,405,0,850,1588,0,63,0,20243849,37.0,6757988,25.0,37.0,29.0
424
- 2012-04-09,105801,3312,51978,4973,7703,3387,0,733,10580,3240,18895,545,0,1334,1913,0,107,0,28700543,50.8,9262666,28.2,50.8,36.0
425
- 2012-04-10,121885,2172,58417,5976,9667,4097,0,783,12711,3947,21237,692,0,1412,2314,0,107,0,33434876,61.8,10827333,22.2,61.8,21.9
426
- 2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,62.1,10749555,32.2,62.1,29.1
427
- 2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,51.5,10320742,22.0,51.5,23.1
 
 
428
  2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,38.7
429
  2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,39.3
430
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
@@ -1186,6 +1188,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1186
  2014-08-05,414882,1627,203619,23137,44254,20006,0,7240,37791,14130,47204,6917,1193,3102,4329,0,333,0,240654829,478.7,41706265,43.1,478.7,56.7
1187
  2014-08-06,415193,1598,203604,23891,42531,20016,0,7275,37411,14471,48108,7632,1094,3372,3816,0,374,0,241173058,486.1,41950556,50.8,486.1,61.9
1188
  2014-08-07,408059,1522,203904,20496,39399,20194,0,6804,37138,14050,46633,8834,1134,3307,4247,0,397,0,238373344,489.9,41741573,45.7,489.9,43.8
 
1189
  2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,0.0
 
1190
  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
1191
  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
 
412
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,30.4,451201,15.3,30.4,6.0
413
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,28.9,426403,10.8,29.0,6.0
414
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,26.6,400489,8.5,26.6,6.0
415
+ 2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,16.5,291063,8.8,16.5,5.6
416
+ 2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,18.8,314814,6.9,18.8,5.6
417
+ 2012-04-02,120592,3844,54425,5642,9112,3659,0,981,11989,8772,21053,703,0,1382,2227,0,120,0,32010536,28.8,420715,9.5,28.8,5.6
418
+ 2012-04-03,154268,6937,56253,15535,36310,3952,0,925,11831,3623,20751,821,0,1406,2246,0,112,0,33445353,30.7,435113,7.8,30.7,5.6
419
+ 2012-04-04,136906,4982,56281,5456,8589,3721,0,736,33317,3708,20192,734,0,1371,2148,0,134,0,34061673,30.5,1119272,5.8,30.5,5.6
420
+ 2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,25.9,403222,7.7,25.9,5.6
421
+ 2012-04-06,96989,3239,47222,4851,6968,3063,0,508,9580,3013,17675,538,0,931,2152,0,91,0,26146645,20.1,354030,9.0,20.1,5.6
422
  2012-04-07,78571,2314,38614,4357,5022,2004,0,284,7712,2299,15177,393,0,795,1594,0,57,0,20635607,16.3,287840,7.8,16.3,0.0
423
+ 2012-04-08,80881,2232,40819,3583,4949,2180,0,403,8047,2132,15498,413,0,888,1646,0,63,0,21006158,15.0,307428,14.1,15.0,0.0
424
+ 2012-04-09,109090,3430,53727,5154,7940,3472,0,748,10943,3338,19296,562,0,1377,1992,0,107,0,29619771,23.7,391141,25.8,23.7,0.0
425
+ 2012-04-10,121885,2172,58417,5976,9667,4097,0,783,12711,3947,21237,692,0,1412,2314,0,107,0,33434876,25.0,438620,9.8,25.0,0.0
426
+ 2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,24.2,453482,31.6,24.2,0.0
427
+ 2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,22.7,449750,25.1,22.7,0.0
428
+ 2012-04-13,109096,512,50786,5178,8382,3467,0,625,10904,3624,21437,613,0,1194,2276,0,98,0,29374446,16.8,384246,22.1,16.8,0.0
429
+ 2012-04-14,83538,328,40876,3727,5396,2120,0,414,7710,2399,17468,412,0,851,1754,0,83,0,22015318,13.4,298138,19.3,13.4,0.0
430
  2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,38.7
431
  2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,39.3
432
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
 
1188
  2014-08-05,414882,1627,203619,23137,44254,20006,0,7240,37791,14130,47204,6917,1193,3102,4329,0,333,0,240654829,478.7,41706265,43.1,478.7,56.7
1189
  2014-08-06,415193,1598,203604,23891,42531,20016,0,7275,37411,14471,48108,7632,1094,3372,3816,0,374,0,241173058,486.1,41950556,50.8,486.1,61.9
1190
  2014-08-07,408059,1522,203904,20496,39399,20194,0,6804,37138,14050,46633,8834,1134,3307,4247,0,397,0,238373344,489.9,41741573,45.7,489.9,43.8
1191
+ 2014-08-08,362454,1363,177891,21198,38267,17746,0,5660,32019,11812,41820,7241,938,2380,3818,0,301,0,208516909,401.5,37105505,49.7,401.5,0.0
1192
  2014-08-09,236140,902,128531,11634,17318,8630,0,1889,20983,8683,29336,3269,823,1433,2533,0,176,0,127385451,260.6,23190387,41.8,260.6,0.0
1193
+ 2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,0.0
1194
  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
1195
  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