python读取excel查重

📝

内容提要

python读取excel并查重 主要就是用了xlrd,代码如下,简单易懂就不注释了哈: import xlrd import time from collections import Counter t1 = time.time() data =...

🏷️

标签

➡️

继续阅读