Skip to content

Commit

Permalink
chore: rename paper
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Nov 5, 2024
1 parent 51f4674 commit 07fa5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wmrc/yearly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07fa5f0

Please sign in to comment.