Skip to content

DOC: pandsa.eval main body text should cancle bold #47735

New issue

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

Closed
1 task done
Zeroto521 opened this issue Jul 15, 2022 · 2 comments · Fixed by #47847
Closed
1 task done

DOC: pandsa.eval main body text should cancle bold #47735

Zeroto521 opened this issue Jul 15, 2022 · 2 comments · Fixed by #47847
Labels
Docs expressions pd.eval, query

Comments

@Zeroto521
Copy link
Contributor

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/dev/reference/api/pandas.eval.html
https://pandas.pydata.org/docs/reference/api/pandas.eval.html

Documentation problem

image

'numexpr' and 'python' lines should not be bold

Suggested fix for documentation

The engine used to evaluate the expression. Supported engines are
- None : tries to use ``numexpr``, falls back to ``python``
- ``'numexpr'``: This default engine evaluates pandas objects using
numexpr for large speed ups in complex expressions
with large frames.
- ``'python'``: Performs operations as if you had ``eval``'d in top
level python. This engine is generally not that useful.

add spaces before :

-        - ``'numexpr'``: This default engine evaluates pandas objects using
+        - ``'numexpr'`` : This default engine evaluates pandas objects using
                          numexpr for large speed ups in complex expressions
                          with large frames.
-        - ``'python'``: Performs operations as if you had ``eval``'d in top
+        - ``'python'`` : Performs operations as if you had ``eval``'d in top
                         level python. This engine is generally not that useful.
@Zeroto521 Zeroto521 added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 15, 2022
@Zeroto521 Zeroto521 changed the title DOC: DOC: pandsa.eval main body text should cancle bold Jul 15, 2022
@rhshadrach
Copy link
Member

Thanks for the report! Would you be interested in putting up a PR to fix?

@rhshadrach rhshadrach added expressions pd.eval, query and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 24, 2022
@rhshadrach rhshadrach added this to the Contributions Welcome milestone Jul 24, 2022
@Zeroto521
Copy link
Contributor Author

Please check #47847

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs expressions pd.eval, query
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants