[](https://doi.org/10.1371/journal.pone.0323079)
[](https://github.com/datavzrd/datavzrd/actions)
[](https://anaconda.org/conda-forge/datavzrd)
[](https://anaconda.org/conda-forge/datavzrd)
[](https://anaconda.org/conda-forge/datavzrd)
[](https://wispermed.org/)
# 
A tool to create visual and interactive HTML reports from collections of tabular data (CSV, TSV, JSON or Parquet). 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](https://datavzrd.github.io/datavzrd/index.html) with the [corresponding config file](https://github.com/datavzrd/datavzrd/tree/main/.examples/example.datavzrd.yaml).
## Citation
If you use datavzrd in your research, please cite:
> Wiegand F, Lähnemann D, Mölder F, Uzuner H, Prinz A, Schramm A, Köster J. Datavzrd: Rapid programming- and maintenance-free interactive visualization and communication of tabular data. PLOS ONE. 2025;20(7):e0323079. https://doi.org/10.1371/journal.pone.0323079
<details>
<summary>BibTeX</summary>
```bibtex
@article{wiegand2025datavzrd,
title = {Datavzrd: Rapid programming- and maintenance-free interactive visualization and communication of tabular data},
author = {Wiegand, Felix and L{\"a}hnemann, David and M{\"o}lder, Felix and Uzuner, Hamdiye and Prinz, Adrian and Schramm, Alexander and K{\"o}ster, Johannes},
journal = {PLOS ONE},
volume = {20},
number = {7},
pages = {e0323079},
year = {2025},
doi = {10.1371/journal.pone.0323079},
publisher = {Public Library of Science}
}
```
</details>
## Contributing
Contributions of any kind are welcome! For more info check the [contributing guide](https://datavzrd.github.io/docs/contributing.html).
## Authors
* [Johannes Köster](https://github.com/johanneskoester) (https://koesterlab.github.io)
* [Felix Wiegand](https://github.com/fxwiegand)