DataFrame.max
Return the maximum of the values for the requested axis.
danfo.DataFrame.max(options)
Parameters
Type
Description
Default
options
Object
axis: 0 or 1. If 0, compute the mean column-wise, if 1, row-wise. Defaults to 1
{ axis: 1 }
Examples
Return the maximum value along default axis 1 (column)
Return the maximum value along row axis (0)
Last updated
Was this helpful?