First Qiita post I usually do data visualization with R or Python in Tableau.
import
from zipfile import ZipFile
for file in zip_files:
with ZipFile(file) as zip:
for info in zip.infolist():
info.filename = info.filename.encode('cp437').decode('cp932')
zip.extract(info)
It seems that some people can do it with unicode. You can now unzip it.
I've been helped too much for years, so I hope I can update my know-how little by little. I'll do my best