Introduction
Python Basics: Lists, Dictionaries, & Booleans
Write and run code using basic Python objects.
Start Now
Lesson 1
Python Methods, Functions, & Libraries
Import libraries and use methods and functions.
Start Now
Lesson 2
Creating Pandas DataFrames & Selecting Data
Select rows and columns in pandas' tabular data structure.
Start Now
Lesson 3
Pandas .values_count() & .plot()
Bar charts are a visual way of presenting grouped data for comparison. You can visualize the counts of page visits with a bar chart from the .plot() method.
Start Now
Lesson 4
Filtering Data in Python with Boolean Indexes
Filter data with Boolean indexing and partially match strings.
Start Now
Lesson 5
Deriving New Columns & Defining Python Functions
Make new columns from existing data and build custom functions.
Start Now
Lesson 6
Pandas .groupby(), Lambda Functions, & Pivot Tables
Grouping, sorting, sampling, and pivoting data.
Start Now
Lesson 7
Python Histograms, Box Plots, & Distributions
Calculate and visualize the distribution of a dataset.
Start Now
Lesson 8
Resources for Further Learning
Next steps for developing your Python and analytical skills.
Start Now