-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Open
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
Example: pandas.DataFrame.copy
- Stable: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.copy.html
- Dev: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.copy.html
Documentation problem
Stable
- "source" link goes to nonexistent ref v3.0.1+1.g304fd2b639:
https://github.com/pandas-dev/pandas/blob/v3.0.1+1.g304fd2b639/pandas/core/generic.py#L6560-L6666
Dev
- "source" link goes to nonexistent ref v3.1.0.dev0+182.g1f864beaf7:
https://github.com/pandas-dev/pandas/blob/v3.1.0.dev0+182.g1f864beaf7/pandas/core/generic.py#L6557-L6663
Suggested fix for documentation
Stable
- "source" link should go to v3.0.1:
https://github.com/pandas-dev/pandas/blob/v3.0.1/pandas/core/generic.py#L6560-L6666
Dev
- "source" link should go to main:
https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6557-L6663
Reactions are currently unavailable