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

Method _simplify_up

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

Source from the content-addressed store, hash-verified

3371 return make_meta(meta_nonempty(self.frame._meta).diff(**self.kwargs))
3372
3373 def _simplify_up(self, parent, dependents):
3374 if isinstance(parent, Projection):
3375 return plain_column_projection(self, parent, dependents)
3376
3377 @functools.cached_property
3378 def kwargs(self):

Callers

nothing calls this directly

Calls 1

plain_column_projectionFunction · 0.85

Tested by

no test coverage detected