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

Method _meta

dask/dataframe/dask_expr/_shuffle.py:373–377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

371
372 @functools.cached_property
373 def _meta(self):
374 meta = self.frame._meta
375 if self.ignore_index:
376 meta = meta.reset_index(drop=True)
377 return meta
378
379 def _layer(self):
380 max_branch = (self.options or {}).get("max_branch", None) or 32

Callers

nothing calls this directly

Calls 1

reset_indexMethod · 0.80

Tested by

no test coverage detected