Comparing the players average distance, maximum velocity, and total load over the duration of the training session.

Let’s assume you need to take data from the GPS Training Data and make a plot comparing the players average distance, maximum velocity, and total load over the duration of the training session. Decomposing this into smaller steps, we will need to:

1. Group information by players,
2. Summarize the pieces of information by player,

3. Reorganize the data so it can be plotted, and

4. Plot the data.

SAMPLE ASSIGNMENT
Powered by WordPress