DuckDB rows can have NULL columns (e.g. market_score, median_peak_rate). Replace None with 0 in render context so numeric Jinja2 filters like round() and int don't crash with "NoneType doesn't define __round__". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>