Lecture 5 - Pandas, Part 1
by Josh Hug (Fall 2019)
Make sure to complete the Quick Check questions in between each video. These are ungraded, but it’s in your best interest to do them.
Video | Quick Check | |
---|---|---|
5.1.1 Pandas data frames, series, and indices. |
5.1.1 | |
5.1.2 Pandas indices demo. |
5.1.2 | |
5.2 Pandas indexing with the bracket operator. |
5.2 | |
5.3 Pandas boolean array selection, the isin function, and the query command. |
5.3 | |
5.4.1 Pandas indexing with .loc. |
5.4.1 | |
5.4.2 Pandas indexing with .iloc and Pandas sampling. |
5.4.2 | |
5.5.1 Pandas utility functions, properties, and the sort_values method. |
5.5.1 | |
5.5.2 The value_counts and unique methods in Pandas. An exploration of the baby names data set. |
5.5.2 | |