fix(api): treat col == None
or col == ibis.NA
as col.isnull()
#9114
Merged
cpcloud merged 2 commits intoibis-project:mainfrom jcrist:fix-eq-naMay 6, 2024
+31-5
col == None
or col == ibis.NA
as col.isnull()
#9114