I currently have 3 different pandas 2d dataframes which I plan to convert to numpy arrays.
print(df1.shape) print(df2.shape) print(df3.shape)