Open
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
https://pandas.pydata.org/docs/search.html
Documentation problem
Searching pd.eval(
/ DataFrame.eval(
triggers a security solution which blocks me from the documentation.
I am not sure if this is some sort of code injection protection, but searching for eval(
in other docs does not trigger this, so I don't know if there's a security risk to worry about here.
Suggested fix for documentation
It is sensible to search for DataFrame.eval(
to see some examples from the docs, no security solution should be triggered.