Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ func2
Function
func2
dask/dataframe/tests/test_groupby.py:238–239 ·
view source on GitHub ↗
(df)
Source
from the content-addressed store, hash-verified
236
return
df.assign(b=df.b - df.b.mean())
237
238
def
func2(df):
239
return
df[[
"b"
]] - df[[
"b"
]].mean()
240
241
def
func3(df):
242
return
df.mean()
Callers
nothing calls this directly
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected