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

Method _meta

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

Source from the content-addressed store, hash-verified

3345
3346 @functools.cached_property
3347 def _meta(self):
3348 return make_meta(meta_nonempty(self.frame._meta).diff(**self.kwargs))
3349
3350 def _simplify_up(self, parent, dependents):
3351 if isinstance(parent, Projection):

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
diffMethod · 0.80

Tested by

no test coverage detected