This article is about accessing zip files in Pandas.
Overview:The steps are,
1.Checking current working directory. 2.Creating a path and getting file list under that path. 3.Using for loop, read every file and append into one data frame. 4.Then concatenate the files
Data Source:https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic) Pandas functionality: https://pandas.pydata.org/pandas-docs/stable/