MCPcopy Create free account

hub / github.com/dask/dask / types & classes

Types & classes699 in github.com/dask/dask

↓ 328 callersClassset
Temporarily set configuration values within a context manager Parameters ---------- arg : mapping or None, optional A mapping of
dask/config.py:373
↓ 140 callersClassTask
dask/_task_spec.py:627
↓ 86 callersClassTaskRef
dask/_task_spec.py:333
↓ 62 callersClassArray
Parallel Dask Array A parallel nd-array comprised of many numpy arrays arranged in a grid. This constructor is for advanced uses only. For
dask/array/core.py:1302
↓ 31 callersClassDataNode
dask/_task_spec.py:566
↓ 31 callersClassHighLevelGraph
Task graph composed of layers of dependent subgraphs This object encodes a Dask task graph that is composed of layers of dependent subgraphs,
dask/highlevelgraph.py:364
↓ 26 callersClassAlias
dask/_task_spec.py:503
↓ 20 callersClassList
dask/_task_spec.py:908
↓ 19 callersClassDelayed
Represents a value to be computed by dask. Equivalent to the output from a single key in a dask graph.
dask/delayed.py:673
↓ 17 callersClassBag
Parallel collection of Python objects Examples -------- Create Bag from sequence >>> import dask.bag as db >>> b = db.from_seque
dask/bag/core.py:454
↓ 13 callersClassMaterializedLayer
Fully materialized layer of `Layer` Parameters ---------- mapping: Mapping The mapping between keys and tasks, typically a dask g
dask/highlevelgraph.py:328
↓ 13 callersClassRepartition
Abstract repartitioning expression
dask/dataframe/dask_expr/_repartition.py:29
↓ 12 callersClassProjection
Column Selection
dask/dataframe/dask_expr/_expr.py:2153
↓ 11 callersClassDispatch
Simple single dispatch.
dask/utils.py:709
↓ 10 callersClassDependenciesMapping
dask/_task_spec.py:988
↓ 9 callersClassDict
dask/_task_spec.py:920
↓ 9 callersClassLen
dask/dataframe/dask_expr/_reductions.py:1050
↓ 9 callersClassProgressBar
A progress bar for dask. Parameters ---------- minimum : int, optional Minimum time threshold in seconds before displaying a prog
dask/diagnostics/progress.py:32
↓ 9 callersClassTuple
dask/tests/test_base.py:233
↓ 8 callersClassC
dask/tests/test_tokenize.py:306
↓ 8 callersClassColumnSpec
Encapsulates properties of a family of columns with the same dtype. Different method can be specified for integer dtype ("poisson", "uniform",
dask/dataframe/io/demo.py:37
↓ 8 callersClassDatasetSpec
Defines a dataset with random data, such as which columns and data types to generate Notes ----- This API is still experimental, and will
dask/dataframe/io/demo.py:124
↓ 7 callersClassHLGExpr
dask/_expr.py:973
↓ 7 callersClassSerializableLock
A Serializable per-process Lock This wraps a normal ``threading.Lock`` object and satisfies the same interface. However, this lock can also
dask/utils.py:1285
↓ 7 callersClass_ExprSequence
A sequence of expressions This is used to be able to optimize multiple collections combined, e.g. when being computed simultaneously with ``d
dask/_expr.py:1194
↓ 6 callersClassAssign
Column Assignment
dask/dataframe/dask_expr/_expr.py:1957
↓ 6 callersClassPartitions
Select one or more partitions
dask/dataframe/dask_expr/_expr.py:2997
↓ 6 callersClassitemgetter
Variant of operator.itemgetter that supports equality tests
dask/utils.py:1246
↓ 5 callersClassCache
Use cache for computation Examples -------- >>> cache = Cache(1e9) # doctest: +SKIP The cache can be used locally as a context man
dask/cache.py:12
↓ 5 callersClassCallback
Base class for using the callback mechanism Create a callback with functions of the following signatures: >>> def start(dsk): ... pa
dask/callbacks.py:10
↓ 5 callersClassFoo
dask/tests/test_tokenize.py:685
↓ 5 callersClassNFirst
dask/dataframe/dask_expr/_reductions.py:1384
↓ 5 callersClassNLast
dask/dataframe/dask_expr/_reductions.py:1395
↓ 5 callersClassRearrangeByColumn
dask/dataframe/dask_expr/_shuffle.py:239
↓ 5 callersClassTraverser
Traverser interface for tasks. Class for storing the state while performing a preorder-traversal of a task. Parameters ----------
dask/rewrite.py:30
↓ 4 callersClassADataClass
dask/tests/test_delayed.py:143
↓ 4 callersClassBlockwise
Tensor Operation This is a lazily constructed mapping for tensor operation graphs. This defines a dictionary using an operation and an indexi
dask/blockwise.py:465
↓ 4 callersClassFilter
dask/dataframe/dask_expr/_expr.py:2101
↓ 4 callersClassIndex
Column Selection
dask/dataframe/dask_expr/_expr.py:2228
↓ 4 callersClassItem
dask/bag/core.py:366
↓ 4 callersClassMapPartitions
dask/dataframe/dask_expr/_expr.py:648
↓ 4 callersClassMerge
Merge / join two dataframes This is an abstract class. It will be transformed into a concrete implementation before graph construction.
dask/dataframe/dask_expr/_merge.py:54
↓ 4 callersClassMyCallback
dask/tests/test_callbacks.py:14
↓ 4 callersClassRandom
dask/array/_array_expr/random.py:885
↓ 4 callersClassResourceProfiler
A profiler for resource use. Records the following each timestep 1. Time in seconds since the epoch 2. Memory usage in MB
dask/diagnostics/profile.py:122
↓ 4 callersClassSetIndexBlockwise
dask/dataframe/dask_expr/_shuffle.py:1286
↓ 4 callersClassToFrame
dask/dataframe/dask_expr/_expr.py:1749
↓ 4 callersClass_BackendData
Helper class to wrap backend data The primary purpose of this class is to provide caching outside the ``FromPandas`` class.
dask/dataframe/dask_expr/_util.py:115
↓ 3 callersClassArrayChunkShapeDep
Produce chunk shapes given a chunk index
dask/layers.py:71
↓ 3 callersClassArraySliceDep
Produce slice(s) into the full-sized array given a chunk index
dask/layers.py:78
↓ 3 callersClassArrowStringConversion
dask/dataframe/dask_expr/_expr.py:1505
↓ 3 callersClassAttributeNotImplementedError
NotImplementedError and AttributeError
dask/dataframe/utils.py:727
↓ 3 callersClassBlockwise
dask/array/_array_expr/_blockwise.py:28
↓ 3 callersClassCacheProfiler
A profiler for dask execution at the scheduler cache level. Records the following information for each task: 1. Key 2. Task
dask/diagnostics/profile.py:298
↓ 3 callersClassCounterLock
dask/array/tests/test_array_core.py:2329
↓ 3 callersClassCreationDispatch
Simple backend dispatch for collection-creation functions
dask/backends.py:53
↓ 3 callersClassGetCategories
dask/dataframe/dask_expr/_categorical.py:189
↓ 3 callersClassLRU
Limited size mapping, evicting the least recently looked-up key when full
dask/dataframe/dask_expr/_util.py:96
↓ 3 callersClassLengths
Returns a tuple of partition lengths
dask/dataframe/dask_expr/_expr.py:2348
↓ 3 callersClassNodeCounter
dask/tests/test_graph_manipulation.py:25
↓ 3 callersClassNotThisMethod
Exception raised if a method is not valid for the current scenario.
dask/_version.py:62
↓ 3 callersClassNotThisMethod
Exception raised if a method is not valid for the current scenario.
dask/dataframe/dask_expr/_version.py:62
↓ 3 callersClassPropertyMap
dask/dataframe/dask_expr/_accessor.py:82
↓ 3 callersClassRepartitionDivisions
Repartition to specific divisions
dask/dataframe/dask_expr/_repartition.py:245
↓ 3 callersClassResetIndex
Reset the index of a Series or DataFrame
dask/dataframe/dask_expr/_expr.py:2375
↓ 3 callersClassShuffle
Abstract shuffle class Parameters ---------- frame: Expr The DataFrame-like expression to shuffle. partitioning_index: str, l
dask/dataframe/dask_expr/_shuffle.py:178
↓ 3 callersClass_HLGExprSequence
dask/_expr.py:1090
↓ 3 callersClassliteral
A small serializable object to wrap literal values without copying
dask/core.py:504
↓ 3 callersClassmaybe_buffered_partd
If serialized, will return non-buffered partd. Otherwise returns a buffered partd
dask/dataframe/shuffle.py:16
↓ 3 callersClassmethodcaller
Return a callable object that calls the given method on its operand. Unlike the builtin `operator.methodcaller`, instances of this class are
dask/utils.py:1209
↓ 3 callersClassshorten_traceback
Context manager that removes irrelevant stack elements from traceback. * omits frames from modules that match `admin.traceback.shorten` * alw
dask/utils.py:2253
↓ 3 callersClassufunc
dask/array/ufunc.py:73
↓ 2 callersClassA
dask/tests/test_tokenize.py:90
↓ 2 callersClassAdd
dask/dataframe/dask_expr/_expr.py:2786
↓ 2 callersClassAggregate
Partition-wise aggregation component of `ApplyConcatApply` This class is used within `ApplyConcatApply._lower`. See Also -------- App
dask/dataframe/dask_expr/_reductions.py:90
↓ 2 callersClassAnd
dask/dataframe/dask_expr/_expr.py:2933
↓ 2 callersClassArray
dask/array/_array_expr/_collection.py:35
↓ 2 callersClassArrayBlockIdDep
dask/layers.py:92
↓ 2 callersClassArrayOverlapLayer
Simple HighLevelGraph array overlap layer. Lazily computed High-level graph layer for a array overlap operations. Parameters ----------
dask/layers.py:124
↓ 2 callersClassArrayValuesDep
dask/layers.py:100
↓ 2 callersClassAsType
A good example of writing a trivial blockwise operation
dask/dataframe/dask_expr/_expr.py:1597
↓ 2 callersClassBlockView
An array-like interface to the blocks of an array. ``BlockView`` provides an array-like interface to the blocks of a dask array. Numpy-style
dask/array/core.py:5969
↓ 2 callersClassBlockwiseDepDict
Dictionary-based Blockwise-IO argument This is a dictionary-backed instance of ``BlockwiseDep``. The purpose of this class is to simplify the
dask/blockwise.py:81
↓ 2 callersClassC
dask/tests/test_core.py:38
↓ 2 callersClassCachedAccessor
Custom property-like object (descriptor) for caching accessors. Parameters ---------- name : str The namespace this will be
dask/dataframe/accessor.py:57
↓ 2 callersClassCategorize
dask/dataframe/dask_expr/_categorical.py:168
↓ 2 callersClassDiv
dask/dataframe/dask_expr/_expr.py:2828
↓ 2 callersClassDoubleOutputs
dask/array/_array_expr/_ufunc.py:299
↓ 2 callersClassDropDuplicates
dask/dataframe/dask_expr/_reductions.py:610
↓ 2 callersClassDropnaSeries
dask/dataframe/dask_expr/_expr.py:1220
↓ 2 callersClassDummyCollection
dask/tests/test_base.py:54
↓ 2 callersClassEncapsulateNDArray
A class that "mocks" ndarray by encapsulating an ndarray and using protocols to "look like" an ndarray. Basically tests whether Dask work
dask/array/tests/test_dispatch.py:41
↓ 2 callersClassExprA
dask/dataframe/dask_expr/tests/test_core.py:24
↓ 2 callersClassFillnaCheck
dask/dataframe/dask_expr/_expr.py:3367
↓ 2 callersClassFinalizeCompute
dask/_expr.py:1279
↓ 2 callersClassFloorDiv
dask/dataframe/dask_expr/_expr.py:2953
↓ 2 callersClassFragmentWrapper
dask/dataframe/dask_expr/io/parquet.py:115
↓ 2 callersClassFromPandas
The only way today to get a real dataframe
dask/dataframe/dask_expr/io/io.py:407
↓ 2 callersClassGE
dask/dataframe/dask_expr/_expr.py:2918
↓ 2 callersClassGT
dask/dataframe/dask_expr/_expr.py:2913
next →1–100 of 699, ranked by callers