Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ groupby_environment
Function
groupby_environment
benchmarks/src/postprocessing/common.py:36–37 ·
view source on GitHub ↗
(df: pd.DataFrame)
Source
from the content-addressed store, hash-verified
34
35
36
def
groupby_environment(df: pd.DataFrame):
37
return
df.groupby([
"env"
,
"env-params"
])
38
39
40
def
create_process_key(process: ProcessInfo):
Callers
1
render_workload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected