When we create DataFrame from List of Dictionaries, then number of columns in DataFrame is equal to the _
1.maximum number of keys in first dictionary of the list
2. maximum number of different keys in all dictionaries of the list
3.maximum number of dictionaries in the list
4.None of the above
Answer:2