Report Generation¶
timeseries-qc can generate a complete, self-contained HTML report with no external dependencies.
Basic Usage¶
Report Contents¶
The generated HTML report includes:
- Quality Timeline — interactive Plotly chart
- Summary per Tag — good/suspect/bad percentages
- Issue Summary — contiguous bad/sus segments with durations
- Timestamp Health — gaps, duplicates, and other timestamp anomalies
Self-Contained Output¶
The report file is fully self-contained:
- Plotly JavaScript is embedded (not loaded from CDN)
- All styles are inline
- No internet connection required to view
This makes it suitable for:
- Emailing to stakeholders
- Archiving in data management systems
- Sharing with teams that don't have Python access
Customizing the Report¶
Next Steps¶
- Visualization — customizing the timeline chart
- API Reference —
QCResult.export_report()documentation - User Guide — walkthrough with examples