lindelwa122 / data-watch-orm

A Python ORM
MIT License
6 stars 3 forks source link

helpers/exists #5

Open lindelwa122 opened 4 hours ago

lindelwa122 commented 4 hours 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.