简体   繁体   English

如何将数据框的值复制到另一个数据框的最后一列/行

[英]How to copy value of dataframe to another dataframe's last column/row

I have dataframe:我有数据框:

第一个数据框 AND dataframe: AND 数据框:

第二个数据框
How do I insert the value from the first dataframe into the bottom of the second dataframe?如何将第一个数据帧中的值插入到第二个数据帧的底部? The column header will change each day.列标题每天都会更改。

t2 = t2.append(table10.iloc[0], ignore_index=True)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM