Session Ready
Exercise

Next steps - I

Now that you've examined your data, your next task will be to proceed with data manipulation. Remember that the underlying goal is to explore the possible relationship between Boston area temperature and flights. To do so, you'll need to manipulate your temperature data to make sure it covers a comparable time period at a similar scale to your flights data.

Based on your examination of the temps_1 and temps_2 objects, which of the following is true?

These objects are available in your workspace. Feel free to examine them further using commands such as class() or summary(), or rerunning commands from the previous exercise.

Instructions
50 XP
Possible Answers