Hopefully safe and deterministic serializer to binary format, including Pandas data
Project description
lazydf - Serialization of nested objects to binary format
An alternative to pickle, but may use pickle if safety is not needed.
Principle: Start from the simplest and safest possible and try to be fast.
- try orjson
dict
,str
,int
, etc
- try bson
- standard types accepted by mongodb
- serialize as numpy
- ndarray, pandas dataframe/series
Non-deterministic and unsafe modes (pickle) are planned for the near future.
Python installation
from package
# Set up a virtualenv.
python3 -m venv venv
source venv/bin/activate
# Install from PyPI
pip install lazydf
from source
git clone https://github.com/lazydf/lazydf
cd lazydf
poetry install
Examples
Some usage examples.
Grants
This work was partially supported by Fapesp under supervision of Prof. André C. P. L. F. de Carvalho at CEPID-CeMEAI (Grants 2013/07375-0 – 2019/01735-0).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lazydf-0.220725.3.tar.gz
(17.7 kB
view details)
Built Distribution
File details
Details for the file lazydf-0.220725.3.tar.gz
.
File metadata
- Download URL: lazydf-0.220725.3.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.4.0-122-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbfff7e5c47aa6dfc11ffe220c813510555f714e58a4040436226d3134f6aa5d |
|
MD5 | 11795afb6ebe4b7c1b61173413716be9 |
|
BLAKE2b-256 | 9967c803572da9ddd36bdf281b81ad84fbd11610053fd9c47e16b31e5934c517 |
File details
Details for the file lazydf-0.220725.3-py3-none-any.whl
.
File metadata
- Download URL: lazydf-0.220725.3-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.4.0-122-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6eebeb49c640f3fa9d54e7048baf82f48e01f7bbcb72dca14d21f7b95303198 |
|
MD5 | d9335f6cc86af6c2df2fabcc67ebc7ec |
|
BLAKE2b-256 | a4797efd41fb7099a390863cb1c243c205c80f424af9481502eabb6abb48342c |