From ac26352824cce1ccc02d91a1da6c83bc4525741a Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Fri, 18 Oct 2024 18:00:28 +0100 Subject: [PATCH] Add UserDiversity export for 2018 --- exports/2018/public/UserDiversity.json | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exports/2018/public/UserDiversity.json diff --git a/exports/2018/public/UserDiversity.json b/exports/2018/public/UserDiversity.json new file mode 100644 index 000000000..4f93130e3 --- /dev/null +++ b/exports/2018/public/UserDiversity.json @@ -0,0 +1,28 @@ +{ + "diversity": { + "age": { + "": 221, + "0-14": 2, + "15-24": 104, + "25-34": 247, + "35-44": 190, + "45-54": 91, + "55-64": 30, + "65+": 7, + "other": 5 + }, + "ethnicity": { + "": 334, + "anglosphere": 99, + "both": 191, + "other": 91, + "white": 176 + }, + "sex": { + "": 224, + "female": 150, + "male": 481, + "other": 37 + } + } +} \ No newline at end of file