Hi, I'm Chris Brooks, faculty here at the University of Michigan School of Information. This class is about data manipulation, and data manipulation is really the foundation of what you'll do as a data scientist. And that doesn't really change, even as you deepen a lot of your investigation and your skills in the area. So in this course, we're going to teach you the excellent pandas library. It's wonderful for data manipulation, it is the defacto standard for Python. And when you come out of this class, you should be quite masterful in the use of that library. We're going to teach about how to acquire data, how to clean data, how to manipulate and join data together, how to make basic inferences about that data. Now, we expect that you already have some Python skills and some statistics skills. But this course is really a place where you're going to get to build those skills through practice. And there will be some course resources off to the sidebar in the course shell that describe other ways that you can get some experience with Python. I filmed the lectures for this course in a very specific manner. I'm using a tutorial style, where most of what you'll be watching is actually screen captures of me typing into Jupyter notebooks code. And I'm doing a couple of unique things with this. One, you'll see all of my text, all of my comments in that code live, so you'll be able to read as well as listen. But I wanted to share with you a strategy that I think is powerful for learning, an learning using the Jupyter notebooks. And so, let's take a look at some of the course shell right now. So this is the Coursera course shell here on the left. And on the right-hand side, I've opened up the Jupyter notebooks. So this is actually a MOOC that I taught and I'm going to use to demonstrate. When you go do a video in the course, let's say this one data frames, you'll see that it's a regular instructional video, I'll just mute that. And you can seek around in the video, and there's some talking head. But the majority of it is going to look like this. And let's just close the notes and close the sidebar. The majority of it's actually going to look like this, it's going to be me working through examples in a Jupyter notebook. And I think the most powerful way to learn in this course is actually to go into your Jupyter system, so I've got that here on the right-hand side. And there'll be a separate video about the Coursera Jupyter platform. But to actually create a new Python notebook, it's empty, and maybe name it after the lecture. So this was Data Frames, I think. And to follow from the beginning what I'm doing and type it in yourself. So here we'll maybe seek to the beginning. And so here you can see I'm looking at some cricket-loving countries in this example. And so you could just type here cricket_loving_countries, and just follow the example as you go. The power of doing it this way is that at anytime you can pause the video. And you can explore, and you can start to look at alternates, and you can start to form questions. And this is really powerful to be doing as you're watching a video, to be actively learning instead of just watching passively this video. The video has a number of other opportunities in it. In particular, you can increase or decrease the speed of the video, and that can be useful too for review. I actually think high speed video playback is wonderful, I listen to a lot of educational video this way. Largely after I've already done the practice, and I've already experienced it once, and I just want a quick review of the content. I'll flip it on at maybe one and a half or two times speed, and trying and absorb that content. And the way we've built the videos for you for this class, which is frankly new to me, and I'd love to get your feedback on, is with that whole transcript within the video as well. So you should be able to read and listen to the video at the same time. And you really can't go wrong with practicing over and over again. So please grab the educational videos as you're watching them, engage with a blank notebook. And just follow along and see how you've maybe misinterpreted things, different investigations that you've gone off on. And share what you found or questions you have with the rest of the class.