MCPcopy
hub / github.com/dask/dask / assign_index

Function assign_index

dask/dataframe/methods.py:495–498  ·  view source on GitHub ↗
(df, ind)

Source from the content-addressed store, hash-verified

493
494
495def assign_index(df, ind):
496 df = df.copy()
497 df.index = ind
498 return df
499
500
501def _monotonic_chunk(x, prop):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…