Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ operation
Method
operation
dask/dataframe/dask_expr/_dummies.py:178–179 ·
view source on GitHub ↗
(df, *args, **kwargs)
Source
from the content-addressed store, hash-verified
176
177
@staticmethod
178
def
operation(df, *args, **kwargs):
179
return
get_meta_library(df).get_dummies(df, *args, **kwargs)
Callers
nothing calls this directly
Calls
1
get_meta_library
Function · 0.90
Tested by
no test coverage detected