How can I create a dataframe from a dictionary of 2D arrays such that each element in the dataframe is an array? For example, I would like df.iloc[0]["A"]
df.iloc[0]["A"]