Comece agoraComece grátis

Storing and reusing a DataFrame

Awesome job working with queries. This time you want to save your outputs as a DataFrame for further querying and manipulation.

You'll be working with the sales_data.csv again here.

Este exercicio faz parte do curso

DataLab with SQL

Ver curso

Instruções do exercicio

  • Update the query to filter the results where the product_category is 'Furniture'.
  • Store the output as a DataFrame called furniture_sales.
  • Create a new SQL cell and query the furniture_sales DataFrame, storing this next result as furniture_subset.

exercicio interativo prático

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

Iniciar exercicio