ColumnProfile(Dictionary<String,Object>) Constructor

Definition

A ColumnProfile collects summary statistics on a particular column of data produced by a Dataflow.

public:
 ColumnProfile(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ cache);
public ColumnProfile(System.Collections.Generic.Dictionary<string,object> cache);
new Microsoft.DataPrep.Common.ColumnProfile : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.DataPrep.Common.ColumnProfile
Public Sub New (cache As Dictionary(Of String, Object))

Parameters

cache
Dictionary<String,Object>

summary statistics on a particular column in a dictionary format.

Applies to