SummaryColumnsValue Constructor
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.
Column summarization definition.
public SummaryColumnsValue(string columnId, Microsoft.DataPrep.Common.SummaryFunction summaryFunction, string summaryColumnName, Microsoft.DataPrep.Common.HistogramArgumentsValue histogramArguments = null, Microsoft.DataPrep.Common.KernelDensityArgumentsValue kernelDensityArguments = null, System.Collections.Generic.List<double> quantiles = null);
new Microsoft.DataPrep.Common.SummaryColumnsValue : string * Microsoft.DataPrep.Common.SummaryFunction * string * Microsoft.DataPrep.Common.HistogramArgumentsValue * Microsoft.DataPrep.Common.KernelDensityArgumentsValue * System.Collections.Generic.List<double> -> Microsoft.DataPrep.Common.SummaryColumnsValue
Parameters
- columnId
- String
Column to summarize.
- summaryFunction
- SummaryFunction
Aggregation function to use.
- summaryColumnName
- String
Name of the new column holding the aggregate values.
- histogramArguments
- HistogramArgumentsValue
Additional arguments required for Histogram summary function.
- kernelDensityArguments
- KernelDensityArgumentsValue
Additional arguments required for KernelDensity summary function.