Skip to content

DOC: the default value of engine argument in eval should be None #63376

@cmp0xff

Description

@cmp0xff

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

Documentation problem

In the docstring: engine : {'python', 'numexpr'}, default 'numexpr'
In the definition: engine: str | None = None,

Suggested fix for documentation

engine : {'python', 'numexpr'}, optional, default None

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions