ComenzarEmpieza gratis

Using a Dtype-specific Expression

When your data is displayed on a web page you notice that some entries in the "style" column begin with an uppercase letter and some with a lowercase letter. You want all rows in lowercase for consistency.

Este ejercicio forma parte del curso

Introduction to Polars

Ver curso

Instrucciones del ejercicio

  • Update the "style" column by converting all rows to lowercase.

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Ensure all style rows are lowercase
print(ev_df____)
Editar y ejecutar código