File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
quidel_covidtest/delphi_quidel_covidtest Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,13 @@ def fix_zipcode(df):
74
74
75
75
def fix_date (df ):
76
76
"""
77
- Quidel Covid Test are labeled with Test Date and Storage Date.
77
+ Quidel Covid Test are labeled with Test Date and Storage Date. In principle,
78
+ the TestDate should reflect when the test was performed and the StorageDate
79
+ when the test was logged in the MyVirena cloud storage device. We expect
80
+ that the test date should precede the storage date by several days. However,
81
+ in the actual data the test date can be far earlier than the storage date
82
+ and the test date can also occur after the storage date.
83
+
78
84
- For most of the cases, use test date as the timestamp
79
85
- Remove tests with a storage date which is earlier than the test date
80
86
- If the storage date is 90 days later than the test date, the storage
You can’t perform that action at this time.
0 commit comments