Return a Series/DataFrame with an absolute numeric value of each element.
Prototype:
<DataFrame_Obj>.abs ( )
The absolute functions abs() will return the positive values (i.e. absolute values). All the columns should be integer, Otherwise error will occour.
<DataFrame_Obj>.abs ( )
The absolute functions abs() will return the positive values (i.e. absolute values). All the columns should be integer, Otherwise error will occour.
No comments:
Post a Comment