Skip to content

Commit 6ee8bb7

Browse files
committed
Update rvdss_update.py
1 parent 714455c commit 6ee8bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/acquisition/rvdss/rvdss_update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
weekly_data = utils.get_weekly_data(base_url,2024).set_index(['epiweek', 'time_value', 'issue', 'geo_type', 'geo_value'])
88
positive_data = utils.get_revised_data(base_url)
99

10-
path1 = './season_2024_2025_respiratory_detections.csv'
11-
path2 = './season_2024_2025_positive_tests.csv'
10+
path1 = './respiratory_detections.csv'
11+
path2 = './positive_tests.csv'
1212

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

0 commit comments

Comments
 (0)