made tests pass and redploy

This commit is contained in:
Jun-te Kim 2026-02-12 15:11:36 +00:00
parent c2f29e86df
commit c4e30a0d56

View file

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