Method
query
(
self,
expr: str,
*,
parser: Literal["pandas", "python"] = ...,
engine: Literal["python", "numexpr"] | None = ...,
local_dict: dict[str, Any] | None = ...,
global_dict: dict[str, Any] | None = ...,
resolvers: list[Mapping] | None = ...,
level: int = ...,
inplace: Literal[False] = ...,
)
Source from the content-addressed store, hash-verified
| 4974 | |
| 4975 | @overload |
| 4976 | def query( |
| 4977 | self, |
| 4978 | expr: str, |
| 4979 | *, |
| 4980 | parser: Literal["pandas", "python"] = ..., |
| 4981 | engine: Literal["python", "numexpr"] | None = ..., |
| 4982 | local_dict: dict[str, Any] | None = ..., |
| 4983 | global_dict: dict[str, Any] | None = ..., |
| 4984 | resolvers: list[Mapping] | None = ..., |
| 4985 | level: int = ..., |
| 4986 | inplace: Literal[False] = ..., |
| 4987 | ) -> DataFrame: ... |
| 4988 | |
| 4989 | @overload |
| 4990 | def query( |