give column names to a dataframe code example
Example: give column names to a dataframe
>gapminder.columns = ['country','year','population',
'continent','life_exp','gdp_per_cap']
>gapminder.columns = ['country','year','population',
'continent','life_exp','gdp_per_cap']