DataFrame<R, C>.Describe Method

Returns a data frame containing descriptive statistics for each column in the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DataFrame<string, C> Describe()

Return Value

DataFrame<String, C>

See Also