running 1983

This commit is contained in:
Jun-te Kim 2026-02-12 15:24:38 +00:00
parent c4e30a0d56
commit 1c2b1422fe

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(5)
df = df.head(1983)
logger.info(f"CSV loaded: {len(df)} rows, {len(df.columns)} columns")