I have dataframe gapminder and every column is organized as separate list using code as below:
country = df.country.to_list() continent = df.