Skip to content

Commit

Permalink
Update membership data
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Jul 16, 2024
1 parent aa71f26 commit 4ff4757
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 380 deletions.
737 changes: 379 additions & 358 deletions pipelines/true-north/analyse_members_list.ipynb

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions pipelines/true-north/clean_members_list.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"metadata": {},
"outputs": [],
"source": [
"data = pd.read_excel(os.path.join(WDIR, 'true-north/True North June Data (All).xlsx'))\n",
"data = pd.read_excel(os.path.join(WDIR, 'true-north/OITrue North data June 2024[32].xlsx'))\n",
"# additional_members = pd.read_excel(os.path.join(WDIR, 'true-north/true north_additional_members_list_19_06_24.xlsx'))"
]
},
Expand Down Expand Up @@ -98,6 +98,7 @@
" 'What sector(s) does your organisation operate in?',\n",
" 'Where is your organisation based? Select all that apply',\n",
" 'Where is your organisation based? Select all that apply [Other]',\n",
" 'Where is your company based? ',\n",
" 'Which theme of the True North report do you most identify with and could support activity around? (select all that apply)',\n",
" 'Which theme of the True North report do you most identify with and could support activity around? ',\n",
" 'Do you feel the True North report identified the key challenges and opportunities facing the region? ',\n",
Expand Down Expand Up @@ -138,7 +139,7 @@
"metadata": {},
"outputs": [],
"source": [
"cols = ['Last Activity Date']\n",
"cols = ['Last Activity Date', 'Where is your company based? ']\n",
"data.drop(columns=cols, inplace=True)"
]
},
Expand Down Expand Up @@ -230,8 +231,8 @@
{
"data": {
"text/plain": [
"array(['1 - 10', '501 - 1,000', '11 - 50', '101 - 250', '1,000+',\n",
" '51 - 100', '251 - 500', '1 - 10; 11 - 50', nan], dtype=object)"
"array([nan, '501 - 1,000', '11 - 50', '1,000+', '1 - 10', '51 - 100',\n",
" '101 - 250', '251 - 500', '1 - 10; 11 - 50'], dtype=object)"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -290,7 +291,7 @@
{
"data": {
"text/plain": [
"array(['0-9', '250+', '10-49', '50-249', '1000+', nan], dtype=object)"
"array([nan, '250+', '10-49', '1000+', '0-9', '50-249'], dtype=object)"
]
},
"execution_count": 14,
Expand Down
14 changes: 7 additions & 7 deletions src/overview/membership/_data/cumsum.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
year,month_formatted,start_of_month,individuals,orgs
2023.33,2023-05,2023-05-01,70,66
2023.41,2023-06,2023-06-01,74,69
2023.49,2023-07,2023-07-01,110,100
2023.58,2023-08,2023-08-01,129,117
2023.66,2023-09,2023-09-01,162,148
2023.33,2023-05,2023-05-01,72,67
2023.41,2023-06,2023-06-01,76,71
2023.49,2023-07,2023-07-01,111,102
2023.58,2023-08,2023-08-01,130,119
2023.66,2023-09,2023-09-01,163,149
2023.75,2023-10,2023-10-01,215,199
2023.83,2023-11,2023-11-01,221,202
2023.91,2023-12,2023-12-01,228,208
Expand All @@ -12,5 +12,5 @@ year,month_formatted,start_of_month,individuals,orgs
2024.16,2024-03,2024-03-01,255,235
2024.25,2024-04,2024-04-01,259,239
2024.33,2024-05,2024-05-01,264,244
2024.41,2024-06,2024-06-01,271,251
2024.5,2024-07,2024-07-01,274,254
2024.41,2024-06,2024-06-01,272,252
2024.5,2024-07,2024-07-01,275,255
7 changes: 4 additions & 3 deletions src/overview/membership/_data/sector_word_counts.csv
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name,count
services,23
services,24
education,21
construction,20
manufacturing,18
professional,17
technology,17
engineering,16
professional,16
finance,15
business,15
development,14
support,12
marketing,10
marketing,11
communications,10
2 changes: 1 addition & 1 deletion src/overview/membership/_data/top_locations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Greater Manchester,27
Merseyside,22
West Yorkshire,20
Lancashire,19
Cheshire,14
Cheshire,15
10 changes: 5 additions & 5 deletions src/overview/membership/_data/true_north_members_list.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name,value,footnote,post,url
Total members,274,People,,/overview/membership
Total companies,253,Unique companies,,/overview/membership
Total members,275,People,,/overview/membership
Total companies,254,Unique companies,,/overview/membership
Membership increase,1.1,Since last month,%,/overview/membership
Companies with 0-9 employees,45.7,Of members work in companies of this size,%,
Top industry,,Of members work in nan,%,
Companies with 0-9 employees,45.1,Of members work in companies of this size,%,
Top industry,11.9,Of members work in Professional Training & Coaching,%,
Geographic reach,4,placeholder,,
Advisory council,11,Members represent the network on the True North advisory council,,https://www.brabners.com/insights/true-north/true-north-advisory-council-launches
Northern stars,5,Companies have been featured as Northern Stars,,/overview/northern-stars
B Corps,13.2,Of member's organisations are B Corps or are joining,%,/themes/sustainable-growth/b-corporations
B Corps,13.6,Of member's organisations are B Corps or are joining,%,/themes/sustainable-growth/b-corporations
2 changes: 1 addition & 1 deletion src/overview/membership/_data/updated.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-07-11 17:33:12
2024-07-16 11:10:47
1 change: 1 addition & 0 deletions src/overview/membership/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ updated: 2024-06-26 16:33:35
{ name: "Membership increase" },
{ name: "Companies with 0-9 employees" },
{ name: "Advisory council" },
{ name: "Top industry" },
{ name: "Northern stars" },
{ name: "B Corps" }
],
Expand Down

0 comments on commit 4ff4757

Please sign in to comment.