MCPcopy 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
237def drop_overlap(df, index):
238 return df.drop(index) if index in df.index else df
239
240
241def get_overlap(df, index):

Callers

nothing calls this directly

Calls 1

dropMethod · 0.80

Tested by

no test coverage detected