I\'d like to store a 3D-numpy array in a column of a dataframe.
df = pd.DataFrame({"nodes": list(range(1, 4))}) df = df.set_index("nodes") df