convert array of dictionary to pandas dataframe code example Example: pandas dataframe from array of dict #d is a list of dictionaries df = pd.DataFrame(d)