| FrameTRowKey, TColumnKeyAddColumn Method (TColumnKey, ISeriesTRowKey) |
Mutates the data frame by adding an additional data series
as a new column with the specified column key. The operation
uses left join and aligns new series to the existing frame keys.
## Parameters
- `series` - A data series to be added (the row key type has to match)
- `column` - A key (or name) for the newly added column
[category:Series operations]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public void AddColumn(
TColumnKey column,
ISeries<TRowKey> series
)
Parameters
- column
- Type: TColumnKey
[Missing <param name="column"/> documentation for "M:Deedle.Frame`2.AddColumn(`1,Deedle.ISeries{`0})"]
- series
- Type: DeedleISeriesTRowKey
[Missing <param name="series"/> documentation for "M:Deedle.Frame`2.AddColumn(`1,Deedle.ISeries{`0})"]
See Also