[问题] DataFrame 字段问题

楼主: kisha024 (4545454554)   2018-12-01 23:29:14
各位好
https://i.imgur.com/3J6dhfb.png
https://www.sendspace.com/file/drcg3g
如图程式码 我把资料groupby后 放进DataFrame
但资料放进后没有流水号 我想要有流水号
我所groupby的那个字段 我也想放到DataFrame中
我用concat把groupby的那个字段放进去后 其他字段却又变成NaN
请问 要怎么改 其他字段的值才不会变成NaN 又有流水号和我所groupby的那个字段呢?
谢谢
作者: iphone2003 (307)   2018-12-02 00:55:00
试试pd1.reset_index()
作者: martin7887 (martin)   2018-12-02 20:54:00
pd1.index = range(len(pd1))

Links booklink

Contact Us: admin [ a t ] ucptt.com