Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ make_string
Function
make_string
dask/dataframe/dask_expr/datasets.py:126–127 ·
view source on GitHub ↗
(n, rstate)
Source
from the content-addressed store, hash-verified
124
125
126
def
make_string(n, rstate):
127
return
rstate.choice(names, size=n)
128
129
130
def
make_categorical(n, rstate):
Callers
nothing calls this directly
Calls
1
choice
Method · 0.45
Tested by
no test coverage detected