Referenced from lesson Introduction to Computational Data Science
The following is a dataset of a bicycle rider’s training rides.
date | miles | time | weather | average speed | max speed |
---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What can you answer? For each of the following questions, check the box to the left of questions you can answer. For each checked question, write whether the question is a lookup, compute, or relate question.
Question | Lookup, Compute or Relate? | |
---|---|---|
What is the cyclist’s average speed across all rides? |
||
How many miles did they ride June 12th? |
||
Create a bar chart showing the avg speed per day |
||
Does this cyclist ride slower when it is rainy? |
||
Does this cyclist ride faster when they are late to an appointment? |
What can’t you answer? For each of the following questions, check the box to the left of questions you cannot answer. For each un-checked question, write whether the question is a lookup, compute, or relate question.
Question | Lookup, Compute or Relate? | |
---|---|---|
What tire pressure produces the highest avg speed? |
||
What is the avg time it takes this cyclist to ride 1 mi? |
||
Does this cyclist ride more in April or July? |
||
What is the average speed this cyclist had on July 4th? |
||
Create a pie chart showing the number of flat tires fixed each month |
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). Bootstrap:Integrated Oklahoma by Jen Poole is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.