packio reference guide
packio is collection of utilities for working with pandas objects.
We’re on pypi, so
pip install packio
Quick Links
Here’s an overview of the main features. Click on the links for detailed API documentation:
packio.zipping.zip(): A simple wrapper for shutil.make_directory, defaulting to use the zip format.packio.zipping.unzip(): Uses zipfile to unzip a zip archive.packio.zipping.zipflat(): Builds a flat zip archive from a list of file fullpaths.packio.zipping.unzipflat(): Unzips a flat zip archive into a directory.packio.io.Writer: A context manager to write python objects directly to a zip archive.packio.io.Reader: A context manager to read python objects directly from a zip archive.
Standard docs tree