What methods are available to convert a loosely coupled list of dictionaries to a np.recarray
(where import numpy as np
)?
I looked around here on SO, but namely saw things where the data was already well-structured.
I've prototyped a simple method here: dict_list_to_recarray.py
Thank you!