shapelets.SandBox.from_feather#

SandBox.from_feather(path: Union[str, Path]) DataSet#

Imports a feather file as a Relation.

Examples

>>> dataset = session.from_feather("myPath")