mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Fix but on outputs of pagenated_epc_download
This commit is contained in:
parent
10c73aacef
commit
85cf7cf294
1 changed files with 1 additions and 8 deletions
|
|
@ -30,16 +30,9 @@ def handler():
|
||||||
params={"local-authority": la},
|
params={"local-authority": la},
|
||||||
page_size=5000,
|
page_size=5000,
|
||||||
n_pages=10,
|
n_pages=10,
|
||||||
)["rows"]
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Temp - pull in sample
|
|
||||||
from collections import Counter
|
|
||||||
import pickle
|
|
||||||
from pprint import pprint
|
|
||||||
with open("./epc_data/test_epc_data.obj", "rb") as f:
|
|
||||||
data = pickle.load(f)
|
|
||||||
|
|
||||||
# TODO: Fill this
|
# TODO: Fill this
|
||||||
ClEANING_FIELDS = [
|
ClEANING_FIELDS = [
|
||||||
"roof-description",
|
"roof-description",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue