Time Series Processing with Pandas

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

This article provides hints on how time series can be processed with Pandas.

Load a Time Series

Assuming the data comes from a CSV file whose first column, labeled "date", contains timestamp-formatted strings, and the second column contains values corresponding to those timestamps, this is how the data is loaded and turned into a Panda Series: