Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

DataCamp

Manipulating Time Series Data in Python

via DataCamp

Overview

In this course you'll learn the basics of working with time series data.

In this course you'll learn the basics of manipulating time series data. Time series data are data that are indexed by a sequence of dates or times. You'll learn how to use methods built into Pandas to work with this index. You'll also learn how resample time series to change the frequency. This course will also show you how to calculate rolling and cumulative values for times series. Finally, you'll use all your new skills to build a value-weighted stock index from actual stock data.

Syllabus

Working with Time Series in Pandas
-
This chapter lays the foundations to leverage the powerful time series functionality made available by how Pandas represents dates, in particular by the DateTimeIndex. You will learn how to create and manipulate date information and time series, and how to do calculations with time-aware DataFrames to shift your data in time or create period-specific returns.

Basic Time Series Metrics & Resampling
-
This chapter dives deeper into the essential time series functionality made available through the pandas DataTimeIndex. It introduces resampling and how to compare different time series by normalizing their start points.

Window Functions: Rolling & Expanding Metrics
-
This chapter will show you how to use window function to calculate time series metrics for both rolling and expanding windows.


Putting it all together: Building a value-weighted index
-
This chapter combines the previous concepts by teaching you how to create a value-weighted index. This index uses market-cap data contained in the stock exchange listings to calculate weights and 2016 stock price information. Index performance is then compared against benchmarks to evaluate the performance of the index you created.

Taught by

Stefan Jansen

Reviews

4.2 rating at DataCamp based on 22 ratings

Start your review of Manipulating Time Series Data in Python

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.