Get startedGet started for free

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.

This exercise is part of the course

Case Study: Analyzing City Time Series Data in R

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise