Serialize + compress Pandas DataFrames.
-
Updated
Dec 25, 2022 - Python
Serialize + compress Pandas DataFrames.
Persistify is a Python library for saving Python data structures as valid Python code. It allows you to serialize various data types (lists, dictionaries, sets, custom objects, etc.) into a human‐readable string format that can later be evaluated back into the original Python objects.
Add a description, image, and links to the python-serialize topic page so that developers can more easily learn about it.
To associate your repository with the python-serialize topic, visit your repo's landing page and select "manage topics."