MCPcopy Create free account
hub / github.com/dask/dask / assign_index

Function assign_index

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

Source from the content-addressed store, hash-verified

487
488
489def assign_index(df, ind):
490 df = df.copy()
491 df.index = ind
492 return df
493
494
495def _monotonic_chunk(x, prop):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected