MCPcopy
hub / github.com/dask/dask / _meta

Method _meta

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
operationMethod · 0.45

Tested by

no test coverage detected