NYC_parks / profiling_metadata.json
soniacq's picture
Upload profiling_metadata.json with huggingface_hub
b9d631f verified
{
"size": 43141958,
"nb_rows": 13207,
"average_row_size": 3266.5978647686834,
"nb_profiled_rows": 1531,
"nb_columns": 11,
"columns": [
{
"name": "the_geom",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Text"
]
},
{
"name": "PARK_NAME",
"structural_type": "http://schema.org/Text",
"semantic_types": [],
"missing_values_ratio": 0.08556499020248204,
"num_distinct_values": 632
},
{
"name": "FEAT_CODE",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"num_distinct_values": 10,
"mean": 4950.92423252776,
"stddev": 35.879517626220924,
"coverage": [
{
"range": {
"gte": 4900.0,
"lte": 4910.0
}
},
{
"range": {
"gte": 4980.0,
"lte": 4985.0
}
}
]
},
{
"name": "SOURCE_ID",
"structural_type": "http://schema.org/Integer",
"semantic_types": [
"http://schema.org/identifier"
],
"unclean_values_ratio": 0.0,
"num_distinct_values": 1414,
"mean": 12529857987.730242,
"stddev": 6122407659.689802,
"coverage": [
{
"range": {
"gte": 0.0,
"lte": 4491000010.0
}
},
{
"range": {
"gte": 5498500175.0,
"lte": 12498000365.0
}
},
{
"range": {
"gte": 13491000609.0,
"lte": 20498000974.0
}
}
]
},
{
"name": "SUB_CODE",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"num_distinct_values": 19,
"mean": 495103.8406270411,
"stddev": 3574.7400153133212,
"coverage": [
{
"range": {
"gte": 490020.0,
"lte": 491060.0
}
},
{
"range": {
"gte": 498000.0,
"lte": 498500.0
}
}
]
},
{
"name": "LANDUSE",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"missing_values_ratio": 0.6329196603527106,
"num_distinct_values": 19
},
{
"name": "PARKNUM",
"structural_type": "http://schema.org/Text",
"semantic_types": [],
"missing_values_ratio": 0.09079033311561072,
"num_distinct_values": 847
},
{
"name": "STATUS",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"num_distinct_values": 3
},
{
"name": "SYSTEM",
"structural_type": "http://schema.org/Text",
"semantic_types": [],
"missing_values_ratio": 0.4996734160679295,
"num_distinct_values": 754
},
{
"name": "SHAPE_Leng",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 804.1319892102763,
"stddev": 1907.222988657944,
"coverage": [
{
"range": {
"gte": 98.8676900897,
"lte": 1100.64638484
}
},
{
"range": {
"gte": 1430.68562718,
"lte": 4847.74376513
}
}
]
},
{
"name": "SHAPE_Area",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 66013.7452597181,
"stddev": 446664.7636912124,
"coverage": [
{
"range": {
"gte": 590.233760153,
"lte": 102769.047113
}
}
]
}
],
"nb_categorical_columns": 2,
"nb_numerical_columns": 5,
"types": [
"categorical",
"numerical"
],
"attribute_keywords": [
"the_geom",
"the",
"geom",
"PARK_NAME",
"PARK",
"NAME",
"FEAT_CODE",
"FEAT",
"CODE",
"SOURCE_ID",
"SOURCE",
"ID",
"SUB_CODE",
"SUB",
"CODE",
"LANDUSE",
"PARKNUM",
"STATUS",
"SYSTEM",
"SHAPE_Leng",
"SHAPE",
"Leng",
"SHAPE_Area",
"SHAPE",
"Area"
]
}