Get data from parquet files
This commit is contained in:
parent
07bd122aaf
commit
63ae4a1982
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ with app.setup:
|
||||||
LIMIT_ROWS = 500_000
|
LIMIT_ROWS = 500_000
|
||||||
DATA_RAW_DIR = "data/raw"
|
DATA_RAW_DIR = "data/raw"
|
||||||
DATA_CLEAN_DIR = "data/cleaned"
|
DATA_CLEAN_DIR = "data/cleaned"
|
||||||
|
DATA_PARQUET_DIR = "data/parquet"
|
||||||
|
|
||||||
|
|
||||||
@app.cell(hide_code=True)
|
@app.cell(hide_code=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue