MCPcopy Index your code
hub / github.com/dask/dask / _constructor

Method _constructor

dask/dataframe/dask_expr/_quantile.py:49–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48 @functools.cached_property
49 def _constructor(self):
50 meta = self.frame._meta
51 if not is_series_like(self.frame._meta):
52 meta = meta.to_series()
53 return meta._constructor
54
55 @functools.cached_property
56 def _finalizer(self):

Callers 9

_get_categoriesFunction · 0.80
_Function · 0.80
get_overlapFunction · 0.80
operationMethod · 0.80
_metaMethod · 0.80
_lowerMethod · 0.80
_lowerMethod · 0.80
_metaMethod · 0.80
_meta_from_arrayFunction · 0.80

Calls 2

is_series_likeFunction · 0.90
to_seriesMethod · 0.45

Tested by

no test coverage detected