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: Add missing links to optional dependencies in getting_started/install.html #60364

Open bluestarunderscore opened 2 days ago

bluestarunderscore commented 2 days ago

Pandas version checks

Location of the documentation

https://pandas.pydata.org/docs/getting_started/install.html

Documentation problem

On the “Installation” page, links are provided to the GitHub pages for the required dependencies and some of the optional dependencies, but the optional dependencies in the tables from “Visualization” onward do not link to the GitHub pages of the projects. Links are provided to the optional HTML-related dependencies are present, but not in the dependency table.

Suggested fix for documentation

Add links to the library names which link to their respective repositories to make the page more consistent.

rhshadrach commented 2 days ago

Thanks for the report. PRs welcome!

jmalp commented 2 days ago

take