From 1c2b1422fe89f25784dfd523c7f1096e996dafcd Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 12 Feb 2026 15:24:38 +0000 Subject: [PATCH] running 1983 --- backend/postcode_splitter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/postcode_splitter/main.py b/backend/postcode_splitter/main.py index 73a79d2c..8c0048e2 100644 --- a/backend/postcode_splitter/main.py +++ b/backend/postcode_splitter/main.py @@ -168,7 +168,7 @@ def handler(event, context, local=False): # TODO: DELETE ME, if you see this in the PR. # TODO: DELETE ME, if you see this in the PR. # TODO: DELETE ME, if you see this in the PR. - df = df.head(5) + df = df.head(1983) logger.info(f"CSV loaded: {len(df)} rows, {len(df.columns)} columns")