I have a Pandas dataframe with datetime elements (\'date\') and floats (\'cups) and am wondering if there\'s anyway to use np.vstack() to stack the two.
np.vstack()
Prev