coffea.util

Utility functions

Functions

awkward_rewrap(arr, like_what, gfunc)

compress_form(formjson)

decompress_form(form_compressedb64)

deprecate(message, version[, date, will_be, ...])

load(filename)

Load a coffea file from disk

rewrap_recordarray(layout, depth, data)

rich_bar()

save(output, filename)

Save a coffea object or collection thereof to disk

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BarColumn([bar_width, style, ...])

Renders a visual progress bar.

Column(header, footer, header_style, ...)

Defines a column within a ~Table.

Progress(*columns[, console, auto_refresh, ...])

Renders an auto-updating progress bar(s).

ProgressColumn([table_column])

Base class for a widget to use in progress display.

SpeedColumn([fmt, table_column])

Renders human readable transfer speed.

Text([text, style, justify, overflow, ...])

Text with color / style.

TextColumn(text_format[, style, justify, ...])

A column containing text.

TimeElapsedColumn([table_column])

Renders time elapsed.

TimeRemainingColumn([compact, ...])

Renders estimated time remaining.

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

Class Inheritance Diagram

Inheritance diagram of coffea.util.SpeedColumn