Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ keys
Method
keys
dask/dataframe/dask_expr/_expr.py:1995–1996 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1993
1994
@functools.cached_property
1995
def
keys(self):
1996
return
self.operands[1::2]
1997
1998
@functools.cached_property
1999
def
vals(self):
Callers
15
_cov_corr_combine
Function · 0.45
_to_string_dtype
Function · 0.45
_cov_agg
Function · 0.45
_build_agg_args_single
Function · 0.45
_build_agg_args_var
Function · 0.45
_value_counts
Function · 0.45
_value_counts_aggregate
Function · 0.45
_simplify_down
Method · 0.45
_layer
Method · 0.45
_replace_common_or_components
Function · 0.45
_lower
Method · 0.45
info
Method · 0.45
Calls
no outgoing calls
Tested by
11
test_io_fusion_blockwise
Function · 0.36
test_from_delayed_fusion
Function · 0.36
test_combine_similar
Function · 0.36
test_custom_metadata
Function · 0.36
test_read_csv_has_deterministic_name
Function · 0.36
test_multiple_read_csv_has_deterministic_name
Function · 0.36
test_csv_name_should_be_different_even_if_head_is_same
Function · 0.36
dependency_depth
Function · 0.36
test_map_overlap_names
Function · 0.36
test_reduction_method_split_every
Function · 0.36
test_iloc_duplicate_columns
Function · 0.36