Skip to content

Commit

Permalink
Add UserDiversity exports from 2020 and 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Oct 18, 2024
1 parent 1eb3b7f commit 67bdfb4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions exports/2020/public/UserDiversity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"diversity": {
"age": {
"": 70,
"0-14": 2,
"15-24": 56,
"25-34": 124,
"35-44": 98,
"45-54": 51,
"55-64": 18,
"65+": 7,
"other": 4
},
"ethnicity": {
"": 135,
"anglosphere": 40,
"both": 117,
"other": 38,
"white": 95
},
"sex": {
"": 79,
"female": 67,
"male": 255,
"other": 26
}
}
}
28 changes: 28 additions & 0 deletions exports/2022/public/UserDiversity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"diversity": {
"age": {
"": 353,
"0-14": 4,
"15-24": 100,
"25-34": 263,
"35-44": 312,
"45-54": 155,
"55-64": 57,
"65+": 14,
"other": 4
},
"ethnicity": {
"": 495,
"anglosphere": 106,
"both": 311,
"other": 105,
"white": 240
},
"sex": {
"": 366,
"female": 205,
"male": 610,
"other": 76
}
}
}

0 comments on commit 67bdfb4

Please sign in to comment.