Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThe link to last week’s challenge is HERE.
Happy thanksgiving to the USA based challenge participants, hopefully you are hungry for another exercise. This week we will continue with some more data parsing and preparation with survey data. Enjoy!
Use Case: The 2 sources of data contain survey information. The Data input contains all of the survey responses. The Questions input contains the associated questions.
The column (called Column) in the Questions file corresponds to the field header value in the Data file, so value 38 in the Questions files is the questions associated with field F38 in the Data file.
The first row in the Data file contains the response type. In field F38, the data is formatted as Response (Scale 1-10) - Age Range.
Objective: Create an output file for a visualization tool (Tableau, Qlik, PowerBI) that details the response by age for each individual.
If you need some hints on how survey data would be used in a a tool like Tableau, I highly recommend checking out Steve Wexler's blog- he's written extensively about dealing with and visualizng survey data:
http://www.datarevelations.com/category/visualizing-survey-data-and-likert-scales
"F"+ToString(IF [Column]<89 THEN [Column]+10 ELSE [Column]-85 ENDIF)
good challenge
@SeanAdams, I'll submit a request for a live feed for Challenge #75 to be broadcast on ESPN 8 - "The Ocho". :)