ManyUntypedSeriesTensorResult
public struct ManyUntypedSeriesTensorResult
Result represent a tuple of tensors that you can access either by name or by tuple index.
-
Declaration
Swift
public subscript(name: String) -> DataFrame.UntypedSeries { get }
-
Declaration
Swift
public subscript(tupleIndex: Int) -> DataFrame.UntypedSeries { get }