File size: 4,336 Bytes
5f504fe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | {
"size": 123183501,
"nb_rows": 2638836,
"average_row_size": 46.6809991223403,
"nb_profiled_rows": 107110,
"nb_columns": 7,
"columns": [
{
"name": "Date",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration",
"http://schema.org/DateTime"
],
"num_distinct_values": 2921
},
{
"name": "Hour",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"missing_values_ratio": 3.7344785734291846e-05,
"num_distinct_values": 19,
"mean": 13.767090545814426,
"stddev": 4.507072933593845,
"coverage": [
{
"range": {
"gte": 6.0,
"lte": 10.0
}
},
{
"range": {
"gte": 11.0,
"lte": 15.0
}
},
{
"range": {
"gte": 16.0,
"lte": 21.0
}
}
]
},
{
"name": "Route",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"num_distinct_values": 9
},
{
"name": "Direction",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"num_distinct_values": 3
},
{
"name": "Stop",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"num_distinct_values": 27
},
{
"name": "Boardings",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"missing_values_ratio": 3.7344785734291846e-05,
"num_distinct_values": 400,
"mean": 17.09141411312158,
"stddev": 33.62815597665666,
"coverage": [
{
"range": {
"gte": 0.0,
"lte": 26.0
}
},
{
"range": {
"gte": 35.0,
"lte": 107.0
}
}
]
},
{
"name": "TypeDay",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Enumeration"
],
"num_distinct_values": 2
}
],
"nb_temporal_columns": 1,
"nb_categorical_columns": 4,
"nb_numerical_columns": 2,
"types": [
"categorical",
"numerical",
"temporal"
],
"temporal_coverage": [
{
"type": "datetime",
"column_names": [
"Date"
],
"column_indexes": [
0
],
"column_types": [
"http://schema.org/DateTime"
],
"ranges": [
{
"range": {
"gte": 1505433600.0,
"lte": 1587340800.0
}
},
{
"range": {
"gte": 1596326400.0,
"lte": 1669507200.0
}
},
{
"range": {
"gte": 1677024000.0,
"lte": 1747612800.0
}
}
],
"temporal_resolution": "day"
}
],
"attribute_keywords": [
"Date",
"Hour",
"Route",
"Direction",
"Stop",
"Boardings",
"TypeDay",
"Type",
"Day"
]
} |