tamnd commited on
Commit
1dd1dcf
·
verified ·
1 Parent(s): b8340ba

Add 2011-10-22 to 2011-10-28 — 7 days, 441.5K 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,146 days), totaling **190,163,461 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 55.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.6 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
 
@@ -136,16 +136,16 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 17.3M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
- 2014 █████████████████████████░░░░░ 63.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
- | 2011 | 313 | 17,334,914 | 55,383 | 3.4 GB | 568.8 MB | 56m16s | 53m46s | 59m34s |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 196 | 63,576,545 | 324,370 | 19.7 GB | 5.8 GB | 2h07m | 11h13m | 2h58m |
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.4M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████░░░░░ 32.3M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -201,7 +201,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 456.9K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
- 2014 ████████████████████████████░ 2.8M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 95,566,825 | 50.3% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,558,496 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,525,333 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,706,143 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,763,025 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 17,893,268 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,829,007 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 23,901,602 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,449,780 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 230,001 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,775,988 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,126,210 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 126,019 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 175,638 | 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,147 days), totaling **190,525,187 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 55.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.6 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
 
 
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 17.3M
137
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
138
  2013 ██████████████████████████████ 74.5M
139
+ 2014 █████████████████████████░░░░░ 63.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
+ | 2011 | 313 | 17,334,914 | 55,383 | 3.4 GB | 524.1 MB | 56m02s | 52m21s | 57m00s |
146
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 197 | 63,938,271 | 324,559 | 19.9 GB | 5.8 GB | 2h08m | 11h19m | 2h58m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.4M
158
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████░░░░░ 32.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 456.9K
202
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
+ 2014 ████████████████████████████░ 2.8M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 95,745,111 | 50.3% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,576,724 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,561,654 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,723,301 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,769,214 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 17,929,847 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,841,035 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 23,943,189 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,456,060 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 230,993 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,778,725 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,129,723 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 126,019 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 175,985 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2011/10/22.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1581d66d70b82c81355ef0dc100fbe8c289393e1cbd429c45ddebeeb93836078
3
- size 151423
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:965cd3abec78ed87bedf2ee4cd6c7f33ffa8359164e81de16c1a7731dbbf988f
3
+ size 218827
data/stars/2011/10/23.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b560de84a9382f45c456962287923ecb23fa705561e6e2323dc6070090ceb0c
3
- size 142247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d79f8245ec5b641326b66b5469f114cbe33d6190363bc14c26341a785da2c0b
3
+ size 207745
data/stars/2011/10/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9da56a2e7e7c7ef62d45c76e463c414683b21fb7cc83259e7a1c50451b7bdc13
3
- size 212275
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b549859363f971af4d754d2385b44ceed7e625d8a86d656e27a745118940cd9d
3
+ size 312326
data/stars/2011/10/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc1df188bf3a9251db7348abc5646284bfc91fb448e9195f88ac5cd0cd5dfbac
3
- size 249185
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e645d463ec3e9b85c89c348adcda2bb5ff84e4a18e8febfe66da3dbd5b1db94
3
+ size 367492
data/stars/2011/10/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41b8032b3f46831c8f64c4dae07d2b486bee0ceaf9778f99968765ac857d5c72
3
- size 234551
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bc55548f3a6ea104d1121363c3243a76df2f5c48b02e5e73f054a1b7ca1b8cf
3
+ size 344075
data/stars/2011/10/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:479670ce1b219df5539c77b2dd2824b0d61c28f71a264f3dd55888c3746dd86f
3
- size 165171
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42b3cf3283b25ba144154eab66c364492df6dda5f128dd8094bb384ddc278d8e
3
+ size 245992
data/stars/2011/10/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b51279ea9daffc658208360687440aa7da1acf39f4ddfa7acc63315bc87d624f
3
- size 166786
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed9e413a11f12e2c963b22a62eeeafa703d47624b86a073042163250595a291
3
+ size 245584
stats.csv CHANGED
@@ -244,20 +244,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
244
  2011-10-12,69010,0,34960,3875,5399,2236,0,0,6581,2136,10113,839,0,890,1428,470,83,0,17844428,13.8,293559,5.9,13.8,6.2
245
  2011-10-13,61936,0,30981,3596,4849,1888,0,0,6495,1979,8993,736,0,885,1040,433,61,0,16819447,12.8,285062,9.9,12.8,6.2
246
  2011-10-14,64002,0,32906,3510,4959,2103,0,0,7363,2019,8186,661,0,699,1118,410,68,0,19415626,9.1,344264,11.6,9.1,6.2
247
- 2011-10-15,47324,0,24074,3145,4115,1172,0,0,4753,1418,6370,512,0,491,894,316,64,0,13306380,6.6,209707,7.5,6.6,0.0
248
- 2011-10-16,48820,0,26623,2716,3549,1103,0,0,4865,1480,6180,374,0,511,1121,258,40,0,13970617,7.1,209980,13.5,7.1,0.0
249
- 2011-10-17,71601,0,36201,4534,6152,2121,0,0,7194,2223,9807,815,0,722,1303,446,83,0,21890311,11.5,319819,14.2,11.5,0.0
250
- 2011-10-18,110511,0,37665,42780,5725,2224,0,0,7077,2241,9043,961,0,833,1340,523,99,0,24616402,20.9,314963,13.3,20.9,0.0
251
- 2011-10-19,76774,0,37772,7563,6609,2410,0,0,7161,2257,9074,707,0,1076,1588,481,76,0,22776520,16.6,316337,9.1,16.6,0.0
252
- 2011-10-20,75217,0,37498,5766,6151,2382,0,0,8088,2211,9323,824,0,890,1469,524,91,0,22511794,18.9,340881,25.2,18.9,0.0
253
- 2011-10-21,68639,0,34793,3702,5146,2471,0,0,7426,2406,8658,1511,0,813,1163,478,72,0,20819104,19.0,315075,0.0,19.0,0.0
254
  2011-10-22,48814,0,25187,2984,3703,1230,0,0,5122,1370,6581,438,0,543,1194,414,48,0,13841117,13.2,218827,0.0,13.2,0.0
