Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ GT
Class
GT
dask/dataframe/dask_expr/_expr.py:2913–2915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2911
2912
2913
class
GT(Binop):
2914
operation = operator.gt
2915
_operator_repr =
">"
2916
2917
2918
class
GE(Binop):
Callers
2
__gt__
Method · 0.85
__rgt__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected