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")