Apply a horizontal reduction and then a vertical reduction: df.fold(lambda s1, s2: s1 | s2).any()
df.fold(lambda s1, s2: s1 | s2).any()