Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fieldtypeattributesnotesexample
measure_idint(11)NOT NULLfrom Measures12345
entity_idbigint(20)unsigned NOT NULLfrom Entities123456
date_startdateNOT NULLYYYY-MM-DD2008-01-01
date_enddateNOT NULLYYYY-MM-DD2008-12-31
source_idint(11)NOT NULL DEFAULT '0'from Value sources 
is_comparatortinyint(1)NOT NULL DEFAULT '0'Values can either be (0) reported or (1) calculated by aggregating multiple entities into comparator values, for example state average or average of the top quartile. If the value is a comparator value this field is set to "1" 
is_privatetinyint(1)NOT NULL DEFAULT '0'Values can either be (0) public domain or (1) private property. If the value is private this field is set to "1" 
valuedecimal(16,5)DEFAULT NULL  
unitenum('percent','per 1000','per 100000','cases','ratio','days','hours','patients','dollars','na','minutes','people','square miles','years','households','per 100','per 10000','micrograms')NOT NULL DEFAULT 'na'  
numeratordecimal(16,5)DEFAULT NULL  
denominatordecimal(16,5)DEFAULT NULL 

 

letter_gradevarchar(3)DEFAULT NULL  
range5decimal(16,5)DEFAULT NULL  
sig_var_stateenum('-1','0','1')DEFAULT NULLSubject to Minimum sample the value is tested for statistically significant variation from the state average.
  • -1 denotes a negative finding, always expressed as "worse than".
  • 0 denotes no statistically significant variation was found.
  • 1 denotes a positive finding, always expressed as "better than".
  • 2 is reserved

For more information about this field and the methodology used please read Statistical significance.

 
sig_var_nationenum('-1','0','1')DEFAULT NULLSubject to Minimum sample the value is tested for statistically significant variation from the national average.
  • -1 denotes a negative finding, always expressed as "worse than".
  • 0 denotes no statistically significant variation was found.
  • 1 denotes a positive finding, always expressed as "better than".
  • 2 is reserved

For more information about this field and the methodology used please read Statistical significance.

 
sig_changeenum('-1','0','1')DEFAULT NULLSubject to Minimum sample the value is tested for statistically significant improvement from the previous measurement point.
  • -1 denotes a negative finding, always expressed as "worse than".
  • 0 denotes no statistical significant variation was found.
  • 1 denotes a positive finding, always expressed as "better than".
  • 2 is reserved

For more information about this field and the methodology used please read Statistical significance.

 
std_dev_from_statedecimal (16,5)DEFAULT NULLstandard deviation from state value1.96
std_dev_from_nationdecimal (16,5)DEFAULT NULLstandard deviation from national value2.21
std_devdecimal (16,5)DEFAULT NULLstandard deviation for the measure set5.12
lower_cidecimal (16,5)DEFAULT NULLlower confidence interval for statistical analysis 
upper_cidecimal(16,5)DEFAULT NULLupper confidence interval for statistical analysis
AFTER lower_ci
 
percentile_nationsmallint(3)DEFAULT NULLSubject to Minimum sample the value is percentile ranked against all eligible values (of the same entity type) in the national set. For more information about this field and the methodology used please read Percentile ranking. Not all values are ranked. 
percentile_statesmallint(3)DEFAULT NULLSubject to Minimum sample the value is percentile ranked against all eligible values (of the same entity type) in the relevant state set. For more information about this field and the methodology used please read Percentile ranking. Not all values are ranked. 
rank_place_nationsmallint(6)DEFAULT NULLSubject to Minimum sample the value is competitively ranked against all eligible values (of the same entity type) in the national set. For more information about this field and the methodology used please read Competitive ranking. 
rank_denominator_nationsmallint(6)DEFAULT NULLIf the value was competitively ranked, this field holds the denominator of the ranked set. 
rank_place_statesmallint(6)DEFAULT NULLSubject to Minimum sample the value is competitively ranked against all eligible values (of the same entity type) in the relevant state set. For more information about this field and the methodology used please read Competitive ranking. 
rank_denominator_statesmallint(6)DEFAULT NULLIf the value was competitively ranked intra-state, this field holds the denominator of the ranked (state) set. 
CreatedtimestampNOT NULL DEFAULT '0000-00-00 00:00:00'The timestamp of row INSERTion 
ModifiedtimestampNOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATEThe timestamp of latest row UPDATE 
batch_idvarchar(64)DEFAULT NULLDenotes the data run the row was a part of 

...