API Reference
Class
ReaderTableProfiler
Builds reusable column profiles for ReaderTable instances.
Inheritance
- Object
- ReaderTableProfiler
Methods
public static IReadOnlyList<ReaderTableColumnProfile> CreateProfiles(IReadOnlyList<String> columns, IReadOnlyList<IReadOnlyList<String>> rows) #Returns:
IReadOnlyList<ReaderTableColumnProfile>Creates inferred column profiles aligned to the supplied column names.
Parameters
- columns System.Collections.Generic.IReadOnlyList{System.String}
- Column names in table order.
- rows System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.String}}
- Body rows aligned to columns.
Returns
Profiles describing empty, numeric, text, or mixed body values for each column.