Skip to content

Instantly share code, notes, and snippets.

@selva86
Created May 11, 2021 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selva86/79bf28f0ab9ce94fee4c4d598ac2de8c to your computer and use it in GitHub Desktop.
Save selva86/79bf28f0ab9ce94fee4c4d598ac2de8c to your computer and use it in GitHub Desktop.
# 1
index = [1,2,3,4,5]
col1 = list('abcde')
col2 = list('pqrst')
# 2
# column names: 'name' and 'age'
lst = [['Bunny', 25], ['Sunny', 30],
['Funny', 26], ['Hunny', 22]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment