MCPcopy
hub / github.com/pandas-dev/pandas / eval

Method eval

pandas/core/frame.py:5220–5220  ·  view source on GitHub ↗
(self, expr: str, *, inplace: Literal[False] = ..., **kwargs)

Source from the content-addressed store, hash-verified

5218
5219 @overload
5220 def eval(self, expr: str, *, inplace: Literal[False] = ..., **kwargs) -> Any: ...
5221
5222 @overload
5223 def eval(self, expr: str, *, inplace: Literal[True], **kwargs) -> None: ...

Calls 5

validate_bool_kwargFunction · 0.90
_get_index_resolversMethod · 0.80
popMethod · 0.45
getMethod · 0.45