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

Method _divisions

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

Source from the content-addressed store, hash-verified

51 return result
52
53 def _divisions(self):
54 return pd.date_range(start=self.start, end=self.end, freq=self.partition_freq)
55
56 @property
57 def _dtypes(self):

Callers 2

random_stateMethod · 0.95
_filtered_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected