I cannot for the life of me find good examples of custom expectations written for v1.x. I’m only working in pandas, so I’d think it would be easy but I’m running into a really tough time, and now I’m down to the wire.
If it helps, the two things I’m trying to do are:
detect rows outside of n IQRs of the median of a column
for a table that includes two columns Date and HourEnding, confirm that those columns for a unique key AND that all rows in a reference table appear in the target table as long as their Date is between the earliest and latest in the target table.
If anyone can point me in the right direction, I’d really appreciate it. Alternatively, if someone would be willing to work with me for an hour, I’d happily pay a consulting fee.