Reduce boolean Series with ANY Source code Description Reduce boolean Series with ANY Usage <Series>$any() Value A logical value Examples library("polars") as_polars_series(c(TRUE, FALSE, NA))$any() #> [1] TRUE