255
  2011-10-23,52118,0,28312,2730,3590,1198,0,0,4601,1357,8175,461,0,503,873,260,58,0,14451979,12.7,207745,0.0,12.7,0.0
256
- 2011-10-24,69453,0,36750,3942,5402,2319,0,0,7125,2105,8379,809,0,772,1270,502,78,0,21333055,31.2,10384681,8.3,31.2,39.5
257
- 2011-10-25,74899,0,37462,4140,5634,2406,0,0,8668,2558,10184,881,0,896,1402,586,82,0,22294342,36.5,10746874,38.8,36.5,40.5
258
- 2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,35.1,10821255,22.2,35.1,40.1
259
- 2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,25.0,8141315,24.8,25.0,40.2
260
- 2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,29.9,8296079,18.1,29.9,24.0
261
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
262
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
263
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
@@ -1143,5 +1143,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1143
  2014-07-25,337217,1297,168832,16349,30507,16248,0,5100,30043,11148,40790,6268,1014,5416,3957,0,248,0,193075138,412.6,34159157,38.2,412.6,54.2
1144
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
1145
  2014-07-27,275678,880,148033,11627,20202,9986,0,2697,26505,11053,35125,4191,823,1717,2612,0,227,0,150266595,281.2,26676436,40.7,281.2,120.3
 
1146
  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
1147
  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
 
244
  2011-10-12,69010,0,34960,3875,5399,2236,0,0,6581,2136,10113,839,0,890,1428,470,83,0,17844428,13.8,293559,5.9,13.8,6.2
245
  2011-10-13,61936,0,30981,3596,4849,1888,0,0,6495,1979,8993,736,0,885,1040,433,61,0,16819447,12.8,285062,9.9,12.8,6.2
246
  2011-10-14,64002,0,32906,3510,4959,2103,0,0,7363,2019,8186,661,0,699,1118,410,68,0,19415626,9.1,344264,11.6,9.1,6.2
247
+ 2011-10-15,47324,0,24074,3145,4115,1172,0,0,4753,1418,6370,512,0,491,894,316,64,0,13306380,6.6,209707,7.5,6.6,4.3
248
+ 2011-10-16,48820,0,26623,2716,3549,1103,0,0,4865,1480,6180,374,0,511,1121,258,40,0,13970617,7.1,209980,13.5,7.1,4.3
249
+ 2011-10-17,71601,0,36201,4534,6152,2121,0,0,7194,2223,9807,815,0,722,1303,446,83,0,21890311,11.5,319819,14.2,11.5,4.3
250
+ 2011-10-18,110511,0,37665,42780,5725,2224,0,0,7077,2241,9043,961,0,833,1340,523,99,0,24616402,20.9,314963,13.3,20.9,4.3
251
+ 2011-10-19,76774,0,37772,7563,6609,2410,0,0,7161,2257,9074,707,0,1076,1588,481,76,0,22776520,16.6,316337,9.1,16.6,4.3
252
+ 2011-10-20,75217,0,37498,5766,6151,2382,0,0,8088,2211,9323,824,0,890,1469,524,91,0,22511794,18.9,340881,25.2,18.9,4.3
253
+ 2011-10-21,68639,0,34793,3702,5146,2471,0,0,7426,2406,8658,1511,0,813,1163,478,72,0,20819104,19.0,315075,0.0,19.0,4.3
254
  2011-10-22,48814,0,25187,2984,3703,1230,0,0,5122,1370,6581,438,0,543,1194,414,48,0,13841117,13.2,218827,0.0,13.2,0.0
255
  2011-10-23,52118,0,28312,2730,3590,1198,0,0,4601,1357,8175,461,0,503,873,260,58,0,14451979,12.7,207745,0.0,12.7,0.0
256
+ 2011-10-24,69453,0,36750,3942,5402,2319,0,0,7125,2105,8379,809,0,772,1270,502,78,0,21333055,16.9,312326,27.7,16.9,0.0
257
+ 2011-10-25,74899,0,37462,4140,5634,2406,0,0,8668,2558,10184,881,0,896,1402,586,82,0,22294342,16.5,367492,29.1,16.5,0.0
258
+ 2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,16.5,344075,9.0,16.5,0.0
259
+ 2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,10.8,245992,18.8,10.8,0.0
260
+ 2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,11.8,245584,13.4,11.8,0.0
261
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
262
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
263
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
 
1143
  2014-07-25,337217,1297,168832,16349,30507,16248,0,5100,30043,11148,40790,6268,1014,5416,3957,0,248,0,193075138,412.6,34159157,38.2,412.6,54.2
1144
  2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,48.9
1145
  2014-07-27,275678,880,148033,11627,20202,9986,0,2697,26505,11053,35125,4191,823,1717,2612,0,227,0,150266595,281.2,26676436,40.7,281.2,120.3
1146
+ 2014-07-28,361726,1481,178286,18228,36321,17158,0,6189,36579,12028,41587,6280,992,2737,3513,0,347,0,211443298,394.3,38705018,60.6,394.3,0.0
1147
  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
1148
  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