I am trying to create a DataFrame from these two lists
a = [\'a\', \'b\', \'c\']
b = [[1,2,3], [4,5], [7,8,9]]
df = pd.D