Replace the use of "data" with "df" to denote a DataFrame in the pandas section of the course, e.g. replace:
> df = pd.read_csv('data/gapminder_gdp_europe.csv',index_col='country')
"df" is the convention for a generic DataFrame, whereas the format of "data" is ambiguous.