Click or drag to resize
FrameTRowKey, TColumnKeyDropColumn Method
Mutates the data frame by removing the specified series from the frame columns. The operation throws if the column key is not found. ## Parameters - `column` - The key (or name) to be dropped from the frame - `frame` - Source data frame (which is not mutated by the operation) [category:Series operations]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public void DropColumn(
	TColumnKey column
)

Parameters

column
Type: TColumnKey

[Missing <param name="column"/> documentation for "M:Deedle.Frame`2.DropColumn(`1)"]

See Also