Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ functions
Functions
9,157 in github.com/dask/dask
⨍
Functions
9,157
◇
Types & classes
716
↳
Endpoints
78
↓ 7 callers
Function
unpack_collections
Normalize a python object and merge all sub-graphs. - Replace ``Delayed`` with their keys - Convert literals to things the schedulers can han
dask/delayed.py:115
↓ 6 callers
Function
BOKEH_VERSION
()
dask/diagnostics/profile_visualize.py:16
↓ 6 callers
Method
_comparison_op
(self, expr_cls, other, level, axis)
dask/dataframe/dask_expr/_collection.py:3733
↓ 6 callers
Method
_comparison_op
(self, expr_cls, other, level, fill_value, axis)
dask/dataframe/dask_expr/_collection.py:4246
↓ 6 callers
Function
_cupy
(strict=True)
dask/array/cupy_entry_point.py:10
↓ 6 callers
Method
_divisions
(self)
dask/dataframe/dask_expr/_expr.py:1885
↓ 6 callers
Function
_get_partitions
(obj, keys)
dask/dataframe/dask_expr/_indexing.py:448
↓ 6 callers
Function
_make_blockwise_graph
( task, output, out_indices, *arrind_pairs, numblocks=None, concatenate=None, new_
dask/blockwise.py:914
↓ 6 callers
Function
_numpy_and_dask_inputs
(input_sigs)
dask/array/tests/test_routines.py:2498
↓ 6 callers
Function
_validate_axis
(axis=0, none_is_zero: bool = True)
dask/dataframe/dask_expr/_util.py:56
↓ 6 callers
Function
agg
(grp, **kwargs)
dask/dataframe/tests/test_groupby.py:2820
↓ 6 callers
Function
canonical_name
Return the canonical name for a key. Handles user choice of '-' or '_' conventions by standardizing on whichever version was set first. If a
dask/config.py:60
↓ 6 callers
Function
check_bar_completed
(capsys, width=40)
dask/diagnostics/tests/test_progress.py:16
↓ 6 callers
Function
checkpoint
Build a :doc:`delayed` which waits until all chunks of the input collection(s) have been computed before returning None. Parameters -----
dask/graph_manipulation.py:32
↓ 6 callers
Method
choice
( self, a, size=None, replace=True, p=None, axis=0, sh
dask/array/_array_expr/random.py:119
↓ 6 callers
Function
concatenate
Concatenate arrays along an existing axis Given a sequence of dask Arrays form a new dask Array by stacking them along an existing dimen
dask/array/_array_expr/_collection.py:1466
↓ 6 callers
Method
conj
Complex-conjugate all elements. Refer to :func:`dask.array.conj` for full documentation. See Also -------- dask.arra
dask/array/core.py:2848
↓ 6 callers
Function
convert_and_verify_keys
(dsk)
dask/tests/test_task_spec.py:34
↓ 6 callers
Method
cumprod
(self, skipna=True)
dask/dataframe/dask_expr/_expr.py:342
↓ 6 callers
Function
cumreduction
Generic function for cumulative reduction Parameters ---------- func: callable Cumulative function like np.cumsum or np.cumprod
dask/array/reductions.py:1157
↓ 6 callers
Function
derived_from
Decorator to attach original class's docstring to the wrapped method. The output structure will be: top line of docstring, disclaimer about this
dask/utils.py:961
↓ 6 callers
Function
f
(seq)
dask/tests/test_delayed.py:386
↓ 6 callers
Method
fuse
(self)
dask/dataframe/dask_expr/_expr.py:509
↓ 6 callers
Function
get
Get elements from global config If ``override_with`` is not None this value will be passed straight back. Useful for getting kwarg defau
dask/config.py:604
↓ 6 callers
Function
get_collection_names
Infer the collection names from the dask keys, under the assumption that all keys are either tuples with matching first element, and that element
dask/base.py:1331
↓ 6 callers
Function
get_default_shuffle_method
()
dask/utils.py:2222
↓ 6 callers
Method
idxmin
(self, skipna=True, numeric_only=False, split_every=False)
dask/dataframe/dask_expr/_expr.py:318
↓ 6 callers
Function
is_cupy_type
(x)
dask/utils.py:1548
↓ 6 callers
Function
map_blocks
Map a function across all blocks of a dask array. Note that ``map_blocks`` will attempt to automatically determine the output array type by c
dask/array/core.py:551
↓ 6 callers
Function
map_partitions
Apply Python function on each DataFrame partition. Parameters ---------- func : function Function applied to each partition.
dask/dataframe/dask_expr/_collection.py:6166
↓ 6 callers
Method
mask
(self, cond, other=np.nan)
dask/dataframe/dask_expr/_expr.py:390
↓ 6 callers
Method
median
(self)
dask/dataframe/tseries/resample.py:357
↓ 6 callers
Method
median
( self, split_every=None, split_out=True, shuffle_method=None, numeric_only=False )
dask/dataframe/dask_expr/_groupby.py:2118
↓ 6 callers
Method
operation
(df, columns, errors)
dask/dataframe/dask_expr/_expr.py:1957
↓ 6 callers
Method
optimize
Optimizes the DataFrame. Runs the optimizer with all steps over the DataFrame and wraps the result in a new DataFrame collection. Onl
dask/dataframe/dask_expr/_collection.py:562
↓ 6 callers
Function
optimize_blockwise
High level optimization of stacked Blockwise layers For operations that have multiple Blockwise operations one after the other, like ``x.T +
dask/blockwise.py:1077
↓ 6 callers
Method
outer
(self, A, B, **kwargs)
dask/array/_array_expr/_ufunc.py:125
↓ 6 callers
Function
parse_input
Tokenize user input into GraphNode objects Note: This is similar to `convert_legacy_task` but does not - compare any values to a global set o
dask/_task_spec.py:117
↓ 6 callers
Function
partitioning_index
Computes a deterministic index mapping each record to a partition. Identical rows are mapped to the same partition. Parameters ----
dask/dataframe/shuffle.py:69
↓ 6 callers
Method
persist
(self, fuse=True, **kwargs)
dask/dataframe/dask_expr/_collection.py:464
↓ 6 callers
Method
quantile
Approximate row-wise and precise column-wise quantiles of DataFrame Parameters ---------- q : list/array of floats, default 0
dask/dataframe/dask_expr/_collection.py:3827
↓ 6 callers
Method
random_sample
Return elements from bag with probability of ``prob``. Parameters ---------- prob : float A float between 0 and 1
dask/bag/core.py:674
↓ 6 callers
Function
read_sql_query
Read SQL query into a DataFrame. If neither ``divisions`` or ``npartitions`` is given, the memory footprint of the first few rows will b
dask/dataframe/io/sql.py:17
↓ 6 callers
Function
repack
(results)
dask/base.py:587
↓ 6 callers
Method
round
(self, decimals=0)
dask/dataframe/dask_expr/_expr.py:382
↓ 6 callers
Method
sem
(self)
dask/dataframe/tseries/resample.py:369
↓ 6 callers
Function
svd_flip
Sign correction to ensure deterministic output from SVD. This function is useful for orienting eigenvectors such that they all lie in a share
dask/array/utils.py:527
↓ 6 callers
Function
text_blocks_to_pandas
Convert blocks of bytes to a dask.dataframe This accepts a list of lists of values of bytes where each list corresponds to one file, and the
dask/dataframe/io/csv.py:180
↓ 6 callers
Method
to_string
(self, max_rows=5)
dask/dataframe/dask_expr/_collection.py:4633
↓ 6 callers
Method
to_svg
Convert chunks from Dask Array into an SVG Image Parameters ---------- chunks: tuple size: int Rough size
dask/array/core.py:1792
↓ 6 callers
Function
tsqr
Direct Tall-and-Skinny QR algorithm As presented in: A. Benson, D. Gleich, and J. Demmel. Direct QR factorizations for tall-and-
dask/array/linalg.py:60
↓ 6 callers
Method
validate
(self)
dask/highlevelgraph.py:818
↓ 6 callers
Method
var
(self, axis=0, skipna=True, ddof=1, numeric_only=False, split_every=False)
dask/dataframe/dask_expr/_expr.py:289
↓ 6 callers
Method
var
Returns the variance of the array elements, along given axis. Refer to :func:`dask.array.var` for full documentation. See Also
dask/array/core.py:2686
↓ 6 callers
Method
visualize
Visualize the profiling run in a bokeh plot. See also -------- dask.diagnostics.profile_visualize.visualize
dask/diagnostics/profile.py:99
↓ 6 callers
Function
wait
Wait until computation has finished This is a compatibility alias for ``dask.distributed.wait``. If it is applied onto Dask collections witho
dask/base.py:1316
↓ 6 callers
Function
warn
()
dask/tests/test_threaded.py:258
↓ 5 callers
Method
__dask_layers__
(self)
dask/array/core.py:1397
↓ 5 callers
Method
__dask_postpersist__
(self)
dask/bag/core.py:510
↓ 5 callers
Function
_array_expr_enabled
()
dask/array/__init__.py:11
↓ 5 callers
Function
_calculate_new_chunksizes
( input_chunks, new_chunks, changeable_dimensions: set, maximum_chunk: int )
dask/array/_shuffle.py:95
↓ 5 callers
Function
_concatenate2
Recursively concatenate nested lists of arrays along axes Each entry in axes corresponds to each level of the nested list. The length of axe
dask/array/core.py:377
↓ 5 callers
Method
_filter_passthrough_available
(self, parent, dependents)
dask/dataframe/dask_expr/_expr.py:80
↓ 5 callers
Function
_is_local_fs
Check if an fsspec file-system is local
dask/dataframe/io/utils.py:18
↓ 5 callers
Method
_is_running
(self)
dask/diagnostics/profile.py:169
↓ 5 callers
Function
_make_agg_id
(func, column)
dask/dataframe/groupby.py:609
↓ 5 callers
Function
_meta_from_array
Create empty DataFrame or Series which has correct dtype
dask/dataframe/io/io.py:24
↓ 5 callers
Method
_repr_html_
(self)
dask/array/core.py:1628
↓ 5 callers
Function
_smooth_chunks
(ileft, ii, max_in_chunk, result_inchunks)
dask/array/reshape.py:140
↓ 5 callers
Function
assert_eq_ma
(a, b)
dask/array/tests/test_masked.py:233
↓ 5 callers
Function
blockwise
Tensor operation: Generalized inner and outer products A broad class of blocked algorithms and patterns can be specified with a concise multi
dask/array/_array_expr/_collection.py:694
↓ 5 callers
Function
broadcast_dimensions
Find block dimensions from arguments Parameters ---------- argpairs : iterable name, ijk index pairs numblocks : dict
dask/blockwise.py:1444
↓ 5 callers
Method
cat
(self, others=None, sep=None, na_rep=None)
dask/dataframe/dask_expr/_str_accessor.py:106
↓ 5 callers
Method
compute_current_divisions
Compute the current divisions of the DataFrame. This method triggers immediate computation. If you find yourself running this command
dask/dataframe/dask_expr/_collection.py:2315
↓ 5 callers
Method
cull
( self, keys: set, all_hlg_keys: Iterable )
dask/blockwise.py:727
↓ 5 callers
Method
describe
Generate descriptive statistics. Dask computes percentiles (used for the ``25%``, ``50%``, and ``75%`` statistics) using an **approxi
dask/dataframe/dask_expr/_collection.py:3906
↓ 5 callers
Function
dot_graph
Render a task graph using dot. If `filename` is not None, write a file to disk with the specified name and extension. If no extension is
dask/dot.py:240
↓ 5 callers
Function
f
(df, partition_info=None)
dask/dataframe/tests/test_dataframe.py:933
↓ 5 callers
Function
f
(x, y=True)
dask/tests/test_dot.py:311
↓ 5 callers
Function
f
(x)
dask/array/tests/test_atop.py:591
↓ 5 callers
Method
finalize_compute
(self)
dask/_expr.py:83
↓ 5 callers
Method
frequencies
Count number of occurrences of each distinct element. >>> import dask.bag as db >>> b = db.from_sequence(['Alice', 'Bob', 'Alice'])
dask/bag/core.py:934
↓ 5 callers
Function
from_array
Read any sliceable array into a Dask Dataframe Uses getitem syntax to pull slices out of the array. The array need not be a NumPy array but
dask/dataframe/dask_expr/_collection.py:4969
↓ 5 callers
Function
from_delayed
Create Dask DataFrame from many Dask Delayed objects .. warning:: ``from_delayed`` should only be used if the objects that create
dask/dataframe/dask_expr/io/_delayed.py:77
↓ 5 callers
Function
from_map
Create a DataFrame collection from a custom function map. ``from_map`` is the preferred option when reading from data sources that are not na
dask/dataframe/dask_expr/_collection.py:5772
↓ 5 callers
Function
func
(df)
dask/dataframe/tests/test_groupby.py:146
↓ 5 callers
Function
fuse_slice
Fuse stacked slices together Fuse a pair of repeated slices into a single slice: >>> fuse_slice(slice(1000, 2000), slice(10, 15)) slice(
dask/array/optimization.py:222
↓ 5 callers
Method
get_all_slots
(cls)
dask/_task_spec.py:500
↓ 5 callers
Function
get_meta_library
(like)
dask/utils.py:2240
↓ 5 callers
Method
get_output_keys
(self)
dask/blockwise.py:627
↓ 5 callers
Function
get_scheduler_lock
Get an instance of the appropriate lock for a certain situation based on scheduler used.
dask/utils.py:1349
↓ 5 callers
Function
getargspec
Version of inspect.getargspec that works with partial and warps.
dask/utils.py:641
↓ 5 callers
Function
getter
(a, b, asarray=True, lock=None)
dask/array/core.py:121
↓ 5 callers
Function
hash_buffer_hex
Same as hash_buffer, but returns its result in hex-encoded form.
dask/hashing.py:94
↓ 5 callers
Function
is_categorical_dtype
(obj)
dask/dataframe/dispatch.py:79
↓ 5 callers
Function
ishashable
Is x hashable? Examples -------- >>> ishashable(1) True >>> ishashable([1]) False See Also -------- iskey
dask/core.py:18
↓ 5 callers
Function
keys_in_tasks
Returns the keys in `keys` that are also in `tasks` Examples -------- >>> inc = lambda x: x + 1 >>> add = lambda x, y: x + y >>>
dask/core.py:111
↓ 5 callers
Method
max
Maximum element
dask/bag/core.py:1081
↓ 5 callers
Function
meta_warning
Provide an informative message when the user is asked to provide metadata
dask/dataframe/core.py:410
↓ 5 callers
Method
min
Return the minimum along a given axis. Refer to :func:`dask.array.min` for full documentation. See Also -------- das
dask/array/_array_expr/_collection.py:506
← previous
next →
401–500 of 9,157, ranked by callers