Skip to content

Commit

Permalink
Update processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCooke2718 committed Dec 1, 2023
1 parent 1a7d9ae commit d483b2f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions covid19_drdfm/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def fix_names(df: pd.DataFrame) -> pd.DataFrame:
"Pandemic_Response_10": "Mask1",
"Pandemic_Response_11": "Mask2",
"Pandemic_Response_12": "School",
"Pandemic_Response_13": "ARP",
"Pandemic_Response_14": "PPP",
"Pandemic_Response_15": "CARES",
"Demand_1": "Cons1",
"Demand_2": "Cons2",
"Demand_3": "Cons3",
Expand Down Expand Up @@ -220,6 +223,11 @@ def get_factors():
"Mask1": ("Global", "Response"),
"Mask2": ("Global", "Response"),
"School": ("Global", "Response"),
"ARP": ("Global", "Response"),
"PPP": ("Global", "Response"),
"CARES": ("Global", "Response"),
"School": ("Global", "Response"),
"School": ("Global", "Response"),
"Cons1": ("Global", "Consumption"),
"Cons2": ("Global", "Consumption"),
"Cons3": ("Global", "Consumption"),
Expand All @@ -242,7 +250,7 @@ def get_factors():
"TBill6mo": ("Global", "Uncat"),
"TBill1yr": ("Global", "Uncat"),
"TBill5yr": ("Global", "Uncat"),
"TBill10tr": ("Global", "Uncat"),
"TBill10yr": ("Global", "Uncat"),
"TBill30yr": ("Global", "Uncat"),
"TBillFFR": ("Global", "Uncat"),
"FFR": ("Global", "Uncat"),
}

0 comments on commit d483b2f

Please sign in to comment.