FrameBackend.max#

abstractmethod FrameBackend.max(df, col)[source]

Return the maximum value of an integer-like column.

Parameters:
  • df (Any) – The DataFrame to inspect.

  • col (str) – The name of the column.

Returns:

The maximum value as a Python int.

Return type:

int