Reuse computed datasets
Project description
DataReuse
Tool to reuse saved computations with various file formats.
It can be used as follows:
from datareuse import Reuse
with Reuse("data.csv", index=False, index_col=1) as reuse:
df = reuse(computation, *args, **kwargs)
At the moment, the following file formats are available:
- csv (pandas)
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
datareuse-0.0.3.tar.gz
(15.0 kB
view details)
Built Distribution
datareuse-0.0.3-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file datareuse-0.0.3.tar.gz
.
File metadata
- Download URL: datareuse-0.0.3.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63b03ae4acda22e93911adde0325818842bf65e42291ecfc88706e735a190749 |
|
MD5 | 1b8508d4247e4f52c04b21a4809dc0c4 |
|
BLAKE2b-256 | e9be46b205d16a247ce7bcb038a3690e1045cfc6d7e4cdd1d9d3ab7d37e5cb65 |
File details
Details for the file datareuse-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: datareuse-0.0.3-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84645292b142800d11c6c8266f75ae5bef8cc5c01633922008261e363516bf04 |
|
MD5 | 4dde2fa7859305a68e43223d68327740 |
|
BLAKE2b-256 | b5be1b65bef84218999b45e2ddde61005ac0f21558961892b326438c6ecf15a8 |