Convert list of dictionaries to a pandas DataFrame by Tarik If ds is a list of dicts: df = pd.DataFrame(ds) Note: this does not work with nested data.