Difference between revisions of "Profiler Object:Column-Based State/Province Statistics"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with " ← Profiler Object Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
[[Profiler Object:Reference|← Profiler Object Reference]]
[[Profiler Object:Reference|← Profiler Object Reference]]


{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
{{ProfilerObjectNav
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Profiler Object Interface Navigation'''
|ColumnBasedStatisticsCollapse=
|-
}}
| style="padding-right:220px;"|
|-
|[[Profiler Object:Initialization|Initialization]]
|-
|[[Profiler Object:Object Information|Object Information]]
|-
|[[Profiler Object:Enumeration Listing and Parsing|Enumeration Listing and Parsing]]
|-
|[[Profiler Object:Column Specification|Column Specification]]
|-
|[[Profiler Object:Initiate Profiling|Initiate Profiling]]
|-
|[[Profiler Object:Data Input|Data Input]]
|-
|[[Profiler Object:Profiling|Profiling]]
|-
|[[Profiler Object:Table-Based Statistics|Table-Based Statistics]]
|-
|-
|
{| class="mw-collapsible" style="width:100%;"
|- align="left"
! style="color:black;"|[[Profiler Object:Column-Based Statistics|Column-Based Statistics]]
|-
|[[Profiler Object:Column-Based String Statistics|Column-Based String Statistics]]
|-
|[[Profiler Object:Column-Based Numeric Statistics|Column-Based Numeric Statistics]]
|-
|[[Profiler Object:Column-Based Date/Time Statistics|Column-Based Date/Time Statistics]]
|-
|[[Profiler Object:Column-Based Name Statistics|Column-Based Name Statistics]]
|-
|[[Profiler Object:Column-Based State/Province Statistics|Column-Based State/Province Statistics]]
|-
|[[Profiler Object:Column-Based Zip/Postal Code Statistics|Column-Based Zip/Postal Code Statistics]]
|-
|[[Profiler Object:Column-Based Country Statistics|Column-Based Country Statistics]]
|-
|[[Profiler Object:Column-Based Email Statistics|Column-Based Email Statistics]]
|-
|[[Profiler Object:Column-Based Phone Statistics|Column-Based Phone Statistics]]
|-
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Profiler Object:Iterators|Iterators]]
|-
|[[Profiler Object:Column-Based Value Frequency Table Iteration|Column-Based Value Frequency Table Iteration]]
|-
|[[Profiler Object:Column-Based Value Length Frequency Table Iteration|Column-Based Value Length Frequency Table Iteration]]
|-
|[[Profiler Object:Column-Based Value Pattern Table Iteration|Column-Based Value Pattern Table Iteration]]
|-
|[[Profiler Object:Column-Based Value Date/Time Table Iteration|Column-Based Value Date/Time Table Iteration]]
|-
|[[Profiler Object:Column-Based Value SoundEx Table Iteration|Column-Based Value SoundEx Table Iteration]]
|-
|[[Profiler Object:Column-Based Word Table Iteration|Column-Based Word Table Iteration]]
|-
|[[Profiler Object:Column-Based Word Length Table Iteration|Column-Based Word Length Table Iteration]]
|-
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Profiler Object:Result Codes|Result Codes]]
|-
|[[Returned Result Codes:APIs#Profiler Object|Returned Result Codes]]
|-
|[[Result Codes]]
|}
|}





Latest revision as of 22:06, 23 February 2015

← Profiler Object Reference

Profiler Object Interface Navigation
Initialization
Object Information
Enumeration Listing and Parsing
Column Specification
Initiate Profiling
Data Input
Profiling
Table-Based Statistics
Column-Based Statistics
Column-Based String Statistics
Column-Based Numeric Statistics
Column-Based Date/Time Statistics
Column-Based Name Statistics
Column-Based State/Province Statistics
Column-Based Zip/Postal Code Statistics
Column-Based Country Statistics
Column-Based Email Statistics
Column-Based Phone Statistics
Frequency Iterators
Column-Based Value Frequency Table Iteration
Column-Based Value Length Frequency Table Iteration
Column-Based Value Pattern Table Iteration
Column-Based Value Date/Time Table Iteration
Column-Based Value SoundEx Table Iteration
Column-Based Word Table Iteration
Column-Based Word Length Table Iteration
Result Codes
Profiler Object Result Codes
Result Codes


The statistics are only accumulated for the DataTypeStateOrProvince and DataTypeCityStateZip data types. See ProfilerDataType Enumerations for details. They should only be retrieved after calling the ProfileData function.

GetColumnStateCount

This function returns a column's number of records that contain US States, both standardized and non-standardized.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records containing US States.


Syntax profiler->GetColumnStateCount(columnNameStr););
C integer = mdProfilerGetColumnStateCount(profiler, columnNameStr);
.Net integer = profiler.GetColumnStateCount(columnNameStr);


GetColumnProvinceCount

This function returns a column's number of records that contain Canadian Provinces, both standardized and non-standardized.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records that contain Canadian Provinces.


Syntax profiler->GetColumnProvinceCount(columnNameStr););
C integer = mdProfilerGetColumnProvinceCount(profiler, columnNameStr);
.Net integer = profiler.GetColumnProvinceCount(columnNameStr);


GetColumnStateProvinceNonStandardCount

This function returns a column's number of records that contain non-standardized US States or non-standardized Canadian Provinces.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records that contain non-standardized US States or non-standardized Canadian Provinces.


Syntax profiler->GetColumnStateProvinceNonStandardCount(columnNameStr););
C integer = mdProfilerGetColumnStateProvinceNonStandardCount(profiler,columnNameStr);
.Net integer = profiler.GetColumnStateProvinceNonStandardCount(columnNameStr);


GetColumnStateProvinceInvalidCount

This function returns a column's number of records that contain unrecognized US States or unrecognized Canadian Provinces.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records that contain unrecognized US States or unrecognized Canadian Provinces.


Syntax profiler->GetColumnStateProvinceInvalidCount(columnNameStr););
C integer = mdProfilerGetColumnStateProvinceInvalidCount(profiler, columnNameStr);
.Net integer = profiler.GetColumnStateProvinceInvalidCount(columnNameStr);


GetColumnStateZipCodeMismatchCount

This function returns a column's number of records where there is a ZIP code that does not match the State. Only the 5-digit ZIP code is validated (not Plus 4.) This check is only to the state level, address and city information is not checked. Also, this statistic is only computed when both DataTypeStateOrProvince and DataTypeZipOrPostalCode are present or DataTypeCityStateZip is used. See ProfilerDataType Enumerations for details.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records that contain mismatched values for ZIP code and State.


Syntax profiler->GetColumnStateZipCodeMismatchCount(columnNameStr););
C integer = mdProfilerGetColumnStateZipCodeMismatchCount(profiler, columnNameStr);
.Net integer = profiler.GetColumnStateZipCodeMismatchCount(columnNameStr);


GetColumnProvincePostalCodeMismatchCount

This function returns a column's number of records where there is a Postal Code that does not match Province. This check is only to the province level, address and city information is not checked. Also, this statistic is only computed when both DataTypeStateOrProvince and DataTypeZipOrPostalCode are present or DataTypeCityStateZip is used. See ProfilerDataType Enumerations for details.

This function takes one parameter.

Parameters

Name Data Type Description
ColumnName String Column Name to get the number of records that contain mismatched values for Postal code and Province.


Syntax profiler->GetColumnProvincePostalCodeMismatchCount(columnNameStr);
C integer = mdProfilerGetColumnProvincePostalCodeMismatchCount(profiler,columnNameStr);
.Net integer = profiler.GetColumnProvincePostalCodeMismatchCount(columnNameStr);