Get data from parquet files

This commit is contained in:
Marty Oehme 2025-09-30 11:13:30 +02:00
parent 07bd122aaf
commit 63ae4a1982
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -15,6 +15,7 @@ with app.setup:
LIMIT_ROWS = 500_000
DATA_RAW_DIR = "data/raw"
DATA_CLEAN_DIR = "data/cleaned"
DATA_PARQUET_DIR = "data/parquet"
@app.cell(hide_code=True)