Skip to content

Commit

Permalink
Update rvdss_update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cchuong committed Sep 16, 2024
1 parent 714455c commit 6ee8bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/acquisition/rvdss/rvdss_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
weekly_data = utils.get_weekly_data(base_url,2024).set_index(['epiweek', 'time_value', 'issue', 'geo_type', 'geo_value'])
positive_data = utils.get_revised_data(base_url)

path1 = './season_2024_2025_respiratory_detections.csv'
path2 = './season_2024_2025_positive_tests.csv'
path1 = './respiratory_detections.csv'
path2 = './positive_tests.csv'

if os.path.exists(path1)==False:
weekly_data.to_csv(path1,index=True)
Expand Down

0 comments on commit 6ee8bb7

Please sign in to comment.