11data sources :
22 # The data sources will be loaded in the order they are populated here
33 - name : MIDRC
4- description : MIDRC Excel File
4+ description : MIDRC TSV File
55 data type : file
6- filename : data/MIDRC Open A1 and R1 - cumulative by batch.xlsx
7- remove column name text : [(CUSUM)]
6+ filename : data/midrc_data_download-2025-01-29.tsv
7+ columns :
8+ - Age at Index
9+ - Ethnicity
10+ - Race
11+ - Sex
12+ - COVID-19 Positive
13+ - Race and Ethnicity
14+ numeric_cols :
15+ Age at Index :
16+ raw column : age_at_index
17+ bins : [ 0, 5, 12, 16, 18, 30, 40, 50, 65, 75, 85, 1000 ]
18+ labels : [ '0-4', '5-11', '12-15', '16-17', '18-29', '30-39', '40-49', '50-64', '65-74', '75-84', '85+' ]
19+ plugin : midrc_tsv_loader
820
921 - name : CDC
1022 description : CDC Excel File
@@ -18,47 +30,71 @@ data sources:
1830 date : ' 2020-01-01' # The census file does not have a date column, so we specify the date here
1931
2032 - name : MIDRC COVID+
21- description : MIDRC COVID+ Excel File
33+ description : MIDRC COVID+ TSV File
2234 data type : file
23- filename : data/MIDRC Open A1 and R1 COVIDpos only - cumulative by batch.xlsx
24- remove column name text : [(CUSUM)]
35+ filename : data/midrc_data_download-2025-01-29_covid_pos.tsv
36+ columns :
37+ - Age at Index
38+ - Ethnicity
39+ - Race
40+ - Sex
41+ - COVID-19 Positive
42+ - Race and Ethnicity
43+ numeric_cols :
44+ Age at Index :
45+ raw column : age_at_index
46+ bins : [ 0, 5, 12, 16, 18, 30, 40, 50, 65, 75, 85, 1000 ]
47+ labels : [ '0-4', '5-11', '12-15', '16-17', '18-29', '30-39', '40-49', '50-64', '65-74', '75-84', '85+' ]
48+ plugin : midrc_tsv_loader
2549
2650 - name : Zip Code 1
27- description : Zip Code 1 Excel File
51+ description : Zip Code 1 TSV File
2852 data type : file
2953 filename : data/midrc_data_download-2025-01-29_0.tsv
3054 columns :
3155 - Age at Index
3256 - Ethnicity
3357 - Race
3458 - Sex
35- - Covid19 Positive
59+ - COVID-19 Positive
3660 - Race and Ethnicity
3761 numeric_cols :
3862 Age at Index :
3963 raw column : age_at_index
40- bins : [ 0, 17, 50, 65, 1000 ]
41- labels : ['0-17', " 18-49" , '50-64', '65+' ]
64+ bins : [ 0, 5, 12, 16, 18, 30, 40, 50, 65, 75, 85 , 1000 ]
65+ labels : [ '0-4', '5-11', '12-15', '16- 17', ' 18-29', '30-39', '40-49' , '50-64', '65-74', '75-84', '85+' ]
4266 plugin : midrc_tsv_loader
4367
4468 - name : Zip Code 2
45- description : Zip Code 2 Excel File
69+ description : Zip Code 2 TSV File
4670 data type : file
4771 filename : data/midrc_data_download-2025-01-29_1.tsv
4872 columns :
4973 - Age at Index
5074 - Ethnicity
5175 - Race
5276 - Sex
53- - Covid19 Positive
77+ - COVID-19 Positive
5478 - Race and Ethnicity
5579 numeric_cols :
5680 Age at Index :
5781 raw column : age_at_index
58- bins : [ 0, 17, 50, 65, 1000 ]
59- labels : ['0-17', " 18-49" , '50-64', '65+' ]
82+ bins : [ 0, 5, 12, 16, 18, 30, 40, 50, 65, 75, 85 , 1000 ]
83+ labels : [ '0-4', '5-11', '12-15', '16- 17', ' 18-29', '30-39', '40-49' , '50-64', '65-74', '75-84', '85+' ]
6084 plugin : midrc_tsv_loader
6185
86+ - name : MIDRC COVID+
87+ description : MIDRC COVID+ Excel File
88+ data type : file
89+ filename : data/MIDRC Open A1 and R1 COVIDpos only - cumulative by batch.xlsx
90+ remove column name text : [(CUSUM)]
91+
92+ - name : MIDRC
93+ description : MIDRC Excel File
94+ data type : file
95+ filename : data/MIDRC Open A1 and R1 - cumulative by batch.xlsx
96+ remove column name text : [(CUSUM)]
97+
6298# TODO: The following should be moved into QSettings for modifications within the GUI
6399# For custom age columns, please use .inf as the maximum age in the final age group
64100custom age ranges :
0 commit comments