Do (+4)
Do
- Use relative paths from report location for data
- Include interactive plots only (Plotly, Bokeh, Altair)
- Apply consistent color schemes across charts
- Add clear axis labels and titles
- Include hover data for detailed values
- Make reports responsive (mobile-friendly)
Don't
- Export static matplotlib PNG/SVG images
- Use absolute file paths
- Create overly complex visualizations
- Skip executive summaries
- Ignore accessibility (color contrast)
Data Input
- Use relative paths from report location
- CSV files with clear column headers
- Data pre-processed and validated
HTML Output
- Self-contained files (CDN for Plotly)
- Responsive design (mobile-friendly)
- Print-friendly styling
- Accessible color contrast
File Organization
project/
data/
raw/ # Original data
processed/ # Analysis-ready CSV
reports/
analysis.html # Generated reports
scripts/
generate_report.py