MCPcopy Create free account

hub / github.com/dask/dask / functions

Functions9,157 in github.com/dask/dask

↓ 1 callersMethod__getitem__
(self, key)
dask/dataframe/dask_expr/_collection.py:4157
↓ 1 callersMethod__getnewargs__
(self)
dask/tests/test_task_spec.py:470
↓ 1 callersMethod__getnewargs_ex__
(self)
dask/tests/test_task_spec.py:480
↓ 1 callersMethod__getstate__
(self)
dask/_task_spec.py:775
↓ 1 callersMethod__init__
Initialize Layer object. Parameters ---------- annotations : Mapping[str, Any], optional By default, None.
dask/highlevelgraph.py:70
↓ 1 callersMethod__init__
(self, token: Hashable | None = None)
dask/utils.py:1314
↓ 1 callersMethod__init__
( self, obj, by, group_keys=True, sort=None, observed=None,
dask/dataframe/dask_expr/_groupby.py:1517
↓ 1 callersMethod__init__
(self)
dask/diagnostics/profile.py:60
↓ 1 callersMethod__init__
(self, nbytes: int)
dask/tests/test_task_spec.py:702
↓ 1 callersMethod__new__
(cls, a, b, c)
dask/tests/test_task_spec.py:467
↓ 1 callersMethod__reduce__
(self)
dask/dataframe/dask_expr/_util.py:138
↓ 1 callersMethod__setattr__
(self, name: str, value: Any)
dask/_expr.py:208
↓ 1 callersMethod__setattr__
(self, key, value)
dask/dataframe/dask_expr/_collection.py:3074
↓ 1 callersMethod__setitem__
(self, key: K, value: V)
dask/dataframe/dask_expr/_util.py:105
↓ 1 callersMethod__setstate__
(self, state)
dask/_task_spec.py:770
↓ 1 callersMethod__sizeof__
(self)
dask/_task_spec.py:423
↓ 1 callersMethod__wrapped__
(self)
dask/delayed.py:860
↓ 1 callersFunction_add_graphviz_node
(info, graph)
dask/dataframe/dask_expr/diagnostics/_analyze.py:111
↓ 1 callersFunction_add_graphviz_node
(explain_info, graph)
dask/dataframe/dask_expr/diagnostics/_explain.py:55
↓ 1 callersFunction_agg_finalize
( df, aggregate_funcs, finalize_funcs, level, sort=False, arg=None, columns=None,
dask/dataframe/groupby.py:1036
↓ 1 callersMethod_aggregate_files
(cls, aggregate_files, split_stripes, parts)
dask/dataframe/io/orc/arrow.py:82
↓ 1 callersFunction_aggregate_row_groups
(parts, statistics, dataset_info)
dask/dataframe/dask_expr/io/parquet.py:1542
↓ 1 callersFunction_aggregate_stats
Utility to aggregate the statistics for N row-groups into a single dictionary. Used by `Engine._construct_parts`
dask/dataframe/io/parquet/utils.py:452
↓ 1 callersFunction_align_statistics
(parts, statistics)
dask/dataframe/dask_expr/io/parquet.py:1523
↓ 1 callersFunction_analyze_info
(expr: Expr, statistics: ExpressionStatistics)
dask/dataframe/dask_expr/diagnostics/_analyze.py:158
↓ 1 callersFunction_analyze_paths
Consolidate list of file-paths into parquet relative paths Note: This function was mostly copied from dask/fastparquet to use in ArrowEngine`
dask/dataframe/io/parquet/utils.py:363
↓ 1 callersMethod_annotations_tombstone
(cls)
dask/_expr.py:553
↓ 1 callersFunction_are_dtypes_shuffle_compatible
(dtypes)
dask/dataframe/dask_expr/_expr.py:3589
↓ 1 callersFunction_assert
(a, b, *args, **kwargs)
dask/array/tests/test_reductions.py:816
↓ 1 callersMethod_assign
Assign value into a nested configuration dictionary Parameters ---------- keys : Sequence[str] The nested path of
dask/config.py:455
↓ 1 callersFunction_axis_fmt
(axis, name, ndim)
dask/array/creation.py:698
↓ 1 callersFunction_b_init
(i, j)
dask/array/linalg.py:1154
↓ 1 callersFunction_bind_method
(cls, pd_cls, attr, min_version=None)
dask/dataframe/accessor.py:12
↓ 1 callersFunction_bind_one
( child: T, blocker: Delayed | None, omit_layers: set[str], omit_keys: set[Key], seed: Has
dask/graph_manipulation.py:315
↓ 1 callersMethod_bind_operator
bind operator to this class
dask/utils.py:1421
↓ 1 callersFunction_bind_property
(cls, pd_cls, attr, min_version=None)
dask/dataframe/accessor.py:25
↓ 1 callersFunction_broadcast_any
(ar, shape, chunks)
dask/array/random.py:925
↓ 1 callersMethod_broadcast_dep
(self, dep: Expr)
dask/dataframe/dask_expr/_expr.py:3866
↓ 1 callersFunction_broadcast_trick_inner
(func, shape, meta=(), *args, **kwargs)
dask/array/wrap.py:136
↓ 1 callersFunction_build_agg_args_custom
(result_column, func, input_column)
dask/dataframe/groupby.py:941
↓ 1 callersFunction_build_agg_args_list
(result_column, func, input_column)
dask/dataframe/groupby.py:914
↓ 1 callersFunction_build_agg_args_mean
(result_column, func, input_column)
dask/dataframe/groupby.py:893
↓ 1 callersFunction_build_agg_args_simple
(result_column, func, input_column, impl_pair)
dask/dataframe/groupby.py:817
↓ 1 callersFunction_build_agg_args_single
(result_column, func, func_args, func_kwargs, input_column)
dask/dataframe/groupby.py:773
↓ 1 callersFunction_build_agg_args_std
(result_column, func, func_args, func_kwargs, input_column)
dask/dataframe/groupby.py:882
↓ 1 callersFunction_build_parts
Build the list of partition inputs and divisions for read_hdf
dask/dataframe/io/hdf.py:457
↓ 1 callersFunction_calc_lower_dimension_chunks
(chunks, start, stop)
dask/array/reshape.py:129
↓ 1 callersFunction_calculate_divisions
( frame, other, npartitions: int, ascending: bool = True, partition_size: float = 128e6,
dask/dataframe/dask_expr/_shuffle.py:1340
↓ 1 callersFunction_calculate_divisions
(statistics, dataset_info, npartitions)
dask/dataframe/dask_expr/io/parquet.py:1559
↓ 1 callersFunction_can_apply_blockwise
Return True if _map_blocks can be sped up via blockwise operations; False otherwise. FIXME this returns False for collections that wrap aroun
dask/graph_manipulation.py:119
↓ 1 callersFunction_can_fuse_annotations
Treat the special annotation keys, as fusable since we can apply simple rules to capture their intent in a fused layer.
dask/blockwise.py:1211
↓ 1 callersFunction_categorize_block
Categorize a dataframe with given categories df: DataFrame categories: dict mapping column name to iterable of categories
dask/dataframe/categorical.py:13
↓ 1 callersFunction_check_blocksize_criteria
(stat, next_stat)
dask/dataframe/io/parquet/core.py:670
↓ 1 callersFunction_check_chunks
(x, check_ndim=True, scheduler=None)
dask/array/utils.py:244
↓ 1 callersFunction_check_culling
CHeck that _partitions is set to the expected value
dask/dataframe/dask_expr/io/tests/test_io.py:213
↓ 1 callersFunction_check_dask
(dsk, check_names=True, check_dtypes=True, result=None, scheduler=None)
dask/dataframe/utils.py:430
↓ 1 callersFunction_check_dependents_are_predicates
( expr, other_names, parent: Expr, dependents, allow_reduction=True )
dask/dataframe/dask_expr/_expr.py:4063
↓ 1 callersMethod_check_for_previously_created_column
(self, child)
dask/dataframe/dask_expr/_expr.py:2045
↓ 1 callersFunction_check_row_group_criteria
(stat, next_stat)
dask/dataframe/io/parquet/core.py:662
↓ 1 callersFunction_check_task_shuffle
(q)
dask/dataframe/dask_expr/tests/test_groupby.py:999
↓ 1 callersFunction_check_warning
Conditionally check if a warning is raised
dask/utils_test.py:155
↓ 1 callersFunction_checkpoint_one
(collection, split_every)
dask/graph_manipulation.py:73
↓ 1 callersFunction_chunks_from_string
(s)
dask/array/tests/test_routines.py:2528
↓ 1 callersFunction_clean_by_expr
(obj, by)
dask/dataframe/dask_expr/_groupby.py:1328
↓ 1 callersMethod_collect_dataset_info
pyarrow.dataset version of _collect_dataset_info Use pyarrow.dataset API to construct a dictionary of all general information needed t
dask/dataframe/io/parquet/arrow.py:903
↓ 1 callersMethod_collect_file_parts
( cls, files_or_frags, dataset_info_kwargs, )
dask/dataframe/io/parquet/arrow.py:1429
↓ 1 callersFunction_collect_pq_statistics
Collect Parquet statistic for dataset paths
dask/dataframe/dask_expr/io/parquet.py:1704
↓ 1 callersFunction_collect_statistics
(token_fragment)
dask/dataframe/dask_expr/io/parquet.py:1984
↓ 1 callersFunction_collect_statistics_plan
Collect statistics for a list of files and their corresponding fragments
dask/dataframe/dask_expr/io/parquet.py:1994
↓ 1 callersFunction_colorize
Convert (r, g, b) triple to "#RRGGBB" string For use with ``visualize(color=...)`` Examples -------- >>> _colorize((255, 255, 255))
dask/base.py:1142
↓ 1 callersMethod_columns_kwarg
(self)
dask/dataframe/dask_expr/_reductions.py:1356
↓ 1 callersFunction_compute_mem_usages
(frame)
dask/dataframe/dask_expr/_repartition.py:519
↓ 1 callersFunction_compute_multiplier
Utility function for auto_chunk, to fin how much larger or smaller the ideal chunk size is relative to what we have now.
dask/array/core.py:3244
↓ 1 callersFunction_compute_partition_stats
For a given column, compute the min, max, and len of each partition. And make sure that the partitions are sorted relative to each other. NOT
dask/dataframe/dask_expr/_collection.py:6473
↓ 1 callersFunction_compute_rechunk
Compute the rechunk of *x* to the given *chunks*.
dask/array/rechunk.py:685
↓ 1 callersFunction_compute_rechunk
Compute the rechunk of *x* to the given *chunks*.
dask/array/_array_expr/_rechunk.py:135
↓ 1 callersMethod_construct_collection_plan
pyarrow.dataset version of _construct_collection_plan Use dataset_info to construct the general plan for generating the output DataFra
dask/dataframe/io/parquet/arrow.py:1243
↓ 1 callersMethod_construct_graph
Construct graph for a simple overlap operation.
dask/layers.py:202
↓ 1 callersFunction_contains_index_name
Test whether ``columns_or_index`` contains a reference to the index of ``df This is the local (non-collection) version of ``dask.cor
dask/dataframe/multi.py:245
↓ 1 callersFunction_contains_index_name
(index_name, by)
dask/dataframe/dask_expr/_groupby.py:1211
↓ 1 callersFunction_control_cached_plan
(key)
dask/dataframe/dask_expr/io/parquet.py:204
↓ 1 callersMethod_convert_columns
(self, columns)
dask/dataframe/dask_expr/_expr.py:2500
↓ 1 callersFunction_convert_mapping
(components)
dask/dataframe/dask_expr/_expr.py:4019
↓ 1 callersFunction_convert_to_shape
( shape: tuple[int, ...], mapper_in: dict[int, int], one_dims: list[int] )
dask/array/reshape.py:576
↓ 1 callersFunction_count
(x, axis=None)
dask/array/stats.py:469
↓ 1 callersFunction_cov_agg
(_t, levels, ddof, std=False, sort=False)
dask/dataframe/groupby.py:504
↓ 1 callersFunction_cov_corr_combine
(data_in, corr=False)
dask/dataframe/core.py:203
↓ 1 callersMethod_create_dd_meta
Use parquet schema and hive-partition information (stored in dataset_info) to construct DataFrame metadata.
dask/dataframe/io/parquet/arrow.py:1116
↓ 1 callersMethod_cull
(self, output_blocks)
dask/blockwise.py:713
↓ 1 callersMethod_cull_dependencies
Determine the necessary dependencies to produce `output_blocks`. This method does not require graph materialization.
dask/blockwise.py:657
↓ 1 callersFunction_cumsum
(seq, initial_zero)
dask/utils.py:2085
↓ 1 callersFunction_cumsum_blocks
(it)
dask/array/linalg.py:27
↓ 1 callersMethod_dask_keys
(self)
dask/layers.py:183
↓ 1 callersFunction_derived_from
Helper function for derived_from to ease testing
dask/utils.py:896
↓ 1 callersFunction_determine_type_mapper
( *, user_types_mapper, dtype_backend, pyarrow_strings_enabled )
dask/dataframe/dask_expr/io/parquet.py:671
↓ 1 callersMethod_determine_type_mapper
( cls, *, dtype_backend=None, convert_string=False, **kwargs )
dask/dataframe/io/parquet/arrow.py:1734
↓ 1 callersFunction_distributed_available
()
dask/base.py:35
↓ 1 callersMethod_divisions
(self)
dask/dataframe/dask_expr/_repartition.py:395
↓ 1 callersMethod_divisions
(self)
dask/dataframe/dask_expr/_expr.py:433
↓ 1 callersMethod_divisions
(self)
dask/dataframe/dask_expr/_expr.py:921
← previousnext →1,201–1,300 of 9,157, ranked by callers