ComeçarComece de graça

Creating a Series from a DataFrame

Your marketing team needs a visualization showing which manufacturers are most represented in the current EV market. To create this visualization, you first need to extract just the "brand" from your dataset.

Este exercício faz parte do curso

Introduction to Polars

Ver curso

Instruções do exercício

  • Create a Series from the "brand" column of ev_df.

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Create a Series from the brand column
print(ev_df____)
Editar e executar o código