10 Analyzing Time Series Data
Time series data, or timestamped data, is a set of data points indexed in chronological order. Common examples include economic indices, weather records, and patient health indicators, all captured over time. This chapter covers techniques for analyzing time series data and extracting meaningful statistics from it using the pandas library. We’ll focus on analyzing stock market data, but the same techniques can be applied to all kinds of time series data.
Regular vs. Irregular Time Series
A time series can be created for any variable that changes over time, and those changes can be recorded either at regular ...
Get Python for Data Science now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.