mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
made tests pass and redploy
This commit is contained in:
parent
c2f29e86df
commit
c4e30a0d56
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue