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

Method operation

dask/dataframe/dask_expr/_dummies.py:179–180  ·  view source on GitHub ↗
(df, *args, **kwargs)

Source from the content-addressed store, hash-verified

177
178 @staticmethod
179 def operation(df, *args, **kwargs):
180 return get_meta_library(df).get_dummies(df, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

get_meta_libraryFunction · 0.90

Tested by

no test coverage detected