format and committing notebook

This commit is contained in:
Kadir 2024-04-05 11:38:55 +01:00
parent 69a5bba65e
commit 874fed3e8f
3 changed files with 544 additions and 1308 deletions

View file

@ -9,7 +9,7 @@ filtered_listings = []
for listing in listings: for listing in listings:
if not listing.path_detail_json().exists(): if not listing.path_detail_json().exists():
filtered_listings.append(listing) filtered_listings.append(listing)
for listing in tqdm(filtered_listings): for listing in tqdm(filtered_listings):
try: try:
d = detail_query(listing.identifier) d = detail_query(listing.identifier)

File diff suppressed because it is too large Load diff

View file

@ -33,4 +33,4 @@ def get_districts():
"Waltham Forest": "REGION^61232", "Waltham Forest": "REGION^61232",
"Wandsworth": "REGION^93977", "Wandsworth": "REGION^93977",
"Westminster": "REGION^93980", "Westminster": "REGION^93980",
} }