MCPcopy Create free account

hub / github.com/dask/dask / functions

Functions9,157 in github.com/dask/dask

↓ 4 callersFunctionnonzero
(a)
dask/array/routines.py:2186
↓ 4 callersFunctionnormalize_index
Normalize slicing indexes 1. Replaces ellipses with many full slices 2. Adds full slices to end of index 3. Checks bounding conditions
dask/array/slicing.py:800
↓ 4 callersFunctionnumel
(x, **kwargs)
dask/array/reductions.py:61
↓ 4 callersFunctionoptimize
Optimize dask for array computation 1. Cull tasks not necessary to evaluate keys 2. Perform linear fusion
dask/array/optimization.py:37
↓ 4 callersFunctionoptimizer
(dsk, keys)
dask/tests/test_hlgexpr.py:44
↓ 4 callersMethodouter
(self, A, B, **kwargs)
dask/array/ufunc.py:122
↓ 4 callersFunctionoverlap_internal
Share boundaries between neighboring blocks Parameters ---------- x: da.Array A dask array axes: dict The size of th
dask/array/_array_expr/_overlap.py:50
↓ 4 callersFunctionpartition
Partition a bag along a grouper, store partitions on disk.
dask/bag/core.py:1748
↓ 4 callersMethodpipe
(self, func, *args, **kwargs)
dask/dataframe/dask_expr/_collection.py:2566
↓ 4 callersFunctionplan_rechunk
Plan an iterative rechunking from *old_chunks* to *new_chunks*. The plan aims to minimize the rechunk graph size. Parameters ----------
dask/array/rechunk.py:602
↓ 4 callersFunctionprod
(a, axis=None, dtype=None, keepdims=False, split_every=None, out=None)
dask/array/reductions.py:87
↓ 4 callersFunctionquote
Ensure that this value remains this value in a dask graph Some values in dask graph take on special meaning. Sometimes we want to ensure that
dask/core.py:522
↓ 4 callersFunctionread_files
(file_names=csv_files)
dask/dataframe/io/tests/test_csv.py:127
↓ 4 callersFunctionread_files_with
(file_names, handler, **kwargs)
dask/dataframe/io/tests/test_csv.py:133
↓ 4 callersMethodread_metadata
( cls, fs, paths, columns, index, split_stripes, aggregate_files, **kwargs )
dask/dataframe/io/orc/utils.py:8
↓ 4 callersMethodregister_backend
Register a target class for a specific array-backend label
dask/backends.py:80
↓ 4 callersFunctionrepartition
Repartition dataframe along new divisions Dask.DataFrame objects are partitioned along their index. Often when multiple dataframes interact
dask/dataframe/dask_expr/_collection.py:5994
↓ 4 callersFunctionrepeat
(a, repeats, axis=None)
dask/array/creation.py:861
↓ 4 callersFunctionresolve_aliases
Remove trivial sequential alias chains Example: dsk = {'x': 1, 'y': Alias('x'), 'z': Alias('y')} resolve_aliases(dsk, {'z'}, {'
dask/_task_spec.py:276
↓ 4 callersMethodrun
(self)
dask/diagnostics/profile.py:255
↓ 4 callersMethodskew
(self, *args, **kwargs)
dask/dataframe/dask_expr/_rolling.py:334
↓ 4 callersFunctionsliding_window_view
(x, window_shape, axis=None, automatic_rechunk=True)
dask/array/_array_expr/_overlap.py:838
↓ 4 callersMethodstd
(self, axis=0, skipna=True, ddof=1, numeric_only=False, split_every=False)
dask/dataframe/dask_expr/_expr.py:297
↓ 4 callersMethodsum
(self, numeric_only=False, min_count=None, **kwargs)
dask/dataframe/dask_expr/_groupby.py:1659
↓ 4 callersMethodsum
(self, *args, **kwargs)
dask/dataframe/dask_expr/_collection.py:4810
↓ 4 callersFunctionsvd_compressed
Randomly compressed rank-k thin Singular Value Decomposition. This computes the approximate singular value decomposition of a large array. T
dask/array/linalg.py:746
↓ 4 callersFunctiontake
Index array with an iterable of index Handles a single index by a single list Mimics ``np.take`` >>> from pprint import pprint >>>
dask/array/slicing.py:582
↓ 4 callersFunctiontake
(x, index, axis=0)
dask/array/_array_expr/_slicing.py:342
↓ 4 callersMethodto_backend
Move to a new DataFrame backend Parameters ---------- backend : str, Optional The name of the new backend to move
dask/dataframe/dask_expr/_collection.py:2530
↓ 4 callersMethodto_backend
Move to a new Array backend Parameters ---------- backend : str, Optional The name of the new backend to move to.
dask/array/core.py:1860
↓ 4 callersMethodto_dask_dataframe
Convert dask Array to dask Dataframe Parameters ---------- columns: list or string list of column names if DataFr
dask/array/core.py:1829
↓ 4 callersMethodto_delayed
Convert into an array of :class:`dask.delayed.Delayed` objects, one per chunk. Parameters ---------- optimize_graph : bool, o
dask/array/core.py:2955
↓ 4 callersMethodto_orc
See dd.to_orc docstring for more information
dask/dataframe/dask_expr/_collection.py:2440
↓ 4 callersFunctiontri
(N, M=None, k=0, dtype=float, chunks="auto", *, like=None)
dask/array/creation.py:826
↓ 4 callersMethodvar
Returns the variance of the array elements, along given axis. Refer to :func:`dask.array.var` for full documentation. See Also
dask/array/_array_expr/_collection.py:406
↓ 4 callersFunctionvisualize
Visualize the results of profiling in a bokeh plot. If multiple profilers are passed in, the plots are stacked vertically. Parameters --
dask/diagnostics/profile_visualize.py:67
↓ 3 callersMethod__dask_graph__
(self)
dask/delayed.py:701
↓ 3 callersMethod__dask_graph__
(self)
dask/tests/test_composite_expr.py:213
↓ 3 callersMethod__dask_graph__
(self)
dask/tests/test_delayed.py:37
↓ 3 callersMethod__dask_graph__
(self)
dask/array/core.py:1394
↓ 3 callersMethod__dask_graph__
(self)
dask/array/tests/test_array_core.py:3019
↓ 3 callersMethod__dask_keys__
(self)
dask/delayed.py:704
↓ 3 callersMethod__dask_postcompute__
(self)
dask/bag/core.py:507
↓ 3 callersMethod__init__
(self, chunks: tuple[tuple[int, ...], ...])
dask/layers.py:83
↓ 3 callersFunction_adjust_for_arrow_na
(result, df, check_for_isna=False)
dask/dataframe/groupby.py:1098
↓ 3 callersFunction_agg_dicts
(dicts, agg_funcs)
dask/dataframe/dask_expr/io/parquet.py:1917
↓ 3 callersMethod_all_numeric
Are all columns that we're not grouping on numeric?
dask/dataframe/dask_expr/_groupby.py:1697
↓ 3 callersFunction_append_row_groups
Append row-group metadata and include a helpful error message if an inconsistent schema is detected.
dask/dataframe/io/parquet/arrow.py:73
↓ 3 callersFunction_arg_combine
Merge intermediate results from ``arg_*`` functions
dask/array/reductions.py:751
↓ 3 callersFunction_array_like_safe
(np_func, da_func, a, like, **kwargs)
dask/array/utils.py:442
↓ 3 callersFunction_assert_steps
(steps, expected)
dask/array/tests/test_rechunk.py:419
↓ 3 callersFunction_check_lu_result
(p, l, u, A)
dask/array/tests/test_linalg.py:538
↓ 3 callersFunction_coerce_loc_index
Transform values to be comparable against divisions This is particularly valuable to use with pandas datetimes
dask/dataframe/indexing.py:68
↓ 3 callersFunction_concatenate
(arrays, axis=0)
dask/array/backends.py:43
↓ 3 callersMethod_cum_agg
(self, cls, numeric_only=None)
dask/dataframe/dask_expr/_groupby.py:1674
↓ 3 callersFunction_determine_levels
Determine the correct levels argument to groupby.
dask/dataframe/groupby.py:39
↓ 3 callersMethod_elemwise
(self)
dask/array/_array_expr/_collection.py:585
↓ 3 callersMethod_filter_passthrough_available
(self, parent, dependents)
dask/dataframe/dask_expr/_shuffle.py:966
↓ 3 callersMethod_filtered_task
(self, name: Key, index: int)
dask/dataframe/dask_expr/io/io.py:302
↓ 3 callersMethod_function_map
(self, attr, *args, **kwargs)
dask/dataframe/dask_expr/_accessor.py:59
↓ 3 callersFunction_get_meta_map_partitions
Helper to generate metadata for map_partitions and map_overlap output.
dask/dataframe/dask_expr/_expr.py:4159
↓ 3 callersFunction_get_paths
Get locations to search for YAML configuration files. This logic exists as a separate function for testing purposes.
dask/config.py:21
↓ 3 callersFunction_get_shuffle_preferring_order
(shuffle)
dask/dataframe/dask_expr/_util.py:161
↓ 3 callersFunction_is_dask_future
Check if obj is a dask Future (TaskRef or duck-typed with __dask_future__). This supports both distributed.Future (which inherits from TaskRef) a
dask/_task_spec.py:369
↓ 3 callersFunction_known
(num=50)
dask/array/tests/test_array_core.py:5850
↓ 3 callersMethod_layer
The graph layer added by this expression. Simple expressions that apply one task per partition can choose to only implement `Expr._ta
dask/_expr.py:263
↓ 3 callersFunction_nonempty_scalar
(x)
dask/dataframe/utils.py:300
↓ 3 callersFunction_parse_wrap_args
(func, args, kwargs, shape)
dask/array/wrap.py:18
↓ 3 callersFunction_plan
(old_chunks, new_chunks, itemsize=1, block_size_limit=1e7, threshold=4)
dask/array/tests/test_rechunk.py:409
↓ 3 callersMethod_postprocess_series_squeeze
(self, result)
dask/dataframe/dask_expr/_groupby.py:1714
↓ 3 callersFunction_process_kwargs
(partitioning=None, **kwargs)
dask/dataframe/io/parquet/arrow.py:350
↓ 3 callersFunction_register_accessor
(name, cls)
dask/dataframe/accessor.py:88
↓ 3 callersFunction_register_command_ep
Add `entry_point` command to `interface`. Parameters ---------- interface : click.Command or click.Group The click interface to a
dask/cli.py:163
↓ 3 callersFunction_remove_overlap_boundaries
(l, r, axis, depth)
dask/array/overlap.py:275
↓ 3 callersFunction_remove_overlap_boundaries
(l, r, axis, depth)
dask/array/_array_expr/_overlap.py:289
↓ 3 callersFunction_rng_from_bitgen
(bitgen)
dask/array/random.py:781
↓ 3 callersFunction_rng_from_bitgen
(bitgen)
dask/array/_array_expr/random.py:755
↓ 3 callersFunction_scalar_from_dtype
(dtype)
dask/dataframe/utils.py:288
↓ 3 callersFunction_should_delegate
Check whether Dask should delegate to the other. This implementation follows NEP-13: https://numpy.org/neps/nep-0013-ufunc-overrides.html#beha
dask/array/core.py:207
↓ 3 callersFunction_slice_1d
Returns a dict of {blocknum: slice} This function figures out where each slice should start in each block for a single dimension. If the slic
dask/array/slicing.py:378
↓ 3 callersFunction_tree_reduce
Perform the tree reduction step of a reduction. Lower level, users should use ``reduction`` or ``arg_reduction`` directly.
dask/array/_reductions_generic.py:215
↓ 3 callersFunction_ttest_finish
Common code between all 3 t-test functions.
dask/array/stats.py:456
↓ 3 callersMethod_validate_axis
(cls, axis=0, numeric_axis: bool = True)
dask/dataframe/dask_expr/_collection.py:3273
↓ 3 callersMethod_warn_if_no_meta
(self, meta, method="apply")
dask/dataframe/dask_expr/_groupby.py:1963
↓ 3 callersMethodaccumulate
Repeatedly apply binary function to a sequence, accumulating results. This assumes that the bag is ordered. While this is typically the case
dask/bag/core.py:1700
↓ 3 callersMethodacquire
(self)
dask/dataframe/io/utils.py:250
↓ 3 callersMethodacquire
(self, blocking=True, timeout=-1)
dask/array/tests/test_array_core.py:2841
↓ 3 callersMethodadd_suffix
(self, suffix, axis=None)
dask/dataframe/dask_expr/_collection.py:3687
↓ 3 callersMethodapply
(self, func)
dask/bag/core.py:430
↓ 3 callersMethodapply
Parallel version of pandas.DataFrame.apply This mimics the pandas version except for the following: 1. Only ``axis=1`` is supported
dask/dataframe/dask_expr/_collection.py:3184
↓ 3 callersMethodargmax
Return indices of the maximum values along the given axis. Refer to :func:`dask.array.argmax` for full documentation. See Also
dask/array/core.py:2574
↓ 3 callersFunctionargs
Get the arguments for the current task
dask/rewrite.py:19
↓ 3 callersMethodas_known
Ensure the categories in this series are known. If the categories are known, this is a no-op. If unknown, the categories are computed
dask/dataframe/dask_expr/_categorical.py:64
↓ 3 callersFunctionassert_no_common_keys
(a, b, omit=None, *, layers: bool)
dask/tests/test_graph_manipulation.py:38
↓ 3 callersFunctionassert_series_map_dtype
Test that Series.map() behaves identically in Pandas and Dask when `func` is a Series, and that Dask's behaviour is coherent in the edge cases
dask/dataframe/tests/test_map.py:166
↓ 3 callersMethodastype
(self, dtypes)
dask/dataframe/dask_expr/_collection.py:1916
↓ 3 callersFunctionbatched
(iterable, n, *, strict=False)
dask/_task_spec.py:96
↓ 3 callersFunctionbind
Make ``children`` collection(s), optionally omitting sub-collections, dependent on ``parents`` collection(s). Two examples follow. The f
dask/graph_manipulation.py:210
↓ 3 callersFunctionblock
Assemble an nd-array from nested lists of blocks. Blocks in the innermost lists are concatenated along the last dimension (-1), then the
dask/array/core.py:4452
↓ 3 callersFunctioncall
(df, arg)
dask/dataframe/tests/test_accessors.py:241
← previousnext →601–700 of 9,157, ranked by callers