Python Resources
These notebooks explore python basics and move into more complicated concepts like using list comprehensions instead of loops and creating your own functions.
Python Data Types and Basic Functionality
This notebook is a work in progress but will cover Python data types and objects along with their functionality.
Pandas Review Notebooks
These notebooks introduce the pandas library from Series objects to DataFrame objects including their common attributes, methods, and chaining techniques.
This is a high-level overview of pandas objects and what makes them so useful.
This notebook covers creating, indexing, and using methods and attributes with the pandas Series object.
Pandas DataFrame Review Notebook
This notebook covers creating, indexing, aggregating, joining, manipulating, sorting, reshaping, and styling pandas DataFrames.