pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.83k stars 18k forks source link

DOC: methods in see also section in the pandas.DataFrame.size are not hyperlinks #60368

Open Shubhank-Gyawali opened 2 days ago

Shubhank-Gyawali commented 2 days ago

Pandas version checks

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.size.html

Documentation problem

In the see also section the ndarray.size method is listed, but it is not hyperlinks and thus the reader cannot navigate with ease but has to look for them instead.

Suggested fix for documentation

Add numpy.ndarray.size in the docstring.

lfffkh commented 2 days ago

take