-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parquet files to the unit/data rather than creating them by using arrow to create parquet files from their csv counterparts
- Loading branch information
Showing
7 changed files
with
83 additions
and
39 deletions.
There are no files selected for viewing
Binary file modified
BIN
+957 Bytes
(110%)
test/integration/data/2024-05-04-teamabc-locations_numeric.parquet
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
test/unit/data/2024-07-07-teamabc-output_type_ids_numeric.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
"origin_date","target","horizon","location","output_type","output_type_id","value" | ||
2022-10-08,"wk inc flu hosp",1,"","quantile",0.99,203 | ||
2022-10-08,"wk inc flu hosp",1,"02","mean",,173 | ||
2022-10-08,"wk inc flu hosp",1,"02","mean",NA,173 | ||
2022-10-08,"wk inc flu hosp",1,02,"mean",,173 | ||
2022-10-08,"wk inc flu hosp",1,"02","mean",NA,174 | ||
2022-10-08,wk inc flu hosp,1,NaN,mean,0.0,175 | ||
2022-10-08,wk inc flu hosp,1,string location,mean,null,176 | ||
2023-10-21,wk flu hosp rate change,-1,27,pmf,111,0.0018554857403307722 |
Binary file not shown.
4 changes: 3 additions & 1 deletion
4
test/unit/data/2024-07-07-teamabc-output_type_ids_numeric_no_location.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
origin_date,target,horizon,output_type,output_type_id,value | ||
2022-10-08,wk inc flu hosp,1,quantile,0.99,203 | ||
2022-10-08,wk inc flu hosp,1,mean,,173 | ||
2022-10-08,wk inc flu hosp,1,mean,NA,173 | ||
2022-10-08,wk inc flu hosp,1,mean,NA,174 | ||
2022-10-08,wk inc flu hosp,1,mean,0.0,175 | ||
2022-10-08,wk inc flu hosp,1,mean,null,176 | ||
2023-10-21,wk flu hosp rate change,-1,pmf,111,0.0018554857403307722 |
Binary file added
BIN
+5.09 KB
test/unit/data/2024-07-07-teamabc-output_type_ids_numeric_no_location.parquet
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters