From 07fa5f0cbb5a45ea38105ad2bee793f113131bf5 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Tue, 5 Nov 2024 07:59:22 -0700 Subject: [PATCH] chore: rename paper --- src/wmrc/yearly.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wmrc/yearly.py b/src/wmrc/yearly.py index 109a9bc..6a68e25 100644 --- a/src/wmrc/yearly.py +++ b/src/wmrc/yearly.py @@ -177,6 +177,7 @@ def rates_per_material(year_df: pd.DataFrame, classification: str, fields: list[ .str.replace("_", " ") .str.replace(" CM", " Compostable Material") .str.replace("SW Stream", "Other Solid Waste Stream Materials") + .str.replace("Paper", "Paper and Paperboard") ) return sum_df