I am reading csv files form multiple zip files to a dataframe and then using .to_csv to save the df with the below code.
import glob import zipfile import pan