ByPath

class rolumns.ByPath(path: Optional[str] = None)[source]

Groups rows by a list of records. path describes the path to the list in the input record.

name() str[source]

Gets the name of this group unique to its parent column set.

property path: Optional[str]

Path.

resolve(data: Any) Iterable[Any][source]

Resolves data to an iterable list of records.