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

Method arange

dask/array/backends.py:396–402  ·  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

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