2020: Week 19
This week’s challenge is a follow-up from last week ( Week 18 ) as we want to do some further analysis! Last week we found out how many minutes each player had played. Now we want to do some analysis about what positions they were playing in, and how many goals were scored. We are again going to use the lineup data source from last week, then also add some new data sources: 1. Player List. A list of all players at Liverpool, and their preferred position group. The numbers at the start of the string is their squad number, and not the position number from the lineup table. 2. Position List. This provides us with data about the formations that Liverpool have used, and how these player numbers mapped to positions and position types. Requirements Input the following: Your Week 18 Workflow Player List Position List All of these can be downloaded here . We require two outputs this week; they have been broken down here: Output 1 Calculate...