Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAOn the second task, it seemed like it would be necessary to calculate a percentage of all male/female before determining "most commonly overturned decisions", to consider it at a percentage rather than a straight up number. Doing so didn't appear to change the outcome though.
For question 2, I calculated using the ratio instead of the total count since this seemed more appropriate for "association" (as opposed to asking for the "number of" like in question 3). To get the official answer in 2 quick vectorized steps, replace "determination: average" to "determination: sum" in the summarize tool (same logical flow as answer 3)
Also, question 4 asks for the percentage of overturned decisions by year, but the chart displays count of each type of decision instead. Made a cute chart to show it by percentage :3
Spoiler