MCPcopy 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
126def make_string(n, rstate):
127 return rstate.choice(names, size=n)
128
129
130def make_categorical(n, rstate):

Callers

nothing calls this directly

Calls 1

choiceMethod · 0.45

Tested by

no test coverage detected