Pandas DataFrame: abs() function
DataFrame - abs() function
The abs() function returns a Series/DataFrame with absolute numeric value of each element.
This function only applies to elements that are all numeric.
Syntax:DataFrame.abs(self)
Returns: abs
Series/DataFrame containing the absolute value of each element.
Notes:
For complex inputs, 1.2 + 1j, the absolute value is .
Example:
Download the Pandas DataFrame Notebooks from here.
Previous: DataFrame - ewm() function
Next: DataFrame - all() function
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics