bigframes.pandas.Series.all#
- Series.all()→bool[source]#
Return whether all elements are True, potentially over an axis.
Returns True unless there at least one element within a Series or along aDataFrame axis that is False or equivalent (e.g. zero or empty).
- Returns:
If level is specified, then, Series is returned;otherwise, scalar is returned.
- Return type:
scalar orbigframes.pandas.Series
On this page