DataFrame.abs
Return a DataFrame with the absolute numeric value of each element.
danfo.DataFrame.sum(options)
Parameters
Type
Description
Default
options
Object
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
{ inplace: false }
Examples
The abs function only works on numeric columns and will throw an error if string columns are found in the DataFrame.
Last updated
Was this helpful?