tamnd commited on
Commit
b3835fc
·
verified ·
1 Parent(s): 2854e74

Add 2013-03-23 to 2013-03-29 — 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,285 days), totaling **216,870,839 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 66.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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,887,375 events in 3855 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 █████████████░░░░░░░░░░░░░░░░░ 126.0K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,9 +134,9 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ███████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 ████████████████████████████░░ 76.1M
139
- 2014 ██████████████████████████████ 79.7M
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,069,545 | 215,494 | 23.1 GB | 5.8 GB | 3h05m | 10h04m | 3h47m |
148
- | 2014 | 241 | 79,719,445 | 330,786 | 28.3 GB | 7.3 GB | 2h40m | 16h08m | 3h43m |
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 ██████████████████████████████ 40.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -200,7 +200,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.8M
203
- 2013 ████████████████████████░░░░░ 3.0M
204
  2014 ██████████████████████████████ 3.5M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
@@ -222,8 +222,8 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 4.0M
225
- 2013 ████████████████████████████░ 7.1M
226
- 2014 ██████████████████████████████ 7.3M
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 | 108,859,167 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,034,352 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,940,015 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,787,921 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,067,248 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,366,881 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,728,374 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,477,420 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,821,341 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 275,020 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,012,915 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,495,321 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 199,487 | 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,286 days), totaling **217,306,992 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 66.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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,911,834 events in 3856 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 ███████████████░░░░░░░░░░░░░░░ 150.4K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
134
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ███████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 ████████████████████████████░░ 76.1M
139
+ 2014 ██████████████████████████████ 80.2M
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,074,924 | 215,509 | 23.1 GB | 5.7 GB | 3h04m | 9h56m | 3h44m |
148
+ | 2014 | 242 | 80,150,219 | 331,199 | 28.6 GB | 7.4 GB | 2h40m | 16h16m | 3h44m |
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 ██████████████████████████████ 40.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.8M
203
+ 2013 ████████████████████████░░░░░ 3.0M
204
  2014 ██████████████████████████████ 3.5M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 ████████████████░░░░░░░░░░░░░░ 4.0M
225
+ 2013 ████████████████████████████░ 7.1M
226
+ 2014 ██████████████████████████████ 7.4M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 109,080,170 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,055,533 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,979,947 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,808,682 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,075,119 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,405,582 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,743,145 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,529,607 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,829,051 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 276,154 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,016,401 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,500,157 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 199,899 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2013/03/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10524f5fdd8485f8d27f0fffffcba3f0d988898b8d478302a82934a9cdfbd00f
3
- size 325487
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef49d3e7b384d49bb02e962fb3dfa165fc80e0db9a3706bb53bd0e6f44fb04c5
3
+ size 655365
data/stars/2013/03/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a578bc9fa697413ec32d3c91360113b1956dc8a02245c18fb3d81b382f6deba3
3
- size 375766
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ad077eeabfdc3d100c5001c5b687579b9bbf36e790e55076b47b809884c258
3
+ size 756776
data/stars/2013/03/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c4ccbf3275f7eda6e0b05dff2990b815745e35437723f7ca30f9258ed8cb318
3
- size 463862
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0c09256b4c210a02076db2a16a663c951d83b2f9dcce0038403ae5956fdcb3
3
+ size 926571
data/stars/2013/03/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f112215785941542684dec52d09ab1dfbd4bf9cc35b9a0d9eaec90e6dda02a2c
3
- size 491940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac660d189c843e547f7787d45990363afb3d629efc027b57d7bb7c8fa7ec0f12
3
+ size 971671
data/stars/2013/03/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:791264386681b56bcdedeb5201d62931df5d21052c26c87a8784dc3b934a19f7
3
- size 485656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c6312179c2fd9e2177490092aa5768c141f01c3c44e485753398b1e0daa9089
3
+ size 962070
data/stars/2013/03/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2badde22f59df1cbd552a5133553eef4fe0f6b642e72513723efde906338fbaf
3
- size 461436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad29f256efaa1d778775f8dba1bcdbc49f16f8388f93c84a64a17db3b6171162
3
+ size 923329
data/stars/2013/03/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89d147bc7ebb07414c4d997b5e50cb6e575339e6b0e939e92138aa49de179f0f
3
- size 392055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8421fe0b0ecece71a62c67115005b19fe3a95bbdaaf550122b065d5a0b6a54
3
+ size 818159
stats.csv CHANGED
@@ -762,20 +762,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
762
  2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,52.5,909789,8.0,52.5,6.2
