MCPcopy Create free account

hub / github.com/dask/dask / functions

Functions9,157 in github.com/dask/dask

↓ 1 callersFunctionformat_index
(index)
dask/array/core.py:4553
↓ 1 callersFunctionformat_time
Format seconds into a human readable form. >>> format_time(10.4) # doctest: +SKIP '10.4s' >>> format_time(1000.4) # doctest: +SKIP
dask/diagnostics/progress.py:14
↓ 1 callersFunctionfromKey
* Convert YAML style key to environment variable style key * * @param {string} str - YAML style key * @return {string} Environment variable style k
docs/source/_static/config_converter.js:268
↓ 1 callersMethodfrom_collection
(collection, optimize_graph=True)
dask/_expr.py:994
↓ 1 callersFunctionfrom_dask_array
Create a Dask DataFrame from a Dask Array. Converts a 2d array into a DataFrame and a 1d array into a Series. Parameters ----------
dask/dataframe/io/io.py:102
↓ 1 callersFunctionfrom_graph
(layer, _meta, chunks, keys, name_prefix)
dask/array/_array_expr/_collection.py:682
↓ 1 callersFunctionfull
(shape, fill_value, *args, **kwargs)
dask/array/wrap.py:213
↓ 1 callersFunctionfull
(shape, fill_value, *args, **kwargs)
dask/array/_array_expr/_creation.py:461
↓ 1 callersFunctionfull_like
Return a full array with the same shape and type as a given array. Parameters ---------- a : array_like The shape and data-t
dask/array/creation.py:232
↓ 1 callersFunctionfull_like
Return a full array with the same shape and type as a given array. Parameters ---------- a : array_like The shape and data-t
dask/array/_array_expr/_creation.py:476
↓ 1 callersFunctionfunc
(x)
dask/tests/test_tokenize.py:411
↓ 1 callersMethodfunc
(self)
dask/utils.py:1218
↓ 1 callersFunctionfunc2
(path, columns)
dask/dataframe/dask_expr/io/tests/test_io.py:366
↓ 1 callersFunctionfunc3
(*args, **kwargs)
dask/tests/test_task_spec.py:56
↓ 1 callersMethodfuse
Fuse a set of tasks into a single task. The tasks are fused into a single task that will execute the tasks in a subgraph. The interna
dask/_task_spec.py:449
↓ 1 callersFunctionfuse_linear
Return new dask graph with linear sequence of tasks fused together. If specified, the keys in ``keys`` keyword argument are *not* fused. Supp
dask/optimization.py:86
↓ 1 callersFunctionfuse_roots
Fuse nearby layers if they don't have dependencies Often Blockwise sections of the graph fill out all of the computation except for the
dask/blockwise.py:1514
↓ 1 callersFunctiong
()
dask/tests/test_tokenize.py:528
↓ 1 callersFunctiong
(x, y, res)
dask/array/tests/test_gufunc.py:623
↓ 1 callersMethodg
(cls)
dask/tests/test_tokenize.py:482
↓ 1 callersMethodgamma
(self, shape, scale=1.0, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:157
↓ 1 callersFunctiongenerate_raw_partd_file
(compression)
dask/dataframe/tests/test_shuffle.py:873
↓ 1 callersMethodgeometric
(self, p, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:163
↓ 1 callersFunctionget_all_slots
(obj)
dask/tests/test_task_spec.py:252
↓ 1 callersFunctionget_annotations
Get current annotations. Returns ------- Dict of all current annotations See Also -------- annotate
dask/base.py:75
↓ 1 callersMethodget_columns
(self)
dask/dataframe/dask_expr/_interchange.py:28
↓ 1 callersFunctionget_dummies
Convert categorical variable into dummy/indicator variables. Data must have category dtype to infer result's ``columns``. Parameters
dask/dataframe/dask_expr/_dummies.py:12
↓ 1 callersFunctionget_pad_shapes_chunks
Helper function for finding shapes and chunks of end pads.
dask/array/creation.py:973
↓ 1 callersFunctionget_shifted_sum_arg
(overlap)
dask/dataframe/dask_expr/tests/test_map_partitions_overlap.py:281
↓ 1 callersFunctionget_shifted_sum_arg
(overlap)
dask/dataframe/tests/test_rolling.py:112
↓ 1 callersFunctionget_target
()
dask/order.py:430
↓ 1 callersFunctionget_version
(module: types.ModuleType)
dask/_compatibility.py:42
↓ 1 callersFunctionget_worker_plugin
()
dask/dataframe/dask_expr/diagnostics/_analyze_plugin.py:120
↓ 1 callersFunctiongetdata
(a)
dask/array/ma.py:110
↓ 1 callersFunctiongroupby_disk
(b, grouper, npartitions=None, blocksize=2**20)
dask/bag/core.py:2474
↓ 1 callersFunctiongroupby_tasks
(b, grouper, hash=lambda x: int(tokenize(x), 16), max_branch=32)
dask/bag/core.py:2384
↓ 1 callersMethodgumbel
(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:167
↓ 1 callersFunctionhandle_out
Handle out parameters If out is a dask.DataFrame, dask.Series or dask.Scalar then this overwrites the contents of it with the result. The met
dask/dataframe/dask_expr/_collection.py:6429
↓ 1 callersFunctionhas_sub_tasks
Returns True if the task has sub tasks
dask/dot.py:43
↓ 1 callersMethodhas_subgraph
(self)
dask/_task_spec.py:688
↓ 1 callersFunctionhistogramdd
Blocked variant of :func:`numpy.histogramdd`. Chunking of the input data (``sample``) is only allowed along the 0th (row) axis (the axis corr
dask/array/routines.py:1182
↓ 1 callersFunctionhlg_layer
Get the first layer from a HighLevelGraph whose name starts with a prefix
dask/utils_test.py:141
↓ 1 callersFunctionhomogeneous_deepmap
(func, seq)
dask/utils.py:291
↓ 1 callersFunctionhstack
(tup, allow_unknown_chunksizes=False)
dask/array/routines.py:142
↓ 1 callersMethodhypergeometric
(self, ngood, nbad, nsample, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:173
↓ 1 callersMethodidxmax
(self, *args, **kwargs)
dask/dataframe/dask_expr/_collection.py:4825
↓ 1 callersFunctionidxmaxmin_combine
(x, fn=None, skipna=True)
dask/dataframe/core.py:348
↓ 1 callersMethodidxmin
(self, *args, **kwargs)
dask/dataframe/dask_expr/_collection.py:4828
↓ 1 callersFunctionignore_warning
Expand docstring by adding disclaimer and extra text
dask/utils.py:844
↓ 1 callersFunctioninc
(x)
docs/source/dashboard-progress-script.py:14
↓ 1 callersFunctionindex_summary
Summarized representation of an Index.
dask/dataframe/utils.py:410
↓ 1 callersFunctionindices
Implements NumPy's ``indices`` for Dask Arrays. Generates a grid of indices covering the dimensions provided. The final array has the s
dask/array/creation.py:509
↓ 1 callersFunctioninds
(i, ind, depth)
dask/layers.py:284
↓ 1 callersMethodinitialize_write
Perform engine-specific initialization steps for this dataset Parameters ---------- df: dask.dataframe.DataFrame fs:
dask/dataframe/io/parquet/utils.py:149
↓ 1 callersFunctioninject_analyze
(expr: Expr, id: str, injected: dict)
dask/dataframe/dask_expr/diagnostics/_analyze.py:26
↓ 1 callersFunctioninlinable
(key, task)
dask/optimization.py:345
↓ 1 callersFunctioninterleave_none
>>> interleave_none([0, None, 2, None], [1, 3]) (0, 1, 2, 3)
dask/array/core.py:5768
↓ 1 callersFunctioninterpret_value
(value: str)
dask/config.py:280
↓ 1 callersFunctioninterrupt_main
()
dask/tests/test_threaded.py:178
↓ 1 callersFunctionisObject
docs/source/_static/config_converter.js:283
↓ 1 callersFunctionis_broadcastable
This Series is broadcastable against another dataframe in the sequence
dask/dataframe/dask_expr/_expr.py:3185
↓ 1 callersFunctionis_float_na_dtype
(t)
dask/dataframe/utils.py:77
↓ 1 callersFunctionis_integer
>>> is_integer(6) True >>> is_integer(42.0) True >>> is_integer('abc') False
dask/utils.py:566
↓ 1 callersFunctionis_integer_na_dtype
(t)
dask/dataframe/utils.py:62
↓ 1 callersFunctionis_object_string_dataframe
(x)
dask/dataframe/_pyarrow.py:42
↓ 1 callersFunctionis_unknown
(dim)
dask/array/rechunk.py:183
↓ 1 callersFunctionis_valid_blockwise_op
(expr)
dask/dataframe/dask_expr/_expr.py:3248
↓ 1 callersFunctionisclose
(arr1, arr2, rtol=1e-5, atol=1e-8, equal_nan=False)
dask/array/routines.py:2098
↓ 1 callersFunctioniseven
(x)
dask/bag/tests/test_bag.py:49
↓ 1 callersFunctionisna
(arg)
dask/dataframe/dask_expr/_collection.py:6384
↓ 1 callersFunctionisnull
pandas.isnull for dask arrays
dask/array/routines.py:2084
↓ 1 callersFunctionkey
(s)
dask/tests/test_delayed.py:739
↓ 1 callersFunctionkeyname
>>> keyname('x', 3, [None, None, 0, 2]) ('x', 3, 0, 2)
dask/array/core.py:5788
↓ 1 callersMethodkeys
(*args)
dask/layers.py:189
↓ 1 callersFunctionkurtosis
(a, axis=0, fisher=True, bias=True, nan_policy="propagate")
dask/array/stats.py:295
↓ 1 callersFunctionkurtosistest
(a, axis=0, nan_policy="propagate")
dask/array/stats.py:325
↓ 1 callersFunctionlabel
(x)
dask/base.py:926
↓ 1 callersMethodlaplace
(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:209
↓ 1 callersMethodlayer_info_dict
(self)
dask/highlevelgraph.py:311
↓ 1 callersFunctionloc
.loc for known divisions
dask/dataframe/methods.py:43
↓ 1 callersFunctionlocal_callbacks
Allows callbacks to work with nested schedulers. Callbacks will only be used by the first started scheduler they encounter. This means that o
dask/callbacks.py:95
↓ 1 callersMethodlogistic
(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:215
↓ 1 callersMethodlognormal
(self, mean=0.0, sigma=1.0, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:221
↓ 1 callersMethodlogseries
(self, p, size=None, chunks="auto", **kwargs)
dask/array/_array_expr/random.py:227
↓ 1 callersMethodlower_once
(self, lowered: dict)
dask/_expr.py:468
↓ 1 callersFunctionlu
Compute the lu decomposition of a matrix. Examples -------- >>> p, l, u = da.linalg.lu(x) # doctest: +SKIP Returns ------
dask/array/linalg.py:978
↓ 1 callersFunctionmain
()
dask/__main__.py:6
↓ 1 callersFunctionmain
()
dask/tests/test_distributed.py:790
↓ 1 callersFunctionmakeDateIndex
(k=30, freq="B")
dask/_pandas_compat.py:68
↓ 1 callersFunctionmakeTimeDataFrame
()
dask/_pandas_compat.py:58
↓ 1 callersFunctionmake_df
(n)
dask/dataframe/tests/test_dataframe.py:4460
↓ 1 callersFunctionmake_partition
(columns: list, dtypes: dict[str, type | str], index, kwargs, state)
dask/dataframe/io/demo.py:328
↓ 1 callersFunctionmake_random_string
(n, rstate, length: int = 25)
dask/dataframe/io/demo.py:217
↓ 1 callersFunctionmake_reader
(reader, reader_name, file_type)
dask/dataframe/io/csv.py:714
↓ 1 callersMethodmap
(self, func, na_action=None, meta=None)
dask/dataframe/dask_expr/_collection.py:3114
↓ 1 callersFunctionmap_partitions
Apply a function to every partition across one or more bags. Note that all ``Bag`` arguments must be partitioned identically. Parameters
dask/bag/core.py:2244
↓ 1 callersMethodmap_reduce
Iterate over the nested list, applying: * ``f_map`` (T -> U) to items * ``f_reduce`` (Iterable[U] -> U) to mapped items
dask/array/numpy_compat.py:83
↓ 1 callersFunctionmax_depth_by_deps
(key)
dask/dataframe/io/tests/test_hdf.py:329
↓ 1 callersFunctionmaximum
(x, y=0)
dask/bag/tests/test_bag.py:491
↓ 1 callersMethodmean
(self, *args, **kwargs)
dask/dataframe/dask_expr/_collection.py:4816
← previousnext →1,701–1,800 of 9,157, ranked by callers