How do you add an array as multiple columns into a data frame in pandas? Here\'s what I\'ve been trying to do, but so far it hasn\'t work.
c = [[1, 2], [3, 4]