Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepchecks/deepchecks
/ test_dataset_select_method
Function
test_dataset_select_method
tests/base/dataset_test.py:444–447 ·
view source on GitHub ↗
(iris)
Source
from the content-addressed store, hash-verified
442
443
444
def
test_dataset_select_method(iris):
445
dataset = Dataset(iris)
446
filtered = dataset.select(columns=[
'target'
])
447
assert_that(filtered, instance_of(Dataset))
448
449
450
def
test_dataset_select_ignore_columns(iris):
Callers
nothing calls this directly
Calls
2
select
Method · 0.95
Dataset
Class · 0.90
Tested by
no test coverage detected