Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.
Find Missing Values
sfxDQTSGap()
does the same thing, but is more advanced.sfxDQFindNulls(read(temp and discharge), pastMonth, 20min)
Find Oddities
sfxDQFindOddities(read(temp and discharge), pastMonth)
Find Outliers Based on Standard Deviation
sfxDQFindOutliers(read(temp and discharge), pastMonth, 4)
Data Quality Job
sfxDQJob()
Find Outliers
sfxDQOutofRange(read(temp and discharge), pastMonth, 0.7)
Find Rate of Change too High
sfxDQRateofChange(read(temp and discharge), pastMonth, 0.7)
Find Rate of Change too High
sfxDQRateofChangeThresh(read(temp and discharge), pastMonth, 10)
Find Gaps in Data
sfxDQTSGap(read(temp and discharge), pastMonth, 1.8)