Convert list of dictionaries to a pandas DataFrame
How do I convert a list of dictionaries to a pandas DataFrame? The other answers are correct, but not much has been explained in terms of advantages and limitations of these methods. The aim of this post will be to show examples of these methods under different situations, discuss when to use (and when not to use), and suggest alternatives.
https://stackoverflow.com/questions/20638006/convert-list-of-dictionaries-to-a-pandas-dataframe