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

Method _meta

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

Source from the content-addressed store, hash-verified

1480
1481 @functools.cached_property
1482 def _meta(self):
1483 return make_meta(
1484 meta_nonempty(self.frame._meta).isin(
1485 meta_nonempty(self.frame._meta).iloc[[0]]
1486 )
1487 )
1488
1489 def _broadcast_dep(self, dep: Expr):
1490 return dep.npartitions == 1

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
isinMethod · 0.80

Tested by

no test coverage detected