dataframe部分列改变dtype

df.iloc[:,1:] = df.iloc[:,1:].astype(int)
这种写法是ok的

留言

熱門文章