Click or drag to resize
FrameTRowKey, TColumnKeyColumnApplyT Method (Boolean, FuncSeriesTRowKey, T, ISeriesTRowKey)

Note: This API is now obsolete.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[ObsoleteAttribute("ColumnApply(bool, Func) is obsolete. Use ColumnApply(ConversionKind, Func) instead.")]
public Frame<TRowKey, TColumnKey> ColumnApply<T>(
	bool strict,
	Func<Series<TRowKey, T>, ISeries<TRowKey>> f
)

Parameters

strict
Type: SystemBoolean

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

See Also