Click or drag to resize
FrameTRowKey, TColumnKeyReplaceColumn Method (TColumnKey, ISeriesTRowKey)
Mutates the data frame by replacing the specified series with a new series. (If the series does not exist, only the new series is added.) ## Parameters - `column` - A key (or name) for the column to be replaced or added - `series` - A data series to be used (the row key type has to match) [category:Series operations]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public void ReplaceColumn(
	TColumnKey column,
	ISeries<TRowKey> series
)

Parameters

column
Type: TColumnKey

[Missing <param name="column"/> documentation for "M:Deedle.Frame`2.ReplaceColumn(`1,Deedle.ISeries{`0})"]

series
Type: DeedleISeriesTRowKey

[Missing <param name="series"/> documentation for "M:Deedle.Frame`2.ReplaceColumn(`1,Deedle.ISeries{`0})"]

See Also