Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
def
assign_index(df, ind):
490
df = df.copy()
491
df.index = ind
492
return
df
493
494
495
def
_monotonic_chunk(x, prop):
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected