ColumnProfile(Dictionary<String,Object>) 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.
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.