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

Method _meta

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

Source from the content-addressed store, hash-verified

1253
1254 @functools.cached_property
1255 def _meta(self):
1256 return make_meta(
1257 self.operation(
1258 meta_nonempty(self.frame._meta),
1259 meta_nonempty(self.other._meta),
1260 ),
1261 )
1262
1263 def _simplify_up(self, parent, dependents):
1264 if isinstance(parent, Projection):

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
operationMethod · 0.45

Tested by

no test coverage detected