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

Method arange

dask/array/backends.py:397–403  ·  view source on GitHub ↗

Create an ascending or descending array Returns evenly spaced values within the half-open interval ``[start, stop)`` as a one-dimensional array.

(start, /, stop=None, step=1, *, dtype=None, meta=None, **kwargs)

Source from the content-addressed store, hash-verified

395
396 @staticmethod
397 def arange(start, /, stop=None, step=1, *, dtype=None, meta=None, **kwargs):
398 """Create an ascending or descending array
399
400 Returns evenly spaced values within the half-open interval
401 ``[start, stop)`` as a one-dimensional array.
402 """
403 raise NotImplementedError
404
405
406@to_numpy_dispatch.register(np.ndarray)

Callers 15

s3_with_yellow_tripdataFunction · 0.45
test_parquetFunction · 0.45
test_parquet_appendFunction · 0.45
compute_first_bitFunction · 0.45
compute_hll_arrayFunction · 0.45
meta_nonempty_dataframeFunction · 0.45
_partitionsMethod · 0.45
test_sort_values_Function · 0.45
test_groupby_ffill_bfillFunction · 0.45

Calls

no outgoing calls