Get pandas dataframes from lists of alpaca objects

While not a built-in function. I saw a solution from nad that I’ve found very useful. You flatten the object by calling vars(object) on it first. Then handle the indexing as you roll up the dataframe: