datatable.max()¶
Calculate the maximum value for each column from cols. It is recommended
to use it as dt.max() to prevent conflict with the Python built-in
max() function.
Calculate the maximum value for each column from cols. It is recommended
to use it as dt.max() to prevent conflict with the Python built-in
max() function.