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.95k stars 18.04k forks source link

DOC: Fix the navigation bar #60492

Open easternsun7 opened 9 hours ago

easternsun7 commented 9 hours ago

Pandas version checks

Location of the documentation

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

Documentation problem

pandas.DataFrame.head and pandas.DataFrame.tail appear twice in the navigation bar, and they jump to the same location.

Suggested fix for documentation

I think the duplication in the navigation bar is a small bug, consider removing duplicate links in the documentation.

easternsun7 commented 9 hours ago

If you think it should be removed, I can submit a PR to change it.