Skip to content

Commit f491202

Browse files
erictleungKevin D Smith
authored and
Kevin D Smith
committed
DOC: add value counts as related method to count (pandas-dev#37209)
1 parent 30500a3 commit f491202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -8547,6 +8547,7 @@ def count(self, axis=0, level=None, numeric_only=False):
85478547
See Also
85488548
--------
85498549
Series.count: Number of non-NA elements in a Series.
8550+
DataFrame.value_counts: Count unique combinations of columns.
85508551
DataFrame.shape: Number of DataFrame rows and columns (including NA
85518552
elements).
85528553
DataFrame.isna: Boolean same-sized DataFrame showing places of NA

0 commit comments

Comments
 (0)