I want to get the 'Country Name'
columns and also the years from 2006 to 2015.
This is what the df looks like:
I've tried the following, but it didn't work.
GPD.loc[:,'Country Name',['2006':'2015']]
I want to get the 'Country Name'
columns and also the years from 2006 to 2015.
This is what the df looks like:
I've tried the following, but it didn't work.
GPD.loc[:,'Country Name',['2006':'2015']]