pandas.DataFrame.any — pandas 1.3.5 documentation
pandas.pydata.org › api › pandaspandas.DataFrame.any. ¶. DataFrame.any(axis=0, bool_only=None, skipna=True, level=None, **kwargs) [source] ¶. Return whether any element is True, potentially over an axis. Returns False unless there is at least one element within a series or along a Dataframe axis that is True or equivalent (e.g. non-zero or non-empty). Parameters.