I would like to create an empty, MultiIndex DataFrame where the first level of columns contains the dictionary keys, with the second level of columns containing the values for each key.
Example:
dictionary = {"Col 1": ["foo", "bar"], "Col 2": ["one", "two"]}

