https://github.com/zonca/tdat
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonca/tdat
- Owner: zonca
- Created: 2022-05-25T00:42:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T22:56:51.000Z (about 4 years ago)
- Last Synced: 2025-01-13T09:22:38.659Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toy data analysis toolkit based on `dask`
* utilities to simplify some `dask` operations like histograms and memory usage
* read `root` data with `dask`
* create and configure filters using classes (applied with `map_partitions`)
* store configuration parameters as `toml`
* run multiple filter steps with Pipelines (also a `toml` file)