Crates.io | datavzrd |
lib.rs | datavzrd |
version | |
source | src |
created_at | 2022-02-15 14:39:19.514911 |
updated_at | 2024-12-10 12:24:28.12534 |
description | A tool to create visual HTML reports from collections of CSV/TSV tables |
homepage | |
repository | |
max_upload_size | |
id | 532758 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A tool to create visual and interactive HTML reports from collections of CSV/TSV tables. Reports include automatically generated vega-lite histograms per column. Plots can be fully customized by users via a config file. These also allow the user to add linkouts to other websites or link between multiple tables.
Documentation is available via the official website: https://datavzrd.github.io/
An example report can be viewed online with the corresponding config file.
Contributions of any kind are welcome! For more info check the contributing guide.