2022: Week 43 - Missing Training Data 2.0
Challenge by: Jenny Martin Good news everyone! Joe was thrilled with the solution we came up with to solve his missing data problem. However, he realised that when he replicated it with the actual data, there was still one part that wasn't quite right. You see, if the missing training sessions occur on the very first date in the dataset, the workflow we built last week will not fill in the scores since we are only filling down from previous sessions. So in the below example, Agility session would only be filled in from the 4th August onwards. Joe would like the values for the 2nd & 3rd August to be 0. Input You'll need the workflow you built last week (go back and do the challenge if you haven't yet) An updated Player Training file: Requirements Replace the input data from last week's workflow with the new datasource In a new branch, keep only the first training session for each player and each session Work out the minimum date in the entire dataset Ad...