MCPcopy 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
1961def assign(df, *pairs):

Callers 6

_metaMethod · 0.45
_metaMethod · 0.45
_metaMethod · 0.45
_metaMethod · 0.45
_metaMethod · 0.45
_divisionsMethod · 0.45

Calls 1

dropMethod · 0.80

Tested by

no test coverage detected