From c6a1c5e11d51857994080416c2b8eaed7028367f Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 1 Jul 2024 15:38:40 +0100 Subject: [PATCH] adding missing data files --- .../stonewater/map_app/Stonewater EPC rating breakdown.json | 1 + .../stonewater/map_app/Stonewater real EPC breakdown.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 etl/customers/stonewater/map_app/Stonewater EPC rating breakdown.json create mode 100644 etl/customers/stonewater/map_app/Stonewater real EPC breakdown.json diff --git a/etl/customers/stonewater/map_app/Stonewater EPC rating breakdown.json b/etl/customers/stonewater/map_app/Stonewater EPC rating breakdown.json new file mode 100644 index 00000000..bd111a27 --- /dev/null +++ b/etl/customers/stonewater/map_app/Stonewater EPC rating breakdown.json @@ -0,0 +1 @@ +[{"EPC": "D", "count": 1718}, {"EPC": "C", "count": 1343}, {"EPC": "E", "count": 538}, {"EPC": "F", "count": 80}, {"EPC": "B", "count": 52}, {"EPC": "G", "count": 3}, {"EPC": "A", "count": 2}] \ No newline at end of file diff --git a/etl/customers/stonewater/map_app/Stonewater real EPC breakdown.json b/etl/customers/stonewater/map_app/Stonewater real EPC breakdown.json new file mode 100644 index 00000000..4ae2209d --- /dev/null +++ b/etl/customers/stonewater/map_app/Stonewater real EPC breakdown.json @@ -0,0 +1 @@ +[{"is_real_epc": true, "count": 3736}, {"is_real_epc": false, "count": 1509}] \ No newline at end of file