Hoviedo
New Contributor III

Hi Walter, sorry what would it look like in the code?

i can do this in the python function (it does nothing)

if "Distance" in df.columns:
            dlt.expect("Distance is positive", "Distance >= 0")
 
but i am now sure how can i apply the same with the decorator