Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:32 AM
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