Skip to content

Commit bf75b20

Browse files
authored
DOC: changed description of value_counts function (#54180)
* Update frame.py Changed the description of value_counts function * Update frame.py Fixed line too long error * Adjusted value_counts summary * Fixed description on one line issue
1 parent b75d6ad commit bf75b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7031,7 +7031,7 @@ def value_counts(
70317031
dropna: bool = True,
70327032
) -> Series:
70337033
"""
7034-
Return a Series containing counts of unique rows in the DataFrame.
7034+
Return a Series containing the frequency of each distinct row in the Dataframe.
70357035
70367036
Parameters
70377037
----------

0 commit comments

Comments
 (0)