2条回答 默认 最新
- 此人真菜 2022-04-09 08:46关注
import pandas as pd df=pd.read_excel('abc.xlsx') df=df.filter(regex='销售数据',axis=1) df.to_excel('bcd.xlsx',index=None)
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 cuda.jit加速报错
- ¥15 Octave 安装工具箱出错 Only Win32 target is supported!
- ¥15 docker save的不能在另一台设备运行
- ¥15 Unity Animation Rigging使用问题
- ¥15 mbedtls握手返回-7200
- ¥30 c++ http服务器
- ¥15 express连接mssql,每条额外附加了语句
- ¥20 IQOO12如何有效ADB方法
- ¥15 ios如何获取用户的订阅情况
- ¥15 复杂表达式求值程序里的函数优先级问题