From c4e30a0d561db675a368eb9f2778953803475a6c Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 12 Feb 2026 15:11:36 +0000 Subject: [PATCH] made tests pass and redploy --- 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 8c0048e2..73a79d2c 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(1983) + df = df.head(5) logger.info(f"CSV loaded: {len(df)} rows, {len(df.columns)} columns")