Click or drag to resize
FrameTRowKey, TColumnKeyColumnApplyT Method (FuncSeriesTRowKey, T, ISeriesTRowKey)
[category:Projection and filtering]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Frame<TRowKey, TColumnKey> ColumnApply<T>(
	Func<Series<TRowKey, T>, ISeries<TRowKey>> f
)

Parameters

f
Type: SystemFuncSeriesTRowKey, T, ISeriesTRowKey

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

Type Parameters

T

Return Value

Type: FrameTRowKey, TColumnKey

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

See Also