arche
arche copied to clipboard
Compare field values between two jobs
#157 We need to compare values between items found by key.
compare(source_df, target_df, fields=["price", "name"], key=["id"], num_threshold = 0.1)
>>>Compare: FAILED
think about what to display
Low priority, refactoring. The rule is not useful in most cases.