pandas dataframe 按index drop某些行

直接
df.drop(drop_indexs)

drop列:
df.drop(columns=['field1','field2'])


留言

熱門文章