lindelwa122 / data-watch-orm

A Python ORM
MIT License
11 stars 6 forks source link

helpers/exists #5

Open lindelwa122 opened 1 month ago

lindelwa122 commented 1 month ago

The input must consist of a dataset and an instance. The function should iterate over the dataset and return True if the instance exists within the dataset, and False otherwise.