We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.DataFrame.lookup.html?highlight=lookup#pandas.DataFrame.lookup
It says
For an example see lookup() in the user guide.
but the hyperlink doesn't send to the user guide
link to https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#looking-up-values-by-index-column-labels instead
The text was updated successfully, but these errors were encountered:
Since it can be a little challenging for newcomers to find the relevant files (see #39859 ), the affected files/lines are:
pandas/pandas/core/frame.py
Line 4069 in 94e2982
Sorry, something went wrong.
Thanks @morrme
Just to be clear, this issue can be done independently of #39859
Thanks @morrme Just to be clear, this issue can be done independently of #39859
Updated my comment for clarity. 🙂
Thanks :)
Since it can be a little challenging to find the relevant files (see #39859
Though in this case, wouldn't the [source] button already give you the file location?
[source]
Successfully merging a pull request may close this issue.
Location of the documentation
https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.DataFrame.lookup.html?highlight=lookup#pandas.DataFrame.lookup
Documentation problem
It says
but the hyperlink doesn't send to the user guide
Suggested fix for documentation
link to https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#looking-up-values-by-index-column-labels instead
The text was updated successfully, but these errors were encountered: