Type Alias#

heptools.root.io.RecordLike[source]#

A mapping from string to array-like object. All arrays must have same lengths.

Type:

ak.Array, pandas.DataFrame, dict[str, numpy.ndarray]

heptools.root.io.DelayedRecordLike[source]#

A mapping from string to array-like delayed object. All arrays must have same lengths and partitions.

Type:

dask_awkward.Array, dict[str, dask.array.Array]

heptools.root.io.UprootSupportedDtypes[source]#

dtypes supported by uproot

Type:

str, Number, ArrayLike

heptools.system.eos.PathLike[source]#

A str or path-like object with __fspath__() method.

Type:

str, EOS, PathLike