Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ operation
Method
operation
dask/dataframe/dask_expr/_expr.py:1957–1958 ·
view source on GitHub ↗
(df, columns, errors)
Source
from the content-addressed store, hash-verified
1955
1956
@staticmethod
1957
def
operation(df, columns, errors):
1958
return
df.drop(columns=columns, errors=errors)
1959
1960
1961
def
assign(df, *pairs):
Callers
6
_meta
Method · 0.45
_meta
Method · 0.45
_meta
Method · 0.45
_meta
Method · 0.45
_meta
Method · 0.45
_divisions
Method · 0.45
Calls
1
drop
Method · 0.80
Tested by
no test coverage detected