Click or drag to resize
FrameTRowKey, TColumnKeyGroupRowsByIndexc Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Frame<Tuple<c, TRowKey>, TColumnKey> GroupRowsByIndex<c>(
	Func<TRowKey, c> keySelector
)

Parameters

keySelector
Type: SystemFuncTRowKey, c

[Missing <param name="keySelector"/> documentation for "M:Deedle.Frame`2.GroupRowsByIndex``1(System.Func{`0,``0})"]

Type Parameters

c

Return Value

Type: FrameTuplec, TRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.Frame`2.GroupRowsByIndex``1(System.Func{`0,``0})"]

See Also