diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 539275c7ff617..8730595204aa6 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -8518,6 +8518,7 @@ def count(self, axis=0, level=None, numeric_only=False): See Also -------- Series.count: Number of non-NA elements in a Series. + DataFrame.value_counts: Count unique combinations of columns. DataFrame.shape: Number of DataFrame rows and columns (including NA elements). DataFrame.isna: Boolean same-sized DataFrame showing places of NA