Handle, transform, and visualize hierarchically structured data
Project description
dantro – from data and dentro (Greek for tree) – is a Python package that provides a uniform interface for hierarchically structured and semantically heterogeneous data. It is built around three main features:
data handling: loading heterogeneous data into a tree-like data structure, providing a uniform interface to it
data transformation: performing arbitrary operations on the data, if necessary using lazy evaluation
data visualization: creating a visual representation of the processed data
Together, these stages constitute a data processing pipeline: an automated sequence of predefined, configurable operations. Akin to a Continuous Integration pipeline, a data processing pipeline provides a uniform, consistent, and easily extensible infrastructure that contributes to more efficient and reproducible workflows. This can be beneficial especially in a scientific context, for instance when handling data that was generated by computer simulations.
dantro is meant to be integrated into projects and be used to set up such a data processing pipeline, customized to the needs of the project. It is designed to be easily customizable to the requirements of the project it is integrated in, even if the involved data is hierachically structured or semantically heterogeneous. Furthermore, it allows a configuration-based specification of all operations via YAML configuration files; the resulting pipeline can then be controlled entirely via these configuration files and without requiring code changes.
The dantro package is open source software released under the LGPLv3+ license. It was developed alongside the Utopia project (a modelling framework for complex and adaptive systems), but is an independent package.
Learn more
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
Built Distribution
File details
Details for the file dantro-0.20.1.tar.gz
.
File metadata
- Download URL: dantro-0.20.1.tar.gz
- Upload date:
- Size: 328.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20d663bb045ddfc6f3188ed4c72db975430a9cc74a76beb021166999e764b0aa |
|
MD5 | 02e5e3160702b8d5cd7f9d8f905a00c2 |
|
BLAKE2b-256 | 30936d42aba547b6ab9c0e29b50f266d37f3b03063bf7c1d55bbd5ba6497adf9 |
File details
Details for the file dantro-0.20.1-py3-none-any.whl
.
File metadata
- Download URL: dantro-0.20.1-py3-none-any.whl
- Upload date:
- Size: 384.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d5fac405afbf4329c6e7197efa9d5d46c11fa67a3a80af0650af700a59d897f |
|
MD5 | 3bf71717842243e8aa5fe6f2a5bef660 |
|
BLAKE2b-256 | 634df7910d9215c096247effb7e4a2b6510d9b28f563199e99fef4433d28f922 |