You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had recently found that pandas docs site doesn't show any documentation for pd.to_pickle, pd.lreshape and pd.value_counts (only for DataFrame/Series anologues in some cases). Is it expected behaviour? Is it planned to be added in the further pandas releases?
Suggested fix for documentation
If it is not expected, these functions can be added in the general_fucntions and io rst files.
The text was updated successfully, but these errors were encountered:
pd.value_counts was explicitly added to the public api in c6cee43, #1392 so it should be documented. As the function only accepts 1d numpy arrays and not any pandas object then I would also be inclined to remove this for the public api in a future pandas version.
There has been a suggestion to deprecate pd.lreshape #34313 so we could also consider deliberately leaving it out of the documentation to discourage new users finding it.
Pandas version checks
main
hereLocation of the documentation
Expected fiunctions URLs:
https://pandas.pydata.org/docs/dev/reference/api/pandas.to_pickle.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.value_counts.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.lreshape.html
Documentation problem
I had recently found that pandas docs site doesn't show any documentation for
pd.to_pickle
,pd.lreshape
andpd.value_counts
(only forDataFrame/Series
anologues in some cases). Is it expected behaviour? Is it planned to be added in the further pandas releases?Suggested fix for documentation
If it is not expected, these functions can be added in the general_fucntions and io rst files.
The text was updated successfully, but these errors were encountered: