Get startedGet started for free

SQL analysis with DataLab

Before you go, let's take a moment to bring a few things together in this DataLab exercise.

This exercise is part of the course

DataLab with SQL

View Course

Exercise instructions

  • Start by selecting the full sales_data.csv data set and storing as a DataFrame, sales_data.
  • Create a subset keeping only the data for sales_rep "Alice", storing as a DataFrame called alice_sales.
  • Use alice_sales to find the total sales_amount by region and product_category, storing as a DataFrame called top_products.
  • Visualize the results!

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise