删除excel中的某一列

df.head()

drop_columns=['成交价格(万元)']
x=df.drop(drop_columns,axis=1)

x.head()

posted @ 2021-12-13 09:21  梨涡浅笑~  阅读(386)  评论(0)    收藏  举报