tamnd commited on
Commit
c836754
·
verified ·
1 Parent(s): 17fb334

Add 2014-09-17 — 467.1K events, 11 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,291 days), totaling **219,342,442 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 67.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.5 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,961,599 events in 3858 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 █████████████████████░░░░░░░░░ 200.2K
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.1M
139
- 2014 ██████████████████████████████ 82.2M
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,105,538 | 215,596 | 23.1 GB | 4.6 GB | 2h44m | 9h11m | 2h52m |
148
- | 2014 | 247 | 82,155,055 | 332,611 | 29.6 GB | 7.5 GB | 2h44m | 16h49m | 3h47m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -156,8 +156,8 @@ Pushes are the most common event type, representing roughly half of all GitHub a
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
159
- 2013 ███████████████████████████░░ 38.9M
160
- 2014 ██████████████████████████████ 41.7M
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.3M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -201,7 +201,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
  2013 ████████████████████████░░░░░░ 3.0M
204
- 2014 ██████████████████████████████ 3.6M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -221,7 +221,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
- 2012 ███████████████░░░░░░░░░░░░░░ 4.0M
225
  2013 ████████████████████████████░░ 7.1M
226
  2014 ██████████████████████████████ 7.6M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 110,115,949 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,167,252 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 19,172,062 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,899,902 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,106,340 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,581,568 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,811,557 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 27,763,114 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,863,834 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 281,507 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,031,360 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,527,661 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 201,777 | 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,292 days), totaling **219,809,586 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 68.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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,985,198 events in 3859 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 ███████████████████████░░░░░░░ 223.8K
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ███████████████░░░░░░░░░░░░░░░ 42.5M
138
  2013 ███████████████████████████░░░ 76.1M
139
+ 2014 ██████████████████████████████ 82.6M
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,105,538 | 215,596 | 23.1 GB | 4.5 GB | 2h42m | 9h09m | 2h49m |
148
+ | 2014 | 248 | 82,622,199 | 333,154 | 29.9 GB | 7.6 GB | 2h45m | 16h57m | 3h47m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
159
+ 2013 ███████████████████████████░░ 38.9M
160
+ 2014 ██████████████████████████████ 41.9M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.4M
181
+ 2014 █████████████████████████████░ 4.4M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
  2013 ████████████████████████░░░░░░ 3.0M
204
+ 2014 ██████████████████████████████ 3.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
+ 2012 ███████████████░░░░░░░░░░░░░░ 4.0M
225
  2013 ████████████████████████████░░ 7.1M
226
  2014 ██████████████████████████████ 7.6M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 110,336,371 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,210,087 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 19,213,522 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,921,021 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,113,792 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,619,882 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,826,623 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 27,815,254 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,871,149 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 282,723 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,034,659 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,541,474 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 202,185 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632ed6a1ac8772d3f9dfacef15fc832896e7e2d7cd2f886171462ff1f30d2dcc
3
+ size 116463
data/creates/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8bd4d2d1c6b9c25ce9094cd10dda29670171c4ecd2a84186b765df4ff8995d
3
+ size 2309267
data/deletes/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7ed78358c683eecb098b069cb6485f2fdde2eeec1305fa1e77e6524c94b3a8
3
+ size 214021
data/forks/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd89b3a674caaeacefcb41cb82f313b841afca00e0df9b83cb6ac5702255febd
3
+ size 397264
data/issue_comments/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53120645bdc8bab03a484656b2c348cfc800e3ed5700cfd25c49216b6aec3234
3
+ size 975571
data/issues/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec9e4a247a5a12415922dcf8056b78b576631af00e63c65320feb827f2edc71
3
+ size 800574
data/public_events/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa5562bfe4b699c989c422aaa1fc55ceee68f3b630a11aed7225b363bfe8962
3
+ size 15064
data/pull_requests/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a238fe67091ddc814588d84806b62a97cce8eca20a111240f104da6832968f5a
3
+ size 3712539
data/pushes/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c2445eec38cd4f242a343d62ff7b13c94947d9dc728bfee40fa3b8c3e86e23
3
+ size 34468881
data/stars/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1ea4f1a5eeb1d9002f5fddefad9f2daaa8df27ebe1ad77a42706e15344a648
3
+ size 1747033
data/wiki_pages/2014/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a8c02b5fc4bf430bf32afde5cc12b33ea66a68e93c48d81c9067d479406ece
3
+ size 769834
stats.csv CHANGED
@@ -838,7 +838,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
838
  2013-05-28,236821,1186,120974,13981,21455,9661,0,2365,23514,8669,26566,2059,0,2292,3883,0,216,0,78034327,62.4,1038357,24.5,62.4,0.0
