Python数据分析之批量统计excel文件

1.导库

其中xlrd是read_excel需要的。

import zipfile
import os
import pandas as pd
import os
import xlrd
import json
import pygeoip

2. 批量解压zip文件

  由于给定的文件夹中

猜你喜欢

转载自blog.csdn.net/herosunly/article/details/109109784