
小工具
loonslo_
励志搬砖中
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python小工具-批量压缩图片
通过PIL简单的批量压缩图片 import os import time from PIL import Image from docx import Document from docx.shared import Inches rootpath = os.getcwd() abspath = os.path.dirname(rootpath) dir_picture = abspath+'\...原创 2019-05-17 12:58:54 · 544 阅读 · 0 评论 -
python 对excel进行合并与去重操作
前段时间爬取了京东超市的全部商品品牌;拉去下来以后发现有很多的重复的内容,打算对这些内容进行去重。。 这是对excel的合并操作 import pandas as pd import os rootpath = os.getcwd() abspath = os.path.dirname(rootpath) # 桌面创建一个excel的文件夹,把要合并的文件放在excel里面 # 这个py文件的...原创 2019-05-29 10:44:56 · 10753 阅读 · 0 评论