From 7142bc2d83fa7739e07bddf9f8f5930af2233ff6 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Tue, 29 Oct 2024 11:06:06 -0600 Subject: [PATCH] chore: rename sw stream --- src/wmrc/yearly.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wmrc/yearly.py b/src/wmrc/yearly.py index f18c66d..9c9d252 100644 --- a/src/wmrc/yearly.py +++ b/src/wmrc/yearly.py @@ -172,6 +172,7 @@ def rates_per_material(year_df: pd.DataFrame, classification: str, fields: list[ .str.replace("__c", "") .str.replace("_", " ") .str.replace(" CM", " Compostable Material") + .str.replace("SW Stream", "Other Solid Waste Stream Materials") ) return sum_df