bigframes.pandas.Series.abs#

Series.abs() Series[source]#

Return a Series/DataFrame with absolute numeric value of each element.

This function only applies to elements that are all numeric.

Returns:

A Series or DataFrame containing the absolute value of each element.

Return type:

bigframes.pandas.DataFrame or bigframes.pandas.Series