MCPcopy
hub / github.com/dask/dask / pop

Method pop

dask/dataframe/dask_expr/_collection.py:3960–3963  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

3958
3959 @derived_from(pd.DataFrame)
3960 def pop(self, item):
3961 out = self[item]
3962 self._expr = expr.Drop(self, columns=[item])
3963 return out
3964
3965 def info(self, buf=None, verbose=False, memory_usage=False):
3966 """

Callers 15

__exit__Method · 0.80
popFunction · 0.80
nextMethod · 0.80
skipMethod · 0.80
_matchFunction · 0.80
_toposortFunction · 0.80
getFunction · 0.80
cullMethod · 0.80
_toposort_layersMethod · 0.80
cull_layersMethod · 0.80
add_to_resultFunction · 0.80
process_runnablesFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_popFunction · 0.64
test_popFunction · 0.64
test_pickle_sizeFunction · 0.64
startMethod · 0.64
test_cacheFunction · 0.64
test_prohibit_reuseFunction · 0.64
test_xarray_8414Function · 0.64
test_to_task_daskFunction · 0.64