We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c80297 commit c88c6fcCopy full SHA for c88c6fc
src/server/endpoints/flusurv.py
@@ -28,6 +28,28 @@ def handle():
28
"rate_age_3",
29
"rate_age_4",
30
"rate_overall",
31
+ "rate_age_5",
32
+ "rate_age_6",
33
+ "rate_age_7",
34
+ "rate_age_18t29",
35
+ "rate_age_30t39",
36
+ "rate_age_40t49",
37
+ "rate_age_5t11",
38
+ "rate_age_12t17",
39
+ "rate_age_lt18",
40
+ "rate_age_gte18",
41
+ "rate_age_1t4",
42
+ "rate_age_gte75",
43
+ "rate_age_0tlt1",
44
+ "rate_race_white",
45
+ "rate_race_black",
46
+ "rate_race_hisp",
47
+ "rate_race_asian",
48
+ "rate_race_natamer",
49
+ "rate_sex_male",
50
+ "rate_sex_female",
51
+ "rate_flu_a",
52
+ "rate_flu_b"
53
]
54
q.set_fields(fields_string, fields_int, fields_float)
55
q.set_sort_order("epiweek", "location", "issue")
0 commit comments