763
  2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,36.8,873683,7.8,36.8,6.2
764
  2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,35.9,880711,8.3,35.9,6.2
765
- 2013-03-16,144683,1007,76038,8425,10974,4535,0,882,14548,5740,17731,1017,0,1072,2586,0,128,0,45246493,26.9,664766,10.1,26.9,0.0
766
- 2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,28.5,725543,6.7,28.5,0.0
767
- 2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,54.0,1049128,30.1,54.0,0.0
768
- 2013-03-19,234720,1902,117519,12784,22390,9329,0,2788,23196,9650,26578,1832,0,2252,4294,0,206,0,77673255,55.8,1058074,10.2,55.8,0.0
769
- 2013-03-20,234338,1646,117914,12857,22914,9201,0,2639,22727,9433,26466,1893,0,2454,3964,0,230,0,77014806,55.6,987310,11.7,55.6,0.0
770
- 2013-03-21,228991,1879,115596,12419,23879,8740,0,2176,21009,8764,26197,1865,0,2342,3947,0,178,0,73730998,54.4,955186,18.6,54.4,0.0
771
- 2013-03-22,199993,1569,103385,10473,17805,7839,0,1846,19187,7658,22741,1636,0,2226,3445,0,183,0,65998243,42.5,858458,33.2,42.5,0.0
772
  2013-03-23,142771,1104,75244,7587,10318,4539,0,1078,14512,5487,18083,1025,0,1150,2540,0,104,0,44199233,27.4,655365,6.7,27.5,0.0
773
  2013-03-24,179246,1107,92130,10378,16714,5081,0,1066,16987,6550,22287,2267,0,1555,2982,0,142,0,57744900,31.1,756776,8.8,31.1,0.0
774
- 2013-03-25,229870,1804,117636,12913,21050,9135,0,2271,21213,8784,26764,1931,0,2270,3876,0,223,0,76027975,152.9,23993454,47.2,152.9,53.4
775
- 2013-03-26,240524,1573,116972,26622,20157,8823,0,2116,22636,8717,24989,1817,0,2076,3809,0,217,0,74497767,163.8,22745046,33.6,163.8,39.1
776
- 2013-03-27,239110,1606,115132,23776,21887,9368,0,2483,22379,9092,25110,1825,0,2301,3942,0,209,0,75471826,163.1,23132503,42.1,163.1,47.9
777
- 2013-03-28,218204,1244,111273,12669,20535,8687,0,2092,21143,8503,24044,1758,0,2282,3783,0,191,0,70699737,140.5,21807930,33.7,140.5,50.4
778
- 2013-03-29,185506,1068,98953,9488,16105,6817,0,1747,17929,7296,19541,1480,0,1863,3042,0,177,0,60302402,121.9,18610499,26.0,121.9,35.1
779
  2013-03-30,144345,876,80029,7393,10817,4470,0,801,13515,5228,16271,932,0,1212,2699,0,102,0,44552812,85.8,14762890,25.6,85.8,40.0
780
  2013-03-31,153506,789,84632,6796,9997,4351,0,761,16286,6146,16829,1028,0,3239,2539,0,113,0,51668647,95.5,16337222,30.0,95.5,42.2
781
  2013-04-01,215826,1396,110984,12553,17821,7397,0,1814,20355,7814,26512,2859,0,2222,3912,0,187,0,69196437,144.4,21658610,34.9,144.4,41.0
@@ -1282,5 +1282,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1282
  2014-09-08,441314,2074,228681,21306,45702,20124,0,7307,36789,13110,49375,7199,1170,3495,4502,0,480,0,250817458,498.0,44655514,50.3,498.0,57.8
1283
  2014-09-09,431793,2165,215272,21451,44255,20470,0,7860,38439,14247,49998,8373,1092,3163,4644,0,364,0,251008448,471.0,44371276,44.5,471.0,71.4
1284
  2014-09-10,436350,2410,220800,20071,42031,21476,0,7452,36490,15120,52301,8549,1222,3330,4697,0,401,0,254952149,485.4,45026221,39.5,485.4,71.0
 
1285
  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
1286
  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
 
762
  2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,52.5,909789,8.0,52.5,6.2
763
  2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,36.8,873683,7.8,36.8,6.2
764
  2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,35.9,880711,8.3,35.9,6.2
