tamnd commited on
Commit
152516f
·
verified ·
1 Parent(s): cfc44a2

Add 2013-02-16 to 2013-02-22 — 7 days, 1.4M 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,281 days), totaling **215,232,680 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 65.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,845,201 events in 3853 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 ████████░░░░░░░░░░░░░░░░░░░░░░ 83.8K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 █████████████████████████████░ 76.0M
139
- 2014 ██████████████████████████████ 78.1M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -144,8 +144,8 @@ duckdb.sql("""
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
- | 2013 | 353 | 76,031,570 | 215,386 | 23.1 GB | 6.4 GB | 3h19m | 10h47m | 4h10m |
148
- | 2014 | 237 | 78,119,261 | 329,617 | 27.5 GB | 7.2 GB | 2h37m | 15h38m | 3h40m |
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.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
- 2014 ██████████████████████████████ 39.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.4M
181
- 2014 ████████████████████████████░░ 4.1M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 108,012,864 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,957,215 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,782,551 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,713,101 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,041,855 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,226,170 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,675,233 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,286,517 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,792,510 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 270,736 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,000,635 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,477,924 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 197,932 | 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,282 days), totaling **215,523,407 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 65.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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,866,522 events in 3854 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 ███████████░░░░░░░░░░░░░░░░░░░ 105.1K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 █████████████████████████████░ 76.0M
139
+ 2014 ██████████████████████████████ 78.4M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
 
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
+ | 2013 | 353 | 76,031,570 | 215,386 | 23.1 GB | 6.3 GB | 3h17m | 10h42m | 4h07m |
148
+ | 2014 | 238 | 78,409,988 | 329,453 | 27.6 GB | 7.2 GB | 2h37m | 15h44m | 3h40m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ███████████████░░░░░░░░░░░░░░░ 20.6M
159
  2013 █████████████████████████████░ 38.9M
160
+ 2014 ██████████████████████████████ 39.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.4M
181
+ 2014 ████████████████████████████░░ 4.2M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 108,174,981 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,969,537 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,804,359 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,724,249 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,044,265 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,251,557 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,684,447 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,321,538 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,796,893 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 271,536 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,002,488 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,480,880 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 198,205 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2013/02/16.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c93b73a7126670f6586f1496d02530a15f240893dc0fd252b2839c2ac479cb4
3
- size 318226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dfbd20490b464901fef652471fe2311a5e6f91a26675cae124f539290ab8e74
3
+ size 634357
data/stars/2013/02/17.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40f41f4c40b59ace3aa015543fad2dc1216d9978e1661bc7db83c4260ba44d95
3
- size 356733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855e5ad5d1f322a7baca8bbbbeeffa7a8fb68786f98c54f9f5c2e9b3a7c79906
3
+ size 711470
data/stars/2013/02/18.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b532af2494bd9fb30b3a9aee98c578bbe6c2608cf91f26af8896fd3fea19c7e
3
- size 436575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659b397f9a03fa18986bd29dfc81a057d82def00190f522e5a31ac0bdba147f5
3
+ size 876747
data/stars/2013/02/19.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0afa26be8898a9c349ac4088d2abdf3e164971ea90b1f3ef08eb3811f501111
3
- size 468866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666f9096cd26f58bf2a1a300e2b90c3ab2026afc0c8c9f49e9f99cbf9596e9dc
3
+ size 926791
data/stars/2013/02/20.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e3f49a8f6209e59f563e57d3d658fae2a8466c682edf43f4f5aae17ed73bcc
3
- size 459996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b40fec3cc99a19a865cd8db8d133e93495f20abe961fcb0abde764b5000aca44
3
+ size 907160
data/stars/2013/02/21.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:875e65fbb0913769a822f2d0e010a918d504c18c0b02ab445fabd9dc07151f48
3
- size 503741
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63494eee1325b46141b354ca2d048a39dce299017d3ac11b1505342c14013503
3
+ size 936506
data/stars/2013/02/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:178bf9e7e25fdd48ea2996eec3c344b381ce44e9830e8e516b7110e95a3d7db7
3
- size 392521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e145262b838c4c2179fb4d28e3db0bdf48e5b7dca3476c9567e6828a3c5ec7c8
3
+ size 785210
stats.csv CHANGED
@@ -727,20 +727,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
727
  2013-02-06,203760,1463,99344,14839,20019,7926,0,1812,19921,7760,23235,1635,0,2265,3342,0,199,0,65992399,53.6,854140,45.5,53.6,5.7
728
  2013-02-07,202117,1463,98384,13718,21628,7519,0,2041,19699,7436,23065,1628,0,2250,3104,0,182,0,65576578,54.7,852021,25.4,54.7,5.7
729
  2013-02-08,179697,1224,88411,11873,20100,7002,0,1607,16589,6302,19986,1524,0,1799,3124,0,156,0,58883384,48.2,734810,17.2,48.2,5.7
730
- 2013-02-09,126860,827,67654,7424,11284,4122,0,795,11339,4534,14583,900,0,1261,2035,0,102,0,39569240,34.9,537368,13.6,34.9,0.0
731
- 2013-02-10,170483,761,77338,31417,16541,4407,0,1008,12677,4857,16310,1089,0,1516,2429,0,133,0,45100511,38.2,591636,7.4,38.2,0.0
732
- 2013-02-11,191169,1390,97603,10506,18074,7533,0,2133,17611,6947,22461,1594,0,1980,3127,0,210,0,62708146,48.8,775889,0.0,48.8,0.0
733
- 2013-02-12,197523,1260,96991,12202,21246,7477,0,2093,17698,6987,24259,1645,0,2150,3327,0,188,0,68174371,55.9,784972,8.5,55.9,0.0
734
- 2013-02-13,199889,1395,97973,12370,22769,7540,0,2061,18171,6937,22958,1549,0,2199,3773,0,194,0,64342569,48.5,800954,9.5,48.5,0.0
735
- 2013-02-14,186628,1209,91717,11340,20105,7383,0,1877,17991,6876,20794,1472,0,2017,3671,0,176,0,60808459,36.8,786582,6.4,36.8,0.0
736
- 2013-02-15,185408,1234,87521,14151,22719,6938,0,1505,17122,6708,20604,1498,0,1795,3336,0,277,0,57786873,36.3,754696,23.9,36.3,0.0
737
  2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,25.6,634357,8.1,25.6,0.0
738
- 2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,72.3,15485095,30.4,72.3,33.9
739
- 2013-02-18,205906,1395,106211,11699,19236,7351,0,1800,19699,7718,23372,1552,0,2027,3635,0,211,0,66018413,101.2,21358901,29.0,101.2,34.7
740
- 2013-02-19,220589,1577,108904,12839,23189,8219,0,2217,21496,8273,25732,1765,0,2342,3840,0,196,0,70351880,108.5,21938032,30.3,108.5,37.5
741
- 2013-02-20,215746,1457,109080,12013,21474,8199,0,1922,20996,8127,24503,1727,0,2075,3969,0,204,0,69584957,102.1,22011865,26.3,102.1,60.3
742
- 2013-02-21,214250,1544,108948,12365,20270,8263,0,1943,19558,8120,25578,1664,0,2066,3732,0,199,0,68654780,97.8,21792522,27.8,97.8,48.8
743
- 2013-02-22,190036,1291,96413,12506,17467,7268,0,1516,17681,6899,22416,1494,0,1738,3181,0,166,0,61099175,85.4,19051030,32.2,85.4,40.0
744
  2013-02-23,144851,1071,77537,7925,11376,4506,0,767,13185,5277,18005,1094,0,1169,2828,0,111,0,44704247,63.2,14289617,25.4,63.2,45.7
745
  2013-02-24,159389,868,83833,9625,13052,4763,0,901,15353,5607,19968,1243,0,1273,2788,0,115,0,53487945,78.0,17061428,24.5,78.0,48.8
746
  2013-02-25,214104,1471,107395,12031,20959,8464,0,1940,19754,8095,25452,1706,0,2331,4307,0,199,0,70351591,117.1,21817099,76.8,117.1,48.4
@@ -1278,5 +1278,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1278
  2014-09-04,382735,1758,190781,18483,36141,19221,0,6919,34838,13286,45951,6942,1023,2878,4141,0,373,0,223850627,423.6,38698449,39.7,423.6,63.1
1279
  2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,51.6
1280
  2014-09-06,244058,1198,136000,11098,18542,9442,0,2029,20095,8144,28962,3647,621,1342,2711,0,227,0,138739344,256.5,25361563,44.6,256.5,37.3
 
1281
  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
1282
  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
 
727
  2013-02-06,203760,1463,99344,14839,20019,7926,0,1812,19921,7760,23235,1635,0,2265,3342,0,199,0,65992399,53.6,854140,45.5,53.6,5.7
728
  2013-02-07,202117,1463,98384,13718,21628,7519,0,2041,19699,7436,23065,1628,0,2250,3104,0,182,0,65576578,54.7,852021,25.4,54.7,5.7
729
  2013-02-08,179697,1224,88411,11873,20100,7002,0,1607,16589,6302,19986,1524,0,1799,3124,0,156,0,58883384,48.2,734810,17.2,48.2,5.7
730
+ 2013-02-09,126860,827,67654,7424,11284,4122,0,795,11339,4534,14583,900,0,1261,2035,0,102,0,39569240,34.9,537368,13.6,34.9,6.4
731
+ 2013-02-10,170483,761,77338,31417,16541,4407,0,1008,12677,4857,16310,1089,0,1516,2429,0,133,0,45100511,38.2,591636,7.4,38.2,6.4
732
+ 2013-02-11,191169,1390,97603,10506,18074,7533,0,2133,17611,6947,22461,1594,0,1980,3127,0,210,0,62708146,48.8,775889,0.0,48.8,6.4
733
+ 2013-02-12,197523,1260,96991,12202,21246,7477,0,2093,17698,6987,24259,1645,0,2150,3327,0,188,0,68174371,55.9,784972,8.5,55.9,6.4
734
+ 2013-02-13,199889,1395,97973,12370,22769,7540,0,2061,18171,6937,22958,1549,0,2199,3773,0,194,0,64342569,48.5,800954,9.5,48.5,6.4
735
+ 2013-02-14,186628,1209,91717,11340,20105,7383,0,1877,17991,6876,20794,1472,0,2017,3671,0,176,0,60808459,36.8,786582,6.4,36.8,6.4
736
+ 2013-02-15,185408,1234,87521,14151,22719,6938,0,1505,17122,6708,20604,1498,0,1795,3336,0,277,0,57786873,36.3,754696,23.9,36.3,6.4
737
  2013-02-16,160485,892,70235,16456,28032,4144,0,567,14111,5051,16161,999,0,1189,2550,0,98,0,41683064,25.6,634357,8.1,25.6,0.0
738
+ 2013-02-17,162579,913,80563,13347,17159,4520,0,907,15639,5604,18459,1015,0,1363,2962,0,128,0,47190004,34.2,711470,23.3,34.2,0.0
739
+ 2013-02-18,205906,1395,106211,11699,19236,7351,0,1800,19699,7718,23372,1552,0,2027,3635,0,211,0,66018413,50.4,876747,9.5,50.4,0.0
740
+ 2013-02-19,220589,1577,108904,12839,23189,8219,0,2217,21496,8273,25732,1765,0,2342,3840,0,196,0,70351880,56.3,926791,12.1,56.3,0.0
741
+ 2013-02-20,215746,1457,109080,12013,21474,8199,0,1922,20996,8127,24503,1727,0,2075,3969,0,204,0,69584957,56.5,907160,13.1,56.5,0.0
742
+ 2013-02-21,214250,1544,108948,12365,20270,8263,0,1943,19558,8120,25578,1664,0,2066,3732,0,199,0,68654780,49.8,936506,11.2,49.8,0.0
743
+ 2013-02-22,190036,1291,96413,12506,17467,7268,0,1516,17681,6899,22416,1494,0,1738,3181,0,166,0,61099175,38.6,785210,10.2,38.7,0.0
744
  2013-02-23,144851,1071,77537,7925,11376,4506,0,767,13185,5277,18005,1094,0,1169,2828,0,111,0,44704247,63.2,14289617,25.4,63.2,45.7
745
  2013-02-24,159389,868,83833,9625,13052,4763,0,901,15353,5607,19968,1243,0,1273,2788,0,115,0,53487945,78.0,17061428,24.5,78.0,48.8
746
  2013-02-25,214104,1471,107395,12031,20959,8464,0,1940,19754,8095,25452,1706,0,2331,4307,0,199,0,70351591,117.1,21817099,76.8,117.1,48.4
 
1278
  2014-09-04,382735,1758,190781,18483,36141,19221,0,6919,34838,13286,45951,6942,1023,2878,4141,0,373,0,223850627,423.6,38698449,39.7,423.6,63.1
1279
  2014-09-05,327295,1884,165567,15803,30194,16424,0,5336,27547,11093,39687,6253,936,2748,3494,0,329,0,193402751,362.4,34335000,54.1,362.4,51.6
1280
  2014-09-06,244058,1198,136000,11098,18542,9442,0,2029,20095,8144,28962,3647,621,1342,2711,0,227,0,138739344,256.5,25361563,44.6,256.5,37.3
1281
+ 2014-09-07,290727,1035,162117,12322,21808,11148,0,2410,25387,9214,35021,4383,800,1853,2956,0,273,0,162165359,308.8,29846104,33.2,308.8,0.0
1282
  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
1283
  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