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 exercício faz parte do curso
Introduction to Polars
Instruções do exercício
- Update the
"style"column by converting all rows to lowercase.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Ensure all style rows are lowercase
print(ev_df____)