839
  2013-05-29,234172,1168,121158,12730,22097,9753,0,2338,22532,8549,25687,1969,0,2090,3868,0,233,0,78227941,62.6,1042704,7.5,62.6,0.0
840
  2013-05-30,224877,1037,116546,12239,20496,8991,0,2358,20666,8028,26023,1911,0,2191,4182,0,209,0,73737441,59.2,927351,7.7,59.2,0.0
841
- 2013-05-31,193150,955,100315,10404,17848,8019,0,1922,17841,6505,22735,1653,0,1624,3150,0,179,0,64285499,135.0,20275990,28.9,135.0,45.7
842
  2013-06-01,147461,799,81143,7839,11529,4757,0,989,13411,5437,16481,1066,0,1222,2666,0,122,0,46893529,102.6,14486853,34.4,102.6,40.0
843
  2013-06-02,156728,682,86990,7680,11486,4956,0,1029,14332,5442,18447,1127,0,1597,2805,0,155,0,49492964,105.1,15922840,42.1,105.1,40.1
844
  2013-06-03,234994,1303,122768,12456,21489,9594,0,2651,20932,8477,27334,1877,0,2317,3573,0,223,0,83635197,92.7,25687298,36.4,92.7,40.4
@@ -1286,7 +1286,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1286
  2014-09-12,385786,2317,195944,18282,36636,18301,0,5918,33897,12982,45839,6600,1047,2784,4893,0,346,0,225022288,405.8,40439589,45.5,405.8,19.7
1287
  2014-09-13,279220,1639,153966,12502,20954,10128,0,3466,24392,9753,32676,4387,708,1630,2779,0,240,0,154523497,282.5,27570852,37.1,282.5,28.2
1288
  2014-09-15,444449,2320,225559,22790,45910,20010,0,7076,39330,14112,49944,8000,1172,3047,4722,0,457,0,256201177,415.1,45849185,28.1,415.1,53.6
1289
- 2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,0.0
 
1290
  2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,0.0
1291
  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
1292
  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
 
838
  2013-05-28,236821,1186,120974,13981,21455,9661,0,2365,23514,8669,26566,2059,0,2292,3883,0,216,0,78034327,62.4,1038357,24.5,62.4,0.0
839
  2013-05-29,234172,1168,121158,12730,22097,9753,0,2338,22532,8549,25687,1969,0,2090,3868,0,233,0,78227941,62.6,1042704,7.5,62.6,0.0
840
  2013-05-30,224877,1037,116546,12239,20496,8991,0,2358,20666,8028,26023,1911,0,2191,4182,0,209,0,73737441,59.2,927351,7.7,59.2,0.0
841
+ 2013-05-31,193150,955,100315,10404,17848,8019,0,1922,17841,6505,22735,1653,0,1624,3150,0,179,0,64285499,49.1,869040,25.0,49.1,0.0
842
  2013-06-01,147461,799,81143,7839,11529,4757,0,989,13411,5437,16481,1066,0,1222,2666,0,122,0,46893529,102.6,14486853,34.4,102.6,40.0
843
  2013-06-02,156728,682,86990,7680,11486,4956,0,1029,14332,5442,18447,1127,0,1597,2805,0,155,0,49492964,105.1,15922840,42.1,105.1,40.1
844
  2013-06-03,234994,1303,122768,12456,21489,9594,0,2651,20932,8477,27334,1877,0,2317,3573,0,223,0,83635197,92.7,25687298,36.4,92.7,40.4
 
1286
  2014-09-12,385786,2317,195944,18282,36636,18301,0,5918,33897,12982,45839,6600,1047,2784,4893,0,346,0,225022288,405.8,40439589,45.5,405.8,19.7
1287
  2014-09-13,279220,1639,153966,12502,20954,10128,0,3466,24392,9753,32676,4387,708,1630,2779,0,240,0,154523497,282.5,27570852,37.1,282.5,28.2
1288
  2014-09-15,444449,2320,225559,22790,45910,20010,0,7076,39330,14112,49944,8000,1172,3047,4722,0,457,0,256201177,415.1,45849185,28.1,415.1,53.6
1289
+ 2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,56.2
1290
+ 2014-09-17,467144,2285,220422,42835,41460,21119,0,7452,38314,15066,52140,7315,1216,3299,13813,0,408,0,275075750,458.0,45526511,49.0,458.0,0.0
1291
  2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,0.0
1292
  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
1293
  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