From e95587a54b20166d6f3229b143ae37fad0bad299 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sat, 24 Jan 2026 15:55:51 +0000 Subject: [PATCH] add cols source --- download_land_registry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/download_land_registry.py b/download_land_registry.py index 7cfa695..e0a1699 100644 --- a/download_land_registry.py +++ b/download_land_registry.py @@ -59,6 +59,7 @@ def convert_to_parquet(csv_path: Path, parquet_path: Path) -> None: """Convert CSV to Parquet using Polars.""" print("Converting to Parquet...") + # https://www.gov.uk/guidance/about-the-price-paid-data # Land Registry CSV columns columns = [ "transaction_id",