Mostly just adjusting the logic so that the same method can render both the overall and state-specific feeds, and then handling the state-level disaggregation outside that function.
PR also applies autoformatting and type-hinting, and also makes a small tweak so that Pandas' nan values are rendered as blank strings rather than nan.
Mostly just adjusting the logic so that the same method can render both the overall and state-specific feeds, and then handling the state-level disaggregation outside that function.
PR also applies autoformatting and type-hinting, and also makes a small tweak so that Pandas'
nan
values are rendered as blank strings rather thannan
.cc: @m-nolan (and thanks!)