swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 428 forks source link

improve dataframe naming conventions #631

Closed alee closed 1 year ago

alee commented 1 year ago

Updated lesson to use dataframe names following a similar standard convention (data[region][indexColumn]) throughout and added bullets pointing out the advantages.

These changes should be consistent across all episodes to demonstrate preferred naming conventions. Previously dataframes were overwritten and less clearly distinguishable (e.g. data).

refs #628