GroupBy.Count(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compute the number of non-null values in each group
public abstract Microsoft.Data.Analysis.DataFrame Count (params string[] columnNames);
abstract member Count : string[] -> Microsoft.Data.Analysis.DataFrame
Public MustOverride Function Count (ParamArray columnNames As String()) As DataFrame
Parameters
- columnNames
- String[]