MCPcopy Index your code
hub / github.com/dask/dask / _meta

Method _meta

dask/dataframe/dask_expr/_expr.py:3370–3371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3368
3369 @functools.cached_property
3370 def _meta(self):
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):

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
diffMethod · 0.80

Tested by

no test coverage detected