coffea.dataset_tools.dataset_query#

Functions#

get_indices_query(input_str, maxN)

preprocess(fileset[, step_size, ...])

Given a list of normalized file and object paths (defined in uproot), determine the steps for each file according to the supplied processing options.

print(*objects[, sep, end, file, flush])

Print object(s) supplied via positional arguments.

print_dataset_query(query, dataset_list[, ...])

Pretty-print the results of a rucio query in a table.

Classes#

Confirm([prompt, console, password, ...])

A yes / no confirmation prompt.

Console(*, color_system, , , , ] | None =, ...)

A high level console interface.

DataDiscoveryCLI()

Simplifies dataset query, replicas, filters, and uproot preprocessing with Dask.

FloatPrompt([prompt, console, password, ...])

A prompt that returns a float.

IntPrompt([prompt, console, password, ...])

A prompt that returns an integer.

Prompt([prompt, console, password, choices, ...])

A prompt that returns a str.

Table(*headers[, title, caption, width, ...])

A console renderable to draw a table.

Tree(label, *[, style, guide_style, ...])

A renderable for a tree structure.

defaultdict

defaultdict(default_factory=None, /, [...]) --> dict with default factory

Class Inheritance Diagram#

Inheritance diagram of coffea.dataset_tools.dataset_query.DataDiscoveryCLI