# Remove the unwanted columns data.drop(['Country code', 'Continental region'], axis=1, inplace=True) data.head()