Reputation: 72
I have dataframe:
AND dataframe:
How do I insert the value from the first dataframe into the bottom of the second dataframe? The column header will change each day.
Upvotes: 1
Views: 35
Reputation: 226
t2 = t2.append(table10.iloc[0], ignore_index=True)