datatable.rowany()¶
For each row in cols
return True
if any of the values in that row
are True
, or otherwise return False
. The function uses shortcut
evaluation: if the True
value is found in one of the columns,
then the subsequent columns are skipped.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.