Closed
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
import pandas as pd
pd.value_counts([1,2,3,2,1])
Issue Description
pd.value_counts()
works, but it does not appear in the documentation.
Two possibilities:
- It should not be exported and is not intended to be available.
- It should be exported, and needs documentation by modifying
pandas/doc/source/reference/general_functions.rst
Uncovered when cleaning up pandas-stubs
: pandas-dev/pandas-stubs#170 (comment)
Expected Behavior
Unclear!
Installed Versions
pandas 1.4.3 and associated docs