How to reverse the values of specific rows in dataframe pandas

前端 未结 0 1969
离开以前
离开以前 2021-01-28 16:54
ii=0 ...jj=0 ...for i, row in new_df.iterrows():
z=len(row)-1
k=row
ii=ii+1
jj=0
##print(k.iloc[0])
for j, column in row.iteritems():
    z=z-1
    jj=jj+1
    if z>2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题