Skip to content

CLN: de-privatize _parsers and _engines in pandas/core/computation and rename to something more descriptive #30681

Closed
@hwalinga

Description

@hwalinga

As a followup from #28215

_parsers and _engines as used in the code for the .query and .eval methods should be de-privatized and named to something more informative.

_engines: Dict[str, Type[AbstractEngine]] = {
    "numexpr": NumExprEngine,
    "python": PythonEngine,
}
_parsers = {"python": PythonExprVisitor, "pandas": PandasExprVisitor}

@jreback

Metadata

Metadata

Assignees

No one assigned

    Labels

    RefactorInternal refactoring of code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions