uvastatlab / Python_and_R

Parallel code examples in Python and R
Other
5 stars 1 forks source link

Ch 4 - change case exposition - Python #22

Closed clayford closed 2 years ago

clayford commented 2 years ago

Oyin, would you mind re-visiting the last sentence of the Change Case section for Python? As a new-ish Python user it's not quite clear to me.

"The title function changes all fo the col_names = [col.upper() for col in mtcars.columns]"

https://uvastatlab.github.io/Python_and_R/data-manipulation.html#change-case

Thanks, Clay