Click or drag to resize
FrameTRowKey, TColumnKeyColumnApplyT Method (ConversionKind, 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>(
	ConversionKind conversionKind,
	Func<Series<TRowKey, T>, ISeries<TRowKey>> f
)

Parameters

conversionKind
Type: DeedleConversionKind

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

f
Type: SystemFuncSeriesTRowKey, T, ISeriesTRowKey

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

See Also