Open
@phofl

Description

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

...

Documentation problem

Currently, if users/downstream packages want to link to pandas specific docs (e.g. groupby ops and others) they have to specify the path in pandas.core.... This option becomes unavailable after deprecating pandas.core. #55626 linked to pandas.api.typing as a temporary solution for groupby ops, but we should ideally provide a place outside of typing for docs linkage.

cc @rhshadrach

Suggested fix for documentation

See above