From 1e7b13d87498510a996744da51b3a20df7f7ec5b Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 26 Nov 2025 18:35:42 +0000 Subject: [PATCH] added powy rate card --- etl/month_end_automation_wave_3_layout.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etl/month_end_automation_wave_3_layout.py b/etl/month_end_automation_wave_3_layout.py index 487698f..61476f6 100644 --- a/etl/month_end_automation_wave_3_layout.py +++ b/etl/month_end_automation_wave_3_layout.py @@ -51,10 +51,10 @@ rate_card_data_powys = { "RA no show", "ATT no show", "post EPC no show", "Full cost MTP", "measure modelling", "design type not specified" ], "rate": [ - empty, empty,empty, empty, empty, - empty, empty, empty, empty, empty, - empty, empty, empty, empty, empty, - empty, empty, empty, empty, empty, empty, check_with_andres + 259, 125,280, 125, 125, + 650, check_with_andres, check_with_andres, 225, 175, + 95, 60, empty, empty, 95, + 60, 40, 40, 40, empty, empty, check_with_andres ] } rate_cards.update({"18232420839": pd.DataFrame(rate_card_data_powys)})