Master time series data manipulation in R, including importing, summarizing and subsetting, with zoo, lubridate and xts.
Working with data that changes over time is an essential skill in data science. In this course, you'll learn the foundations of what a time series represents, how to retrieve summary statistics and trends about the data in a time series, and how to interpret a time series visually. You'll cover window functions to focus on a particular period of interest and learn methods of 'imputing' your data – filling in missing values with constant fill, LOCF, or linear interpolation methods.
Working with data that changes over time is an essential skill in data science. In this course, you'll learn the foundations of what a time series represents, how to retrieve summary statistics and trends about the data in a time series, and how to interpret a time series visually. You'll cover window functions to focus on a particular period of interest and learn methods of 'imputing' your data – filling in missing values with constant fill, LOCF, or linear interpolation methods.