Add kernel cleaning func
This commit is contained in:
parent
9513e6544e
commit
4d5aa73de7
2 changed files with 83 additions and 0 deletions
|
|
@ -36,6 +36,12 @@ def _():
|
|||
clean.json_to_daily_pkg(
|
||||
Path(DATA_RAW_DIR) / "daily", Path(DATA_CLEAN_DIR) / "daily", force=False
|
||||
)
|
||||
clean.json_to_unique_csv(
|
||||
Path(DATA_RAW_DIR) / "daily", Path(DATA_CLEAN_DIR), force=False
|
||||
)
|
||||
clean.json_to_daily_kernel_csv(
|
||||
Path(DATA_RAW_DIR) / "daily", Path(DATA_CLEAN_DIR) / "kernels", force=False
|
||||
)
|
||||
|
||||
|
||||
@app.cell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue