NameRow#

class NameRow[source]#

Bases: object

Describes a table with a name column

name: str#

Stacked spectrum name without path and extension

static schema()[source]#
Return type:

Schema[NameRow]

__init__(name)#