1 00:00:00,000 --> 00:00:03,910 Now that you've created and poked at the two main data structures that pandas 2 00:00:03,910 --> 00:00:08,318 introduces, the series and the data frame, you are ready to start working with them. 3 00:00:08,318 --> 00:00:11,738 There are lots of methods that help you get a quick understanding of your data 4 00:00:11,738 --> 00:00:12,975 from a bird's-eye view. 5 00:00:12,975 --> 00:00:16,669 And when I say quick, I mean super snappy and also intuitive. 6 00:00:16,669 --> 00:00:19,727 There are also ways for us to import external datasets, 7 00:00:19,727 --> 00:00:21,689 which is just what we're gonna do. 8 00:00:21,689 --> 00:00:23,973 Cash Box has given us their usage datasets, and 9 00:00:23,973 --> 00:00:25,675 we are ready to explore them. 10 00:00:25,675 --> 00:00:29,849 Also, you are just about ready to take on the Cash Box coding challenges. 11 00:00:29,849 --> 00:00:31,296 Let's do this!