File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111
1212"""Process VA data.
1313This script processes the VA data into a unified format for forecasting.
14+
15+ I don't know how VA_Sta3nName.csv was generated, but I'm guessing it was made
16+ from va_data/RosenfeldJhon_Past2500DaysAdmit_Start121724_Code1_6.xlsx (where
17+ `va_data` is a Google Drive folder shared by Roni Rosenfeld containing their
18+ dumps from data queries). Can always ask Ruiqi Lyu for answers.
19+
1420Author: Dmitry Shemetov
1521Date: 2025-03-25
1622"""
2329df_ref = pd .read_csv (current_dir / "State_City_Sta3nName.csv" )
2430
2531# %% This part of the code is taken directly from VA_process.ipynb
26- # I don't know how VA_Sta3nName.csv is generated, but I'm guessing it was made from
27- # va_data/RosenfeldJhon_Past2500DaysAdmit_Start121724_Code1_6.xlsx.
28- # Can always ask Ruiqi Lyu for answers.
2932state_dir = current_dir / 'Sta3nName'
3033if not state_dir .exists ():
3134 state_dir .mkdir ()
You can’t perform that action at this time.
0 commit comments