-
Notifications
You must be signed in to change notification settings - Fork 16
Backfill/claims_hosp #1675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backfill/claims_hosp #1675
Conversation
@jingjtang Can you resolve the conflict with Added the daily file format changes. |
Use the one that Brian uses, that one should be more up-to-date |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Generate and store county level backfill file locally (On MIDAS) for
claims_hosp
. The newly added function will check the input file daily and store backfill file on a daily basis. Every 4 weeks, we will check the daily files and merge them into a combined file.Changelog
Itemize code/test/documentation changes and files added/removed.
backfill.py
,run.py
modify the current code, to save the county level intermediate file tobackfill_dir
before generating signals if there are new input raw files added by DV.setup.py
add pyarrow as a necessary package so as to save the backfill file in the parquet format.tests/test_backfill.py
add the unit tests for backfill related helper functions.params.json.template
addbackfill_dir
,backfill_merge_day