Chapter 14 Assignment: Prepare your data

This assignment focuses on the steps needed to clean, organize, and prepare your data set for time series analysis. You are asked to:

  1. Read the data into R
  2. Organize the data into a tidy data frame.
  3. Clean the data and perform various data quality checks
  4. Convert this data frame into a tsibble object to render it ready for time series analysis.
  5. Generate at least one table or graph based on the data (more if you like).

14.1 Generate at least one table or figure

This step simply confirms that you have completed the ETL process and that your data is ready to analyze. You could for example simply add a line of code: print([name_of_your_tsibble]) to generate a simple table.