Concepts

method

A function that belongs to an object or class — for example, `.mean()` is a method on a pandas DataFrame that calculates the average of a column.

Return to all terms