All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tpcds.statistics.sf1.customer_address.json Maven / Gradle / Ivy

There is a newer version: 465
Show newest version
{
  "rowCount" : 50000,
  "columns" : {
    "ca_address_sk" : {
      "distinctValuesCount" : 50000,
      "nullsCount" : 0,
      "min" : 1,
      "max" : 50000,
      "dataSize" : null
    },
    "ca_address_id" : {
      "distinctValuesCount" : 50000,
      "nullsCount" : 0,
      "min" : "AAAAAAAAAAABAAAA",
      "max" : "AAAAAAAAPPPLAAAA",
      "dataSize" : 800000
    },
    "ca_street_number" : {
      "distinctValuesCount" : 1000,
      "nullsCount" : 1532,
      "min" : "1",
      "max" : "999",
      "dataSize" : 2893
    },
    "ca_street_name" : {
      "distinctValuesCount" : 6901,
      "nullsCount" : 1479,
      "min" : "10th ",
      "max" : "Woodland Woodland",
      "dataSize" : 81513
    },
    "ca_street_type" : {
      "distinctValuesCount" : 20,
      "nullsCount" : 1501,
      "min" : "Ave",
      "max" : "Wy",
      "dataSize" : 84
    },
    "ca_suite_number" : {
      "distinctValuesCount" : 75,
      "nullsCount" : 1485,
      "min" : "Suite 0",
      "max" : "Suite Y",
      "dataSize" : 614
    },
    "ca_city" : {
      "distinctValuesCount" : 695,
      "nullsCount" : 1519,
      "min" : "Aberdeen",
      "max" : "Youngstown",
      "dataSize" : 5594
    },
    "ca_county" : {
      "distinctValuesCount" : 1846,
      "nullsCount" : 1464,
      "min" : "Abbeville County",
      "max" : "Ziebach County",
      "dataSize" : 26288
    },
    "ca_state" : {
      "distinctValuesCount" : 51,
      "nullsCount" : 1550,
      "min" : "AK",
      "max" : "WY",
      "dataSize" : 102
    },
    "ca_zip" : {
      "distinctValuesCount" : 3692,
      "nullsCount" : 1539,
      "min" : "00601",
      "max" : "99981",
      "dataSize" : 18460
    },
    "ca_country" : {
      "distinctValuesCount" : 1,
      "nullsCount" : 1525,
      "min" : "United States",
      "max" : "United States",
      "dataSize" : 13
    },
    "ca_gmt_offset" : {
      "distinctValuesCount" : 6,
      "nullsCount" : 1556,
      "min" : -1000,
      "max" : -500,
      "dataSize" : null
    },
    "ca_location_type" : {
      "distinctValuesCount" : 3,
      "nullsCount" : 1492,
      "min" : "apartment",
      "max" : "single family",
      "dataSize" : 27
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy