| FrameModuleDropSparseColumnsR, C Method |
Creates a new data frame that contains only those columns of the original
data frame that are _dense_, meaning that they have a value for each row.
The resulting data frame has the same number of rows, but may have
fewer columns (or no columns at all).
[category:Missing values]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Frame<R, C> DropSparseColumns<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.DropSparseColumns``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
FrameR,
C[Missing <returns> documentation for "M:Deedle.FrameModule.DropSparseColumns``2(Deedle.Frame{``0,``1})"]
See Also