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

Method _simplify_up

dask/dataframe/dask_expr/_expr.py:1939–1941  ·  view source on GitHub ↗
(self, parent, dependents)

Source from the content-addressed store, hash-verified

1937 _parameters = ["frame", "column"]
1938
1939 def _simplify_up(self, parent, dependents):
1940 if isinstance(parent, Projection):
1941 return plain_column_projection(self, parent, dependents, [self.column])
1942
1943
1944class Drop(Elemwise):

Callers

nothing calls this directly

Calls 1

plain_column_projectionFunction · 0.85

Tested by

no test coverage detected