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