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