Click or drag to resize
FrameTRowKey, TColumnKeyRenameColumns Method (IEnumerableTColumnKey)
[category:Series operations]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public void RenameColumns(
	IEnumerable<TColumnKey> columnKeys
)

Parameters

columnKeys
Type: System.Collections.GenericIEnumerableTColumnKey

[Missing <param name="columnKeys"/> documentation for "M:Deedle.Frame`2.RenameColumns(System.Collections.Generic.IEnumerable{`1})"]

See Also