765
+ 2013-03-16,144683,1007,76038,8425,10974,4535,0,882,14548,5740,17731,1017,0,1072,2586,0,128,0,45246493,26.9,664766,10.1,26.9,6.8
766
+ 2013-03-17,165674,974,87700,8620,12831,5302,0,1001,16550,6343,20381,1205,0,1103,3532,0,132,0,50962490,28.5,725543,6.7,28.5,6.8
767
+ 2013-03-18,228617,1733,114097,12536,21230,8908,0,2717,24678,8801,25521,1804,0,2266,4112,0,214,0,75529417,54.0,1049128,30.1,54.0,6.8
768
+ 2013-03-19,234720,1902,117519,12784,22390,9329,0,2788,23196,9650,26578,1832,0,2252,4294,0,206,0,77673255,55.8,1058074,10.2,55.8,6.8
769
+ 2013-03-20,234338,1646,117914,12857,22914,9201,0,2639,22727,9433,26466,1893,0,2454,3964,0,230,0,77014806,55.6,987310,11.7,55.6,6.8
770
+ 2013-03-21,228991,1879,115596,12419,23879,8740,0,2176,21009,8764,26197,1865,0,2342,3947,0,178,0,73730998,54.4,955186,18.6,54.4,6.8
771
+ 2013-03-22,199993,1569,103385,10473,17805,7839,0,1846,19187,7658,22741,1636,0,2226,3445,0,183,0,65998243,42.5,858458,33.2,42.5,6.8
772
  2013-03-23,142771,1104,75244,7587,10318,4539,0,1078,14512,5487,18083,1025,0,1150,2540,0,104,0,44199233,27.4,655365,6.7,27.5,0.0
773
  2013-03-24,179246,1107,92130,10378,16714,5081,0,1066,16987,6550,22287,2267,0,1555,2982,0,142,0,57744900,31.1,756776,8.8,31.1,0.0
774
+ 2013-03-25,229870,1804,117636,12913,21050,9135,0,2271,21213,8784,26764,1931,0,2270,3876,0,223,0,76027975,49.7,926571,37.4,49.7,0.0
775
+ 2013-03-26,240524,1573,116972,26622,20157,8823,0,2116,22636,8717,24989,1817,0,2076,3809,0,217,0,74497767,52.9,971671,26.1,52.9,0.0
776
+ 2013-03-27,239110,1606,115132,23776,21887,9368,0,2483,22379,9092,25110,1825,0,2301,3942,0,209,0,75471826,56.6,962070,17.0,56.6,0.0
777
+ 2013-03-28,218204,1244,111273,12669,20535,8687,0,2092,21143,8503,24044,1758,0,2282,3783,0,191,0,70699737,52.3,923329,8.4,52.3,0.0
778
+ 2013-03-29,190885,1102,101918,9762,16475,6957,0,1773,18499,7516,20164,1517,0,1895,3124,0,183,0,61919488,41.1,818159,8.1,41.1,0.0
779
  2013-03-30,144345,876,80029,7393,10817,4470,0,801,13515,5228,16271,932,0,1212,2699,0,102,0,44552812,85.8,14762890,25.6,85.8,40.0
780
  2013-03-31,153506,789,84632,6796,9997,4351,0,761,16286,6146,16829,1028,0,3239,2539,0,113,0,51668647,95.5,16337222,30.0,95.5,42.2
781
  2013-04-01,215826,1396,110984,12553,17821,7397,0,1814,20355,7814,26512,2859,0,2222,3912,0,187,0,69196437,144.4,21658610,34.9,144.4,41.0
 
1282
  2014-09-08,441314,2074,228681,21306,45702,20124,0,7307,36789,13110,49375,7199,1170,3495,4502,0,480,0,250817458,498.0,44655514,50.3,498.0,57.8
1283
  2014-09-09,431793,2165,215272,21451,44255,20470,0,7860,38439,14247,49998,8373,1092,3163,4644,0,364,0,251008448,471.0,44371276,44.5,471.0,71.4
1284
  2014-09-10,436350,2410,220800,20071,42031,21476,0,7452,36490,15120,52301,8549,1222,3330,4697,0,401,0,254952149,485.4,45026221,39.5,485.4,71.0
1285
+ 2014-09-11,430774,2134,218038,20907,39562,20621,0,7845,38131,14551,51564,7673,1134,3454,4754,0,406,0,253956874,487.8,45195726,46.2,487.8,0.0
1286
  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
1287
  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