Skip to content

Commit 9e87fcc

Browse files
committed
Rerun queries
1 parent 06c48e2 commit 9e87fcc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

get-data/attended_per_year.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"year": 2019
2929
},
3030
{
31-
"count": 1518,
31+
"count": 1525,
3232
"year": 2020
3333
}
3434
]

get-data/counted_stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"coach_count": 4562,
3-
"student_count": 11442,
2+
"coach_count": 4567,
3+
"student_count": 11445,
44
"chapter_count": 27,
5-
"workshop_count": 1354,
5+
"workshop_count": 1355,
66
"monthlies_count": 49
77
}

get-data/returning_members.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"returning_members_count": 4517,
3+
"attending_members_count": 8028,
4+
"percentage_returning": 56.26557050323866
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"student_only_members_count": 5451,
3+
"coach_and_student_members_count": 314,
4+
"student_to_coach_conversion": 5.76041093377362
5+
}

0 commit comments

Comments
 (0)