Click or drag to resize
RowSeriesTRowKey, TColumnKeyFromSeries Method
Creates a `RowSeries` from a filtered series (and implements slicing in terms of the specified series)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static RowSeries<TRowKey, TColumnKey> FromSeries(
	Series<TRowKey, ObjectSeries<TColumnKey>> series
)

Parameters

series
Type: DeedleSeriesTRowKey, ObjectSeriesTColumnKey

[Missing <param name="series"/> documentation for "M:Deedle.RowSeries`2.FromSeries(Deedle.Series{`0,Deedle.ObjectSeries{`1}})"]

Return Value

Type: RowSeriesTRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.RowSeries`2.FromSeries(Deedle.Series{`0,Deedle.ObjectSeries{`1}})"]

See Also