| StatscountR, C Method (FrameR, C) |
For each column, returns the number of the values in the column.
This excludes missing values and values created from `Double.NaN` etc.
[category:Frame statistics]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Series<C, int> count<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.Stats.count``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
SeriesC,
Int32[Missing <returns> documentation for "M:Deedle.Stats.count``2(Deedle.Frame{``0,``1})"]
See Also