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: