[问题] 请问dataframe怎么用变量替换字段

楼主: threepoint (阿毛)   2021-09-20 11:37:56
举例pd如下
0056 0050
2021/01/01 33 130
2021/01/02 34 131
想要用for依序抓取0056 & 0050
pd = pd["0056"] 这边的0056怎么用变量取代, 感谢
作者: Cochran (Jin)   2021-09-20 11:58:00
df.columns?
作者: camphor0614 (小卓)   2021-09-20 12:03:00
可以考虑用dataframe.iloc,用index number去抓
作者: chickengod (鸡大侠)   2021-09-20 16:35:00
尽量不要在pandas 使用 for loop随着row 和column数目增加 执行时间差很大https://stackoverflow.com/a/55557758
楼主: threepoint (阿毛)   2021-09-21 11:18:00
感谢各位大大

Links booklink

Contact Us: admin [ a t ] ucptt.com