MCPcopy Create free account

hub / github.com/dask/dask / functions

Functions9,157 in github.com/dask/dask

↓ 1 callersFunctioncheck_parts
(df, sol)
dask/bag/tests/test_bag.py:890
↓ 1 callersFunctioncheck_raises
(d, p, func)
dask/dataframe/tests/test_arithmetics_reduction.py:715
↓ 1 callersFunctioncheck_series_arithmetics
(l, r, el, er, allow_comparison_ops=True)
dask/dataframe/tests/test_arithmetics_reduction.py:162
↓ 1 callersMethodchecksum
(self)
dask/dataframe/dask_expr/io/parquet.py:793
↓ 1 callersMethodchisquare
(self, df, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:115
↓ 1 callersMethodchoice
(self, a, size=None, replace=True, p=None, chunks="auto")
dask/array/random.py:550
↓ 1 callersMethodchoice
(self, a, size=None, replace=True, p=None, chunks="auto")
dask/array/_array_expr/random.py:536
↓ 1 callersFunctionchoose
(a, choices)
dask/array/routines.py:2113
↓ 1 callersFunctionchunk_distinct
(seq, key=None)
dask/bag/core.py:1940
↓ 1 callersFunctionchunks_from_arrays
Chunks tuple from nested list of arrays >>> x = np.array([1, 2]) >>> chunks_from_arrays([x, x]) ((2, 2),) >>> x = np.array([[1, 2]])
dask/array/core.py:5428
↓ 1 callersFunctionchunksizes
(ind)
dask/dataframe/io/io.py:306
↓ 1 callersMethodclamp_arrow_datetimes
Constrain datetimes to be valid for pandas Since pandas works in ns precision and arrow / parquet defaults to ms precision we
dask/dataframe/io/tests/test_parquet.py:2515
↓ 1 callersMethodclear
(self)
dask/diagnostics/profile.py:212
↓ 1 callersFunctioncli
Dask command line interface.
dask/cli.py:24
↓ 1 callersMethodclone
( self, keys: set[Key], seed: Hashable, bind_to: Key | None = None, )
dask/blockwise.py:746
↓ 1 callersFunctioncoarsen
Coarsen array by applying reduction to fixed size neighborhoods Parameters ---------- reduction: function Reduction function (for
dask/array/chunk.py:85
↓ 1 callersFunctioncoerce
(xs, arg, fn)
dask/array/overlap.py:693
↓ 1 callersFunctioncoerce
(xs, arg, fn)
dask/array/_array_expr/_overlap.py:708
↓ 1 callersFunctioncoerce_depth_type
(ndim, depth)
dask/array/overlap.py:798
↓ 1 callersFunctioncoerce_depth_type
(ndim, depth)
dask/array/_array_expr/_overlap.py:815
↓ 1 callersFunctioncoerce_dtypes
Coerce dataframe to dtypes safely Operates in place Parameters ---------- df: Pandas DataFrame dtypes: dict like {'x': float}
dask/dataframe/io/csv.py:91
↓ 1 callersFunctioncollect
Collect partitions from disk and yield k,v group pairs.
dask/bag/core.py:1759
↓ 1 callersFunctioncollect_dependents
(expr)
dask/_expr.py:887
↓ 1 callersFunctioncollections_with_node_counters
()
dask/tests/test_graph_manipulation.py:86
↓ 1 callersMethodcolumn_names
(self)
dask/dataframe/dask_expr/_interchange.py:31
↓ 1 callersFunctioncombine
(x, constant=0)
dask/dataframe/dask_expr/tests/test_reductions.py:482
↓ 1 callersFunctioncombine
(x, constant=0)
dask/dataframe/tests/test_dataframe.py:2627
↓ 1 callersFunctioncommon_blockdim
Find the common block dimensions from the list of block dimensions Currently only implements the simplest possible heuristic: the common bloc
dask/array/core.py:4269
↓ 1 callersFunctioncompression_level
Compression level to use in svd_compressed Given the size ``n`` of a space, compress that that to one of size ``q`` plus n_oversamples.
dask/array/linalg.py:622
↓ 1 callersFunctioncompression_matrix
Randomly sample matrix to find most active subspace This compression matrix returned by this algorithm can be used to compute both the QR dec
dask/array/linalg.py:655
↓ 1 callersFunctioncompute2
(coll: DaskCollection)
dask/tests/test_typing.py:195
↓ 1 callersFunctioncompute_first_bit
Compute the position of the first nonzero bit for each int in an array.
dask/dataframe/hyperloglog.py:20
↓ 1 callersFunctioncompute_heads
For each partition, returns the first row of the next nonempty partition.
dask/dataframe/dask_expr/_merge_asof.py:371
↓ 1 callersFunctioncompute_layer_dependencies
Returns the dependencies between layers
dask/highlevelgraph.py:34
↓ 1 callersFunctioncompute_tails
For each partition, returns the last row of the most recent nonempty partition.
dask/dataframe/dask_expr/_merge_asof.py:290
↓ 1 callersFunctionconcat_and_check
(dfs, ignore_order=False)
dask/dataframe/multi.py:239
↓ 1 callersFunctionconcatenate_axes
Recursively call np.concatenate along axes
dask/array/core.py:5700
↓ 1 callersFunctionconcrete
Make nested iterators concrete lists >>> data = [[1, 2], [3, 4]] >>> seq = iter(map(iter, data)) >>> concrete(seq) [[1, 2], [3, 4]]
dask/utils.py:500
↓ 1 callersFunctionconstant
Add constant slice to either side of array
dask/array/overlap.py:259
↓ 1 callersFunctionconvert_key
(key, chunk, axis)
dask/array/_shuffle.py:325
↓ 1 callersFunctionconvert_key
(key, chunk, axis)
dask/array/_array_expr/_shuffle.py:213
↓ 1 callersFunctionconvert_single_predicate
(col, op, val)
dask/dataframe/io/parquet/arrow.py:382
↓ 1 callersMethodcorr
(self, other, method="pearson", min_periods=None, split_every=False)
dask/dataframe/dask_expr/_collection.py:4565
↓ 1 callersFunctioncov
( m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, aweights=None,
dask/array/routines.py:1523
↓ 1 callersMethodcov
(self, other, min_periods=None, split_every=False)
dask/dataframe/dask_expr/_collection.py:4558
↓ 1 callersFunctioncpu_count
Get the available CPU count for this system. Takes the minimum value from the following locations: - Total system cpus available on the host
dask/system.py:46
↓ 1 callersFunctioncreate_assign_index_merge_transfer
()
dask/dataframe/dask_expr/_merge.py:791
↓ 1 callersFunctioncreate_merge_tree
Create a task tree that merges all the keys with a reduction function. Parameters ---------- func: callable Reduction function th
dask/dataframe/partitionquantiles.py:202
↓ 1 callersFunctioncrosstalk
Natural looking dask with some inter-connections
docs/source/scripts/scheduling.py:27
↓ 1 callersMethodcull
Remove unnecessary tasks from the layer In other words, return a new Layer with only the tasks required to calculate `keys` and a map
dask/highlevelgraph.py:127
↓ 1 callersMethodcull
Return new HighLevelGraph with only the tasks required to calculate keys. In other words, remove unnecessary tasks from dask. Parame
dask/highlevelgraph.py:729
↓ 1 callersMethodcull_layers
Return a new HighLevelGraph with only the given layers and their dependencies. Internally, layers are not modified. This is a variant
dask/highlevelgraph.py:794
↓ 1 callersFunctioncumprod
Dask added an additional keyword-only argument ``method``. method : {'sequential', 'blelloch'}, optional Choose which method to use to pe
dask/array/reductions.py:1322
↓ 1 callersFunctioncumsum
Dask added an additional keyword-only argument ``method``. method : {'sequential', 'blelloch'}, optional Choose which method to use to pe
dask/array/reductions.py:1296
↓ 1 callersMethoddefault_blocksize
(cls)
dask/dataframe/io/parquet/utils.py:108
↓ 1 callersFunctiondefault_fused_keys_renamer
Create new keys for ``fuse`` tasks. The optional parameter `max_fused_key_length` is used to limit the maximum string length for each renamed key
dask/optimization.py:409
↓ 1 callersFunctiondefault_initializer
()
dask/multiprocessing.py:255
↓ 1 callersFunctiondefault_rng
Construct a new Generator with the default BitGenerator (PCG64). Parameters ---------- seed : {None, int, array_like[ints], SeedSequ
dask/array/random.py:392
↓ 1 callersFunctiondelayed_func
(x)
dask/tests/test_delayed.py:955
↓ 1 callersFunctiondescribe_nonnumeric_aggregate
(stats, name)
dask/dataframe/methods.py:238
↓ 1 callersFunctiondescribe_numeric_aggregate
( stats, name=None, is_timedelta_col=False, is_datetime_col=False, unit="ns", )
dask/dataframe/methods.py:191
↓ 1 callersFunctiondetect_entrypoints
(entry_point_name)
dask/backends.py:41
↓ 1 callersFunctiondiag
(v, k=0)
dask/array/creation.py:628
↓ 1 callersFunctiondouble
(x)
docs/source/dashboard-progress-script.py:20
↓ 1 callersMethoddropna
(self, how=no_default, subset=None, thresh=no_default)
dask/dataframe/dask_expr/_collection.py:3262
↓ 1 callersFunctiondtype
(x)
dask/array/core.py:5681
↓ 1 callersMethoddtype
(self)
dask/array/_array_expr/_collection.py:97
↓ 1 callersFunctioneinsum
Dask added an additional keyword-only argument ``split_every``. split_every: int >= 2 or dict(axis: int), optional Determines the depth o
dask/array/einsumfuncs.py:202
↓ 1 callersFunctionempty_like
Return a new array with the same shape and type as a given array. Parameters ---------- a : array_like The shape and data-ty
dask/array/_array_expr/_creation.py:289
↓ 1 callersFunctionemulate
Apply a function using args / kwargs. If arguments contain dd.DataFrame / dd.Series, using internal cache (``_meta``) for calculation
dask/dataframe/dask_expr/_expr.py:4150
↓ 1 callersFunctionensure_int
(f)
dask/array/core.py:3033
↓ 1 callersFunctionensure_safe_environment_variables
Get a context manager to safely set environment variables All changes will be undone on close, hence environment variables set within thi
dask/bytes/tests/test_s3.py:59
↓ 1 callersFunctionensure_set
Convert a generic Set into a set. Parameters ---------- s : Set copy : bool If True, guarantee that the return value is alway
dask/utils.py:1400
↓ 1 callersFunctioneq_dtypes
(a, b)
dask/dataframe/utils.py:638
↓ 1 callersFunctionequal_dtypes
(a, b)
dask/dataframe/utils.py:336
↓ 1 callersFunctionexecute_task
Compute task and handle all administration See Also -------- _execute_task : actually execute task
dask/local.py:246
↓ 1 callersFunctionexpand
(seq, val)
dask/array/slicing.py:683
↓ 1 callersFunctionexpand_environment_variables
Expand environment variables in a nested config dictionary This function will recursively search through any nested dictionaries and/or lists
dask/config.py:700
↓ 1 callersFunctionexplain
( expr: BaseExpr, stage: OptimizerStage = "fused", format: str | None = None )
dask/dataframe/dask_expr/diagnostics/_explain.py:20
↓ 1 callersMethodexponential
(self, scale=1.0, size=None, chunks="auto", **kwargs)
dask/array/random.py:161
↓ 1 callersFunctionextend
(child, parent)
docs/source/_static/yaml.min.js:2
↓ 1 callersFunctioneye
Return a 2-D Array with ones on the diagonal and zeros elsewhere. Parameters ---------- N : int Number of rows in the output.
dask/array/creation.py:563
↓ 1 callersFunctionf
(*args)
dask/tests/test_order.py:29
↓ 1 callersFunctionf
()
dask/tests/test_utils.py:140
↓ 1 callersFunctionf
()
dask/tests/test_distributed.py:443
↓ 1 callersMethodf
A super docstring An explanation Parameters ---------- a: int an explanation of a
dask/tests/test_utils.py:567
↓ 1 callersMethodf
()
dask/tests/test_context.py:42
↓ 1 callersMethodf
(self, dfnum, dfden, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:153
↓ 1 callersFunctionf1
()
dask/tests/test_traceback.py:30
↓ 1 callersFunctionf2
()
dask/tests/test_traceback.py:34
↓ 1 callersFunctionf3
(a)
dask/tests/test_tokenize.py:544
↓ 1 callersFunctionf3
()
dask/tests/test_traceback.py:38
↓ 1 callersMethodfinalize_compute
(self)
dask/dataframe/dask_expr/_expr.py:512
↓ 1 callersFunctionfind_merge_rechunk
Find an intermediate rechunk that would merge some adjacent blocks together in order to get us nearer the *new_chunks* target, without vi
dask/array/rechunk.py:501
↓ 1 callersFunctionfind_split_rechunk
Find an intermediate rechunk that would split some chunks to get us nearer *new_chunks*, without violating the *graph_size_limit*.
dask/array/rechunk.py:574
↓ 1 callersFunctionfire_tasks
Fire off a task to the thread pool
dask/local.py:488
↓ 1 callersFunctionfix_bounds
Adjust end point to ensure span of at least `min_span`
dask/diagnostics/profile_visualize.py:336
↓ 1 callersFunctionfoo
(x, *args, **kwargs)
dask/array/tests/test_array_core.py:1844
↓ 1 callersFunctionformat_blocks
Pretty-format *blocks*. >>> format_blocks((10, 10, 10)) 3*[10] >>> format_blocks((2, 3, 4)) [2, 3, 4] >>> format_blocks((10,
dask/array/rechunk.py:792
↓ 1 callersFunctionformat_chunks
>>> format_chunks((10 * (3,), 3 * (10,))) (10*[3], 3*[10])
dask/array/rechunk.py:809
← previousnext →1,601–1,700 of 9,157, ranked by callers