Basic introduction to working with time series data

Image by annca from Pixabay

This is a basic introduction to working with Time Series data using Pandas which is a powerful python library for data manipulation.
Let's start with creating a data frame. For the sake of simplicity, our data frame consists of only two columns.






 


Our data set range can be seen here.



If we want to view data from 11th to 20th minute, we can do this using:









To view data of first 59 minutes only:



We can do above for year or month as well.

Comments

Popular posts from this blog