import pandas as pd import zipfile zf = zipfile.ZipFile('C:/Users/Desktop/THEZIPFILE.zip') # if you want to see all files inside zip folder ...
確定! 回上一頁