Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
495
def
assign_index(df, ind):
496
df = df.copy()
497
df.index = ind
498
return
df
499
500
501
def
_monotonic_chunk(x, prop):
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…