Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ evaluate
Method
evaluate
pandas/core/computation/ops.py:104–105 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
102
return
self.value
103
104
def
evaluate(self, *args, **kwargs) -> Term:
105
return
self
106
107
def
_resolve_name(self):
108
local_name = str(self.local_name)
Callers
11
scatter_matrix
Function · 0.45
_plot
Method · 0.45
_maybe_eval
Method · 0.45
eval
Function · 0.45
_evaluate_numexpr
Function · 0.45
_where_numexpr
Function · 0.45
evaluate
Method · 0.45
__init__
Method · 0.45
testit
Method · 0.45
test_binary_arith_ops
Method · 0.45
test_modulus
Method · 0.45
Calls
no outgoing calls
Tested by
3
testit
Method · 0.36
test_binary_arith_ops
Method · 0.36
test_modulus
Method · 0.36