Data Science Jumpstart with 10 Projects Transcripts
Chapter: Project 6: Working with Time Series - Air Quality over Time
Lecture: Intro time series air quality dataset
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
I want to show you how to work with time series data. This is really fun, I think, in Pandas. It lets us manipulate the data relatively easily
0:09
and start visualizing it and asking questions and understanding what's going on there.
0:13
Okay, so in this section, we're going to show how to parse dates. We're going to clean up some data.
0:20
We're going to fix some of these strings that are numbers. I'm going to make functions. Again, we'll talk a little bit about time zones, resampling,
0:29
rolling operations and then we'll do some plotting as well.