Comece agoraComece grátis

SQL analysis with DataLab

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

Este exercicio faz parte do curso

DataLab with SQL

Ver curso

Instruções do exercicio

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

exercicio interativo prático

Transforme teoria em prática com um dos nossos exercicio interativos

Iniciar exercicio