摘要:
import pandas as pd #读取 excel 并获取字段 df=pd.read_excel('666.xlsx',dtype=str) col_list=list(df.columns) #需要删除的字段名 del_col_list =['c','d'] # 构造备注列,把要删除的列 阅读全文
posted @ 2022-09-29 19:11 o0o0o9 阅读(248) 评论(0) 推荐(0)
posted @ 2022-09-29 19:11 o0o0o9 阅读(248) 评论(0) 推荐(0)