From 8163a97b97d43fb3cc6d9ca020e82835b67e3d52 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 6 Mar 2026 13:57:33 +0000 Subject: [PATCH] get rid of df.head and control the inputs instead --- backend/ordnanceSurvey/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ordnanceSurvey/main.py b/backend/ordnanceSurvey/main.py index 0a0e2a8a..bf8cfdaf 100644 --- a/backend/ordnanceSurvey/main.py +++ b/backend/ordnanceSurvey/main.py @@ -136,7 +136,7 @@ def handler(body: dict[str, Any], context: Any, local: bool = False) -> None: # Assumption designing with address2uprn was ran first csv_data = read_csv_from_s3_dict(bucket, key) df = pd.DataFrame(csv_data) - df = df.head(5) + # df = df.head(5) # If lexiscore_column is specified, use it; otherwise process all rows if lexiscore_column and lexiscore_column in df.columns: