Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ get_overlap
Function
get_overlap
dask/dataframe/shuffle.py:241–242 ·
view source on GitHub ↗
(df, index)
Source
from the content-addressed store, hash-verified
239
240
241
def
get_overlap(df, index):
242
return
df.loc[[index]]
if
index in df.index
else
df._constructor()
Callers
nothing calls this directly
Calls
1
_constructor
Method · 0.80
Tested by
no test coverage detected