# Brief Description I would like to propose `read_archive` to read from zip/tar/...files in a simple form. Also read multiple files or nested files. # Example API <!-- One of the selling points of pyjanitor is the API. Hence, we guard the API very carefully, and want to make sure that it is accessible and understandable to many people. Please provide a few examples of what the API of the new function you're proposing will look like. We have provided an example that you should modify. --> Please modify the example API below to illustrate your proposed API, and then delete this sentence. ```python df.read_archive(path, filename) ```