I would like to know how to create an Excel file with the data inside a list that has dictionaries nested in Python.
The structure of the data is as follows:
xs=[{'x': 2, 'y': 1, 'z': 4}, {'x': 3, 'y': 15, 'z': 41}, {'x': 22, 'y': 10, 'z':...
asked by
25.08.2017 / 02:29