UoMResearchIT / programming_with_python

Intermediate Python programming course
https://uomresearchit.github.io/programming_with_python/
Other
1 stars 0 forks source link

Move column rename earlier to save typing #22

Open SJaffa opened 3 days ago

SJaffa commented 3 days ago

https://github.com/UoMResearchIT/programming_with_python/blob/19edfb758c78c9614ae7a2406dfa581a473f47ac/_episodes/07-pandas_essential.md?plain=1#L242

If we do this at the start of the lesson it makes all the other bits easier to type.