MCPcopy Create free account

hub / github.com/dask/dask / functions

Functions9,157 in github.com/dask/dask

↓ 1 callersFunction_maybe_sort
(a, check_index: bool)
dask/dataframe/utils.py:496
↓ 1 callersFunction_mean
(x)
dask/array/tests/test_overlap.py:534
↓ 1 callersFunction_meta_from_dtypes
Get the final metadata for the dask.dataframe Parameters ---------- to_read_columns : list All the columns to end up with, includ
dask/dataframe/io/utils.py:93
↓ 1 callersFunction_metric_to_graphviz
(metric: str, statistics: dict[str, Any])
dask/dataframe/dask_expr/diagnostics/_analyze.py:141
↓ 1 callersFunction_nanmin
(m, n)
dask/array/linalg.py:39
↓ 1 callersFunction_nannumel
A reduction to count the number of elements, excluding nans
dask/array/backends.py:320
↓ 1 callersFunction_need_filtering
(filters, partition_keys)
dask/dataframe/io/parquet/arrow.py:325
↓ 1 callersMethod_node_label_args
Operands to include in the node label by `visualize`
dask/_expr.py:689
↓ 1 callersFunction_nonempty_index
(idx)
dask/dataframe/backends.py:378
↓ 1 callersFunction_nonempty_series
(s, idx=None)
dask/dataframe/backends.py:453
↓ 1 callersFunction_normalize_and_strip_protocol
(path)
dask/dataframe/dask_expr/io/parquet.py:1822
↓ 1 callersFunction_normalize_dataclass
(obj)
dask/tokenize.py:266
↓ 1 callersFunction_normalize_index_columns
Normalize user and file-provided column and index names Parameters ---------- user_columns : None, str or list of str data_columns :
dask/dataframe/io/parquet/utils.py:295
↓ 1 callersFunction_normalize_pure_object
(o: object)
dask/tokenize.py:222
↓ 1 callersFunction_normalize_spec
Return a list of ``(result_column, func, input_column)`` tuples. Spec can be - a function - a list of functions - a dictionary
dask/dataframe/groupby.py:613
↓ 1 callersFunction_not_empty
(x)
dask/array/utils.py:201
↓ 1 callersFunction_number_of_blocks
(chunks)
dask/array/rechunk.py:410
↓ 1 callersFunction_nunique_df_chunk
(df, *by, **kwargs)
dask/dataframe/groupby.py:565
↓ 1 callersFunction_nunique_df_combine
(df, levels, sort=False)
dask/dataframe/groupby.py:586
↓ 1 callersMethod_on_condition_already_partitioned
(self, expr, on)
dask/dataframe/dask_expr/_merge.py:276
↓ 1 callersFunction_one_path_one_key
Get the DataFrame corresponding to one path and one key (which should not contain any wildcards).
dask/dataframe/io/hdf.py:479
↓ 1 callersMethod_op
(frame, op, other, *args, **kwargs)
dask/dataframe/dask_expr/_expr.py:3748
↓ 1 callersFunction_open_input_files
Return a list of open-file objects given a list of input-file paths. WARNING: This utility is experimental, and is meant for internal ``d
dask/dataframe/io/utils.py:147
↓ 1 callersMethod_operands_for_repr
(self)
dask/_expr.py:86
↓ 1 callersMethod_operands_for_repr
(self)
dask/_expr.py:1096
↓ 1 callersMethod_operands_for_repr
(self)
dask/dataframe/dask_expr/_expr.py:143
↓ 1 callersFunction_optimize_blockwise
(full_graph, keys=())
dask/blockwise.py:1109
↓ 1 callersFunction_optimize_slices
Optimize slices 1. Fuse repeated slices, like x[5:][2:6] -> x[7:11] This is generally not very important since we are fusing those tasks any
dask/array/optimization.py:94
↓ 1 callersFunction_overlap_internal_chunks
Get new chunks for array with overlap.
dask/array/overlap.py:26
↓ 1 callersFunction_overlap_internal_chunks
Get new chunks for array with overlap.
dask/array/_array_expr/_overlap.py:26
↓ 1 callersFunction_pack_result
(result: Mapping, keys: list | Key)
dask/core.py:80
↓ 1 callersFunction_pack_traceback
(tb)
dask/multiprocessing.py:102
↓ 1 callersMethod_pandas_to_arrow_table
( cls, df: pd.DataFrame, preserve_index=False, schema=None )
dask/dataframe/io/parquet/arrow.py:768
↓ 1 callersFunction_parquet_file_extension
(val, legacy=False)
dask/dataframe/io/tests/test_parquet.py:3436
↓ 1 callersFunction_parse_gufunc_signature
Parse string signatures for a generalized universal function. Arguments --------- signature : string Generalized universal f
dask/array/gufunc.py:31
↓ 1 callersFunction_partition
Given a total and a divisor, return two tuples: A tuple containing `divisor` repeated the number of times it divides `total`, and length-1 or empt
dask/array/routines.py:2313
↓ 1 callersFunction_partition_of_index_value
In which partition does this value lie? >>> _partition_of_index_value([0, 5, 10], 3) 0 >>> _partition_of_index_value([0, 5, 10], 8) 1
dask/dataframe/indexing.py:15
↓ 1 callersFunction_partitions_of_index_values
Return defaultdict of division and values pairs Each key corresponds to the division which values are index values belong to the division.
dask/dataframe/indexing.py:35
↓ 1 callersFunction_pd_series_or_dataframe
(x)
dask/dataframe/dask_expr/_util.py:153
↓ 1 callersMethod_plot
(self, **kwargs)
dask/diagnostics/profile.py:92
↓ 1 callersFunction_prep
(x)
dask/dataframe/io/tests/test_parquet.py:3635
↓ 1 callersFunction_process_match
Process a match to determine if it is correct, and to find the correct substitution that will convert the term into the pattern. Parameters
dask/rewrite.py:412
↓ 1 callersFunction_process_open_file_options
( open_file_options, metadata=None, columns=None, row_groups=None, default_engine=None,
dask/dataframe/io/parquet/utils.py:656
↓ 1 callersMethod_property_map
(self, attr, *args, **kwargs)
dask/dataframe/dask_expr/_accessor.py:71
↓ 1 callersFunction_read_orc_stripes
(fs, path, stripes, schema, columns)
dask/dataframe/io/orc/arrow.py:115
↓ 1 callersFunction_read_partition_stats
(part, fs, columns=None)
dask/dataframe/dask_expr/io/parquet.py:1767
↓ 1 callersFunction_read_partition_stats_group
Parse the statistics for a group of files
dask/dataframe/dask_expr/io/parquet.py:1764
↓ 1 callersMethod_read_table
Read in a pyarrow table
dask/dataframe/io/parquet/arrow.py:1626
↓ 1 callersFunction_read_table_from_path
Read arrow table from file path. Used by `ArrowDatasetEngine._read_table` when no filters are specified (otherwise fragments are converted di
dask/dataframe/io/parquet/arrow.py:214
↓ 1 callersMethod_recursive_join
(self, frames)
dask/dataframe/dask_expr/_merge.py:936
↓ 1 callersFunction_register_entry_point_plugins
Register sizeof implementations exposed by the entry_point mechanism.
dask/sizeof.py:304
↓ 1 callersMethod_remove_common_columns
(self, other)
dask/dataframe/dask_expr/_expr.py:2020
↓ 1 callersMethod_repartition_quantiles
(self, npartitions, upsample=1.0, random_state=None)
dask/dataframe/dask_expr/_collection.py:4470
↓ 1 callersFunction_replace_common_or_components
(expr, or_components)
dask/dataframe/dask_expr/_expr.py:4023
↓ 1 callersMethod_repr_data
(self)
dask/dataframe/dask_expr/_collection.py:2626
↓ 1 callersMethod_repr_data
(self)
dask/dataframe/dask_expr/_collection.py:4637
↓ 1 callersMethod_repr_html_
(self)
dask/highlevelgraph.py:857
↓ 1 callersMethod_repr_html_
(self)
dask/dataframe/dask_expr/_collection.py:2805
↓ 1 callersFunction_resample_bin_and_out_divs
(divisions, rule, closed="left", label="left")
dask/dataframe/tseries/resample.py:66
↓ 1 callersFunction_rolling_agg
( frame, window, kwargs, how, how_args, how_kwargs, groupby_kwargs=None, group
dask/dataframe/dask_expr/_rolling.py:24
↓ 1 callersFunction_row_groups_to_parts
( gather_statistics, split_row_groups, aggregation_depth, file_row_groups, file_row_group_
dask/dataframe/io/parquet/utils.py:531
↓ 1 callersFunction_sample
(population, k, split_every)
dask/bag/random.py:113
↓ 1 callersFunction_sample_with_replacement
(population, k, split_every)
dask/bag/random.py:156
↓ 1 callersFunction_scipy_linalg_solve
(a, b, assume_a)
dask/array/tests/test_linalg.py:766
↓ 1 callersFunction_scrub
(i, p)
dask/dataframe/io/parquet/utils.py:370
↓ 1 callersFunction_select_columns_or_index
Returns a DataFrame with columns corresponding to each column or index level in columns_or_index. If included, the column corresponding
dask/dataframe/multi.py:268
↓ 1 callersFunction_set_context
Helper function to place an object on a context stack
dask/dataframe/io/utils.py:140
↓ 1 callersFunction_set_gather_statistics
( gather_statistics, blocksize, split_row_groups, aggregation_depth, filter_columns, s
dask/dataframe/io/parquet/utils.py:721
↓ 1 callersFunction_set_metadata_task_size
(metadata_task_size, fs)
dask/dataframe/io/parquet/utils.py:642
↓ 1 callersFunction_shape_from_string
(s)
dask/array/tests/test_routines.py:2525
↓ 1 callersFunction_shuffle
(bit_generator, x, axis=0)
dask/array/random.py:789
↓ 1 callersFunction_shuffle
(bit_generator, x, axis=0)
dask/array/_array_expr/random.py:763
↓ 1 callersFunction_shuffle
(x, indexer, axis, name)
dask/array/_array_expr/_shuffle.py:32
↓ 1 callersMethod_shuffle_grp_func
(self, shuffled=False)
dask/dataframe/dask_expr/_groupby.py:911
↓ 1 callersMethod_simplify_down
(self)
dask/_expr.py:462
↓ 1 callersMethod_simplify_up
(self, parent, dependents)
dask/_expr.py:465
↓ 1 callersFunction_skip_doctest
(line)
dask/utils.py:804
↓ 1 callersFunction_solve_triangular_lower
(a, b)
dask/array/linalg.py:974
↓ 1 callersFunction_sort_mixed
order ints before strings before nulls in 1d arrays
dask/dataframe/dask_expr/_expr.py:3937
↓ 1 callersFunction_span_indexers
(a)
dask/array/reductions.py:1643
↓ 1 callersFunction_split_user_options
(**kwargs)
dask/dataframe/io/parquet/utils.py:694
↓ 1 callersFunction_sqrt
(a)
dask/array/reductions.py:693
↓ 1 callersFunction_square_of_sums
Sums elements of the input array, and returns the square(s) of that sum. Parameters ---------- a : array_like Input array.
dask/array/stats.py:498
↓ 1 callersFunction_statistics_info
(statistics: ExpressionStatistics)
dask/dataframe/dask_expr/diagnostics/_analyze.py:164
↓ 1 callersFunction_statistics_to_graphviz
(statistics: dict[str, dict[str, Any]])
dask/dataframe/dask_expr/diagnostics/_analyze.py:129
↓ 1 callersFunction_subset_to_indexed_axes
(iterable)
dask/array/core.py:5872
↓ 1 callersMethod_substitute
(self, old, new, _seen)
dask/_expr.py:612
↓ 1 callersFunction_sum
(arr, **kwargs)
dask/array/tests/test_reductions.py:31
↓ 1 callersFunction_sum_of_squares
Squares each element of the input array, and returns the sum(s) of that. Parameters ---------- a : array_like Input array.
dask/array/stats.py:476
↓ 1 callersFunction_sum_wo_cat
(a, axis=None, dtype=None)
dask/array/routines.py:381
↓ 1 callersMethod_table_to_pandas
( table, index_name, arrow_to_pandas, dtype_backend, pyarrow_strings_enabled )
dask/dataframe/dask_expr/io/parquet.py:1230
↓ 1 callersFunction_tail_timedelta
(current, prev_, before)
dask/dataframe/dask_expr/_expr.py:1135
↓ 1 callersFunction_take_dask_array_from_numpy
(a, indices, axis)
dask/array/routines.py:2064
↓ 1 callersMethod_task
The task for the i'th partition Parameters ---------- index: The index of the partition of this dataframe
dask/_expr.py:230
↓ 1 callersMethod_task
(self, name: Key, index: int)
dask/dataframe/dask_expr/_expr.py:2569
↓ 1 callersFunction_tensordot_is_sparse
(x)
dask/array/routines.py:286
↓ 1 callersFunction_test
(c, s, *workers)
dask/dataframe/dask_expr/io/tests/test_parquet.py:611
↓ 1 callersFunction_test
(c, s, *workers)
dask/tests/test_delayed.py:944
↓ 1 callersFunction_test_unique_kwargs
()
dask/array/tests/test_cupy_routines.py:181
↓ 1 callersFunction_tiledb_to_chunks
(tiledb_array)
dask/array/tiledb_io.py:6
← previousnext →1,401–1,500 of 9,157, ranked by callers