larch.Dataset.from_named_objects

larch.Dataset.from_named_objects

classmethod Dataset.from_named_objects(*args)[source]

Create a Dataset by populating it with named objects.

A mapping of names to values is first created, and then that mapping is used in the standard constructor to initialize a Dataset.

Parameters

*args (Any) – A collection of objects, each exposing a name attribute.

Returns

Dataset