taxisvis1M / profiling_metadata.json
soniacq's picture
Upload profiling_metadata.json with huggingface_hub
a70a984 verified
{
"size": 156819195,
"nb_rows": 1000001,
"average_row_size": 156.81903818096183,
"nb_profiled_rows": 31884,
"nb_columns": 19,
"columns": [
{
"name": "VendorID",
"structural_type": "http://schema.org/Integer",
"semantic_types": [
"http://schema.org/identifier"
],
"unclean_values_ratio": 0.0,
"num_distinct_values": 2,
"mean": 1.5195082172876677,
"stddev": 0.4996192845140755,
"coverage": [
{
"range": {
"gte": 1.0,
"lte": 1.0
}
},
{
"range": {
"gte": 2.0,
"lte": 2.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 15320,
"bin_start": 1.0,
"bin_end": 1.1
},
{
"count": 0,
"bin_start": 1.1,
"bin_end": 1.2
},
{
"count": 0,
"bin_start": 1.2,
"bin_end": 1.3
},
{
"count": 0,
"bin_start": 1.3,
"bin_end": 1.4
},
{
"count": 0,
"bin_start": 1.4,
"bin_end": 1.5
},
{
"count": 0,
"bin_start": 1.5,
"bin_end": 1.6
},
{
"count": 0,
"bin_start": 1.6,
"bin_end": 1.7000000000000002
},
{
"count": 0,
"bin_start": 1.7000000000000002,
"bin_end": 1.8
},
{
"count": 0,
"bin_start": 1.8,
"bin_end": 1.9
},
{
"count": 16564,
"bin_start": 1.9,
"bin_end": 2.0
}
]
}
},
{
"name": "tpep_pickup_datetime",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/DateTime"
],
"num_distinct_values": 30211,
"plot": {
"type": "histogram_temporal",
"data": [
{
"count": 2919,
"date_start": "2015-01-01T00:10:40",
"date_end": "2015-01-04T02:33:36"
},
{
"count": 2643,
"date_start": "2015-01-04T02:33:36",
"date_end": "2015-01-07T04:56:32"
},
{
"count": 3396,
"date_start": "2015-01-07T04:56:32",
"date_end": "2015-01-10T07:19:28"
},
{
"count": 3183,
"date_start": "2015-01-10T07:19:28",
"date_end": "2015-01-13T09:42:24"
},
{
"count": 3611,
"date_start": "2015-01-13T09:42:24",
"date_end": "2015-01-16T12:03:12"
},
{
"count": 3460,
"date_start": "2015-01-16T12:03:12",
"date_end": "2015-01-19T14:26:08"
},
{
"count": 3193,
"date_start": "2015-01-19T14:26:08",
"date_end": "2015-01-22T16:49:04"
},
{
"count": 3738,
"date_start": "2015-01-22T16:49:04",
"date_end": "2015-01-25T19:12:00"
},
{
"count": 2059,
"date_start": "2015-01-25T19:12:00",
"date_end": "2015-01-28T21:34:56"
},
{
"count": 3682,
"date_start": "2015-01-28T21:34:56",
"date_end": "2015-01-31T23:57:52"
}
]
}
},
{
"name": "tpep_dropoff_datetime",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/DateTime"
],
"num_distinct_values": 31570,
"plot": {
"type": "histogram_temporal",
"data": [
{
"count": 2956,
"date_start": "2015-01-01T00:12:48",
"date_end": "2015-01-04T04:13:52"
},
{
"count": 2695,
"date_start": "2015-01-04T04:13:52",
"date_end": "2015-01-07T08:17:04"
},
{
"count": 3503,
"date_start": "2015-01-07T08:17:04",
"date_end": "2015-01-10T12:18:08"
},
{
"count": 3384,
"date_start": "2015-01-10T12:18:08",
"date_end": "2015-01-13T16:21:20"
},
{
"count": 3636,
"date_start": "2015-01-13T16:21:20",
"date_end": "2015-01-16T20:22:24"
},
{
"count": 3522,
"date_start": "2015-01-16T20:22:24",
"date_end": "2015-01-20T00:23:28"
},
{
"count": 3331,
"date_start": "2015-01-20T00:23:28",
"date_end": "2015-01-23T04:26:40"
},
{
"count": 3499,
"date_start": "2015-01-23T04:26:40",
"date_end": "2015-01-26T08:27:44"
},
{
"count": 2180,
"date_start": "2015-01-26T08:27:44",
"date_end": "2015-01-29T12:30:56"
},
{
"count": 3178,
"date_start": "2015-01-29T12:30:56",
"date_end": "2015-02-01T16:32:00"
}
]
}
},
{
"name": "passenger_count",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"num_distinct_values": 7,
"mean": 1.672280767783214,
"stddev": 1.3228716456999288,
"coverage": [
{
"range": {
"gte": 1.0,
"lte": 1.0
}
},
{
"range": {
"gte": 2.0,
"lte": 3.0
}
},
{
"range": {
"gte": 4.0,
"lte": 6.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 15,
"bin_start": 0.0,
"bin_end": 0.6
},
{
"count": 22465,
"bin_start": 0.6,
"bin_end": 1.2
},
{
"count": 0,
"bin_start": 1.2,
"bin_end": 1.7999999999999998
},
{
"count": 4673,
"bin_start": 1.7999999999999998,
"bin_end": 2.4
},
{
"count": 0,
"bin_start": 2.4,
"bin_end": 3.0
},
{
"count": 1316,
"bin_start": 3.0,
"bin_end": 3.5999999999999996
},
{
"count": 625,
"bin_start": 3.5999999999999996,
"bin_end": 4.2
},
{
"count": 0,
"bin_start": 4.2,
"bin_end": 4.8
},
{
"count": 1680,
"bin_start": 4.8,
"bin_end": 5.3999999999999995
},
{
"count": 1110,
"bin_start": 5.3999999999999995,
"bin_end": 6.0
}
]
}
},
{
"name": "trip_distance",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 2.751776125956599,
"stddev": 3.421044790260514,
"coverage": [
{
"range": {
"gte": 0.47,
"lte": 3.61
}
},
{
"range": {
"gte": 4.5,
"lte": 11.2
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 31113,
"bin_start": 0.0,
"bin_end": 13.63
},
{
"count": 750,
"bin_start": 13.63,
"bin_end": 27.26
},
{
"count": 15,
"bin_start": 27.26,
"bin_end": 40.89
},
{
"count": 3,
"bin_start": 40.89,
"bin_end": 54.52
},
{
"count": 2,
"bin_start": 54.52,
"bin_end": 68.15
},
{
"count": 0,
"bin_start": 68.15,
"bin_end": 81.78
},
{
"count": 0,
"bin_start": 81.78,
"bin_end": 95.41000000000001
},
{
"count": 0,
"bin_start": 95.41000000000001,
"bin_end": 109.04
},
{
"count": 0,
"bin_start": 109.04,
"bin_end": 122.67
},
{
"count": 1,
"bin_start": 122.67,
"bin_end": 136.3
}
]
}
},
{
"name": "pickup_longitude",
"structural_type": "http://schema.org/Float",
"semantic_types": [
"http://schema.org/longitude"
],
"unclean_values_ratio": 0.0,
"mean": -72.5387993792102,
"stddev": 10.206785450312598,
"coverage": [
{
"range": {
"gte": -74.00816345214844,
"lte": -73.97358703613281
}
},
{
"range": {
"gte": -73.97018432617188,
"lte": -73.78985595703125
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 31265,
"bin_start": -74.1863021850586,
"bin_end": -66.76767196655274
},
{
"count": 0,
"bin_start": -66.76767196655274,
"bin_end": -59.34904174804687
},
{
"count": 0,
"bin_start": -59.34904174804687,
"bin_end": -51.93041152954102
},
{
"count": 0,
"bin_start": -51.93041152954102,
"bin_end": -44.51178131103516
},
{
"count": 0,
"bin_start": -44.51178131103516,
"bin_end": -37.0931510925293
},
{
"count": 0,
"bin_start": -37.0931510925293,
"bin_end": -29.674520874023443
},
{
"count": 0,
"bin_start": -29.674520874023443,
"bin_end": -22.255890655517582
},
{
"count": 0,
"bin_start": -22.255890655517582,
"bin_end": -14.837260437011722
},
{
"count": 0,
"bin_start": -14.837260437011722,
"bin_end": -7.418630218505868
},
{
"count": 619,
"bin_start": -7.418630218505868,
"bin_end": 0.0
}
]
}
},
{
"name": "pickup_latitude",
"structural_type": "http://schema.org/Float",
"semantic_types": [
"http://schema.org/latitude"
],
"unclean_values_ratio": 0.0,
"mean": 39.95885212728601,
"stddev": 5.626163944590818,
"coverage": [
{
"range": {
"gte": 40.6934814453125,
"lte": 40.75432968139648
}
},
{
"range": {
"gte": 40.75703048706055,
"lte": 40.79533386230469
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 619,
"bin_start": 0.0,
"bin_end": 4.091648864746094
},
{
"count": 1,
"bin_start": 4.091648864746094,
"bin_end": 8.183297729492187
},
{
"count": 0,
"bin_start": 8.183297729492187,
"bin_end": 12.27494659423828
},
{
"count": 0,
"bin_start": 12.27494659423828,
"bin_end": 16.366595458984374
},
{
"count": 0,
"bin_start": 16.366595458984374,
"bin_end": 20.45824432373047
},
{
"count": 0,
"bin_start": 20.45824432373047,
"bin_end": 24.54989318847656
},
{
"count": 0,
"bin_start": 24.54989318847656,
"bin_end": 28.641542053222654
},
{
"count": 0,
"bin_start": 28.641542053222654,
"bin_end": 32.73319091796875
},
{
"count": 0,
"bin_start": 32.73319091796875,
"bin_end": 36.82483978271484
},
{
"count": 31264,
"bin_start": 36.82483978271484,
"bin_end": 40.91648864746094
}
]
}
},
{
"name": "RateCodeID",
"structural_type": "http://schema.org/Integer",
"semantic_types": [
"http://schema.org/identifier"
],
"unclean_values_ratio": 0.0,
"num_distinct_values": 7,
"mean": 1.0401141638439342,
"stddev": 0.8239090859572519,
"coverage": [
{
"range": {
"gte": 1.0,
"lte": 1.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 31882,
"bin_start": 1.0,
"bin_end": 10.8
},
{
"count": 0,
"bin_start": 10.8,
"bin_end": 20.6
},
{
"count": 0,
"bin_start": 20.6,
"bin_end": 30.400000000000002
},
{
"count": 0,
"bin_start": 30.400000000000002,
"bin_end": 40.2
},
{
"count": 0,
"bin_start": 40.2,
"bin_end": 50.0
},
{
"count": 0,
"bin_start": 50.0,
"bin_end": 59.800000000000004
},
{
"count": 0,
"bin_start": 59.800000000000004,
"bin_end": 69.60000000000001
},
{
"count": 0,
"bin_start": 69.60000000000001,
"bin_end": 79.4
},
{
"count": 0,
"bin_start": 79.4,
"bin_end": 89.2
},
{
"count": 2,
"bin_start": 89.2,
"bin_end": 99.0
}
]
}
},
{
"name": "store_and_fwd_flag",
"structural_type": "http://schema.org/Text",
"semantic_types": [
"http://schema.org/Boolean",
"http://schema.org/Enumeration"
],
"unclean_values_ratio": 0.0,
"num_distinct_values": 2,
"plot": {
"type": "histogram_categorical",
"data": [
{
"bin": "N",
"count": 31583
},
{
"bin": "Y",
"count": 301
}
]
}
},
{
"name": "dropoff_longitude",
"structural_type": "http://schema.org/Float",
"semantic_types": [
"http://schema.org/longitude"
],
"unclean_values_ratio": 0.0,
"mean": -72.61726005558027,
"stddev": 9.927911881191655,
"coverage": [
{
"range": {
"gte": -74.00706481933594,
"lte": -73.92808532714844
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 31299,
"bin_start": -80.1635513305664,
"bin_end": -72.14719619750977
},
{
"count": 0,
"bin_start": -72.14719619750977,
"bin_end": -64.13084106445312
},
{
"count": 0,
"bin_start": -64.13084106445312,
"bin_end": -56.11448593139649
},
{
"count": 0,
"bin_start": -56.11448593139649,
"bin_end": -48.098130798339845
},
{
"count": 0,
"bin_start": -48.098130798339845,
"bin_end": -40.0817756652832
},
{
"count": 0,
"bin_start": -40.0817756652832,
"bin_end": -32.06542053222657
},
{
"count": 0,
"bin_start": -32.06542053222657,
"bin_end": -24.049065399169926
},
{
"count": 0,
"bin_start": -24.049065399169926,
"bin_end": -16.032710266113284
},
{
"count": 0,
"bin_start": -16.032710266113284,
"bin_end": -8.01635513305665
},
{
"count": 585,
"bin_start": -8.01635513305665,
"bin_end": 0.0
}
]
}
},
{
"name": "dropoff_latitude",
"structural_type": "http://schema.org/Float",
"semantic_types": [
"http://schema.org/latitude"
],
"unclean_values_ratio": 0.0,
"mean": 40.00435883408732,
"stddev": 5.469265441382677,
"coverage": [
{
"range": {
"gte": 40.67950820922851,
"lte": 40.75017166137695
}
},
{
"range": {
"gte": 40.75291061401367,
"lte": 40.80543518066406
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 585,
"bin_start": 0.0,
"bin_end": 4.368471908569336
},
{
"count": 0,
"bin_start": 4.368471908569336,
"bin_end": 8.736943817138672
},
{
"count": 0,
"bin_start": 8.736943817138672,
"bin_end": 13.105415725708006
},
{
"count": 0,
"bin_start": 13.105415725708006,
"bin_end": 17.473887634277343
},
{
"count": 0,
"bin_start": 17.473887634277343,
"bin_end": 21.84235954284668
},
{
"count": 0,
"bin_start": 21.84235954284668,
"bin_end": 26.210831451416013
},
{
"count": 0,
"bin_start": 26.210831451416013,
"bin_end": 30.57930335998535
},
{
"count": 0,
"bin_start": 30.57930335998535,
"bin_end": 34.947775268554686
},
{
"count": 0,
"bin_start": 34.947775268554686,
"bin_end": 39.31624717712402
},
{
"count": 31299,
"bin_start": 39.31624717712402,
"bin_end": 43.68471908569336
}
]
}
},
{
"name": "payment_type",
"structural_type": "http://schema.org/Integer",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"num_distinct_values": 4,
"mean": 1.3890038890979801,
"stddev": 0.4997862033036134,
"coverage": [
{
"range": {
"gte": 1.0,
"lte": 1.0
}
},
{
"range": {
"gte": 2.0,
"lte": 2.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 19642,
"bin_start": 1.0,
"bin_end": 1.3
},
{
"count": 0,
"bin_start": 1.3,
"bin_end": 1.6
},
{
"count": 0,
"bin_start": 1.6,
"bin_end": 1.9
},
{
"count": 12113,
"bin_start": 1.9,
"bin_end": 2.2
},
{
"count": 0,
"bin_start": 2.2,
"bin_end": 2.5
},
{
"count": 0,
"bin_start": 2.5,
"bin_end": 2.8
},
{
"count": 97,
"bin_start": 2.8,
"bin_end": 3.1
},
{
"count": 0,
"bin_start": 3.1,
"bin_end": 3.4
},
{
"count": 0,
"bin_start": 3.4,
"bin_end": 3.6999999999999997
},
{
"count": 32,
"bin_start": 3.6999999999999997,
"bin_end": 4.0
}
]
}
},
{
"name": "fare_amount",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 11.824153180278536,
"stddev": 10.021501925130702,
"coverage": [
{
"range": {
"gte": 4.0,
"lte": 14.0
}
},
{
"range": {
"gte": 15.5,
"lte": 33.5
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 29632,
"bin_start": -4.5,
"bin_end": 25.95
},
{
"count": 2133,
"bin_start": 25.95,
"bin_end": 56.4
},
{
"count": 92,
"bin_start": 56.4,
"bin_end": 86.85
},
{
"count": 13,
"bin_start": 86.85,
"bin_end": 117.3
},
{
"count": 7,
"bin_start": 117.3,
"bin_end": 147.75
},
{
"count": 4,
"bin_start": 147.75,
"bin_end": 178.2
},
{
"count": 0,
"bin_start": 178.2,
"bin_end": 208.65
},
{
"count": 2,
"bin_start": 208.65,
"bin_end": 239.1
},
{
"count": 0,
"bin_start": 239.1,
"bin_end": 269.55
},
{
"count": 1,
"bin_start": 269.55,
"bin_end": 300.0
}
]
}
},
{
"name": "extra",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 0.3101242002258186,
"stddev": 0.3643655586412551,
"coverage": [
{
"range": {
"gte": 0.0,
"lte": 0.0
}
},
{
"range": {
"gte": 0.5,
"lte": 0.5
}
},
{
"range": {
"gte": 1.0,
"lte": 1.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 2,
"bin_start": -1.0,
"bin_end": -0.8
},
{
"count": 0,
"bin_start": -0.8,
"bin_end": -0.6
},
{
"count": 5,
"bin_start": -0.6,
"bin_end": -0.3999999999999999
},
{
"count": 0,
"bin_start": -0.3999999999999999,
"bin_end": -0.19999999999999996
},
{
"count": 0,
"bin_start": -0.19999999999999996,
"bin_end": 0.0
},
{
"count": 16792,
"bin_start": 0.0,
"bin_end": 0.20000000000000018
},
{
"count": 0,
"bin_start": 0.20000000000000018,
"bin_end": 0.40000000000000013
},
{
"count": 10385,
"bin_start": 0.40000000000000013,
"bin_end": 0.6000000000000001
},
{
"count": 0,
"bin_start": 0.6000000000000001,
"bin_end": 0.8
},
{
"count": 4700,
"bin_start": 0.8,
"bin_end": 1.0
}
]
}
},
{
"name": "mta_tax",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 0.49747522268222305,
"stddev": 0.03800258305321163,
"coverage": [
{
"range": {
"gte": 0.5,
"lte": 0.5
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 12,
"bin_start": -0.5,
"bin_end": -0.4
},
{
"count": 0,
"bin_start": -0.4,
"bin_end": -0.3
},
{
"count": 0,
"bin_start": -0.3,
"bin_end": -0.19999999999999996
},
{
"count": 0,
"bin_start": -0.19999999999999996,
"bin_end": -0.09999999999999998
},
{
"count": 0,
"bin_start": -0.09999999999999998,
"bin_end": 0.0
},
{
"count": 137,
"bin_start": 0.0,
"bin_end": 0.10000000000000009
},
{
"count": 0,
"bin_start": 0.10000000000000009,
"bin_end": 0.20000000000000007
},
{
"count": 0,
"bin_start": 0.20000000000000007,
"bin_end": 0.30000000000000004
},
{
"count": 0,
"bin_start": 0.30000000000000004,
"bin_end": 0.4
},
{
"count": 31735,
"bin_start": 0.4,
"bin_end": 0.5
}
]
}
},
{
"name": "tip_amount",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 1.5424814954208985,
"stddev": 2.326762126697112,
"coverage": [
{
"range": {
"gte": 0.0,
"lte": 3.05
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 31536,
"bin_start": 0.0,
"bin_end": 10.8
},
{
"count": 332,
"bin_start": 10.8,
"bin_end": 21.6
},
{
"count": 9,
"bin_start": 21.6,
"bin_end": 32.400000000000006
},
{
"count": 2,
"bin_start": 32.400000000000006,
"bin_end": 43.2
},
{
"count": 1,
"bin_start": 43.2,
"bin_end": 54.0
},
{
"count": 2,
"bin_start": 54.0,
"bin_end": 64.80000000000001
},
{
"count": 1,
"bin_start": 64.80000000000001,
"bin_end": 75.60000000000001
},
{
"count": 0,
"bin_start": 75.60000000000001,
"bin_end": 86.4
},
{
"count": 0,
"bin_start": 86.4,
"bin_end": 97.2
},
{
"count": 1,
"bin_start": 97.2,
"bin_end": 108.0
}
]
}
},
{
"name": "tolls_amount",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 0.23470235854974048,
"stddev": 1.1955101610111805,
"coverage": [
{
"range": {
"gte": 0.0,
"lte": 0.0
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 30587,
"bin_start": 0.0,
"bin_end": 1.83
},
{
"count": 4,
"bin_start": 1.83,
"bin_end": 3.66
},
{
"count": 1203,
"bin_start": 3.66,
"bin_end": 5.49
},
{
"count": 4,
"bin_start": 5.49,
"bin_end": 7.32
},
{
"count": 3,
"bin_start": 7.32,
"bin_end": 9.15
},
{
"count": 24,
"bin_start": 9.15,
"bin_end": 10.98
},
{
"count": 38,
"bin_start": 10.98,
"bin_end": 12.81
},
{
"count": 6,
"bin_start": 12.81,
"bin_end": 14.64
},
{
"count": 7,
"bin_start": 14.64,
"bin_end": 16.47
},
{
"count": 8,
"bin_start": 16.47,
"bin_end": 18.3
}
]
}
},
{
"name": "improvement_surcharge",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 0.2837504704554457,
"stddev": 0.0679029576156931,
"coverage": [
{
"range": {
"gte": 0.3,
"lte": 0.3
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 1727,
"bin_start": 0.0,
"bin_end": 0.03
},
{
"count": 0,
"bin_start": 0.03,
"bin_end": 0.06
},
{
"count": 0,
"bin_start": 0.06,
"bin_end": 0.09
},
{
"count": 0,
"bin_start": 0.09,
"bin_end": 0.12
},
{
"count": 0,
"bin_start": 0.12,
"bin_end": 0.15
},
{
"count": 0,
"bin_start": 0.15,
"bin_end": 0.18
},
{
"count": 0,
"bin_start": 0.18,
"bin_end": 0.21
},
{
"count": 0,
"bin_start": 0.21,
"bin_end": 0.24
},
{
"count": 0,
"bin_start": 0.24,
"bin_end": 0.27
},
{
"count": 30157,
"bin_start": 0.27,
"bin_end": 0.3
}
]
}
},
{
"name": "total_amount",
"structural_type": "http://schema.org/Float",
"semantic_types": [],
"unclean_values_ratio": 0.0,
"mean": 14.708397315263282,
"stddev": 12.20108987347362,
"coverage": [
{
"range": {
"gte": 5.3,
"lte": 16.42
}
},
{
"range": {
"gte": 18.35,
"lte": 40.2
}
}
],
"plot": {
"type": "histogram_numerical",
"data": [
{
"count": 29582,
"bin_start": -5.8,
"bin_end": 30.816
},
{
"count": 1948,
"bin_start": 30.816,
"bin_end": 67.432
},
{
"count": 326,
"bin_start": 67.432,
"bin_end": 104.048
},
{
"count": 13,
"bin_start": 104.048,
"bin_end": 140.664
},
{
"count": 11,
"bin_start": 140.664,
"bin_end": 177.27999999999997
},
{
"count": 1,
"bin_start": 177.27999999999997,
"bin_end": 213.896
},
{
"count": 2,
"bin_start": 213.896,
"bin_end": 250.512
},
{
"count": 0,
"bin_start": 250.512,
"bin_end": 287.128
},
{
"count": 0,
"bin_start": 287.128,
"bin_end": 323.74399999999997
},
{
"count": 1,
"bin_start": 323.74399999999997,
"bin_end": 360.36
}
]
}
}
],
"nb_spatial_columns": 4,
"nb_temporal_columns": 2,
"nb_categorical_columns": 1,
"nb_numerical_columns": 12,
"types": [
"categorical",
"numerical",
"spatial",
"temporal"
],
"spatial_coverage": [
{
"type": "latlong",
"column_names": [
"pickup_latitude",
"pickup_longitude"
],
"column_indexes": [
6,
5
],
"geohashes4": [
{
"hash": "0333333333333",
"number": 619
},
{
"hash": "1211303202200",
"number": 1552
},
{
"hash": "1211303202201",
"number": 105
},
{
"hash": "1211303202202",
"number": 884
},
{
"hash": "1211303202203",
"number": 179
},
{
"hash": "1211303202212",
"number": 37
},
{
"hash": "1211303202213",
"number": 10
},
{
"hash": "1211303202210",
"number": 1
},
{
"hash": "1211303202223",
"number": 1
},
{
"hash": "1211303202220",
"number": 1
},
{
"hash": "1211303202233",
"number": 3
},
{
"hash": "1211303202232",
"number": 4
},
{
"hash": "1211303202230",
"number": 3
},
{
"hash": "1211303202231",
"number": 1
},
{
"hash": "1211303202320",
"number": 4
},
{
"hash": "1211303202000",
"number": 1
},
{
"hash": "1211303220101",
"number": 1
},
{
"hash": "1211303220110",
"number": 1
},
{
"hash": "1211302313310",
"number": 9841
},
{
"hash": "1211302313311",
"number": 6656
},
{
"hash": "1211302313313",
"number": 2512
},
{
"hash": "1211302313312",
"number": 163
},
{
"hash": "1211302313301",
"number": 4720
},
{
"hash": "1211302313303",
"number": 72
},
{
"hash": "1211302313302",
"number": 124
},
{
"hash": "1211302313300",
"number": 198
},
{
"hash": "1211302313333",
"number": 365
},
{
"hash": "1211302313331",
"number": 272
},
{
"hash": "1211302313330",
"number": 66
},
{
"hash": "1211302313332",
"number": 4
},
{
"hash": "1211302313323",
"number": 12
},
{
"hash": "1211302313321",
"number": 3
},
{
"hash": "1211302313320",
"number": 4
},
{
"hash": "1211302313322",
"number": 3
},
{
"hash": "1211302313123",
"number": 1038
},
{
"hash": "1211302313122",
"number": 872
},
{
"hash": "1211302313132",
"number": 709
},
{
"hash": "1211302313133",
"number": 2
},
{
"hash": "1211302313130",
"number": 1
},
{
"hash": "1211302313112",
"number": 1
},
{
"hash": "1211302313211",
"number": 191
},
{
"hash": "1211302313213",
"number": 27
},
{
"hash": "1211302313210",
"number": 23
},
{
"hash": "1211302313212",
"number": 6
},
{
"hash": "1211302313202",
"number": 2
},
{
"hash": "1211302313201",
"number": 4
},
{
"hash": "1211302313203",
"number": 1
},
{
"hash": "1211302313233",
"number": 2
},
{
"hash": "1211302313232",
"number": 1
},
{
"hash": "1211302313230",
"number": 1
},
{
"hash": "1211302313222",
"number": 1
},
{
"hash": "1211302313221",
"number": 1
},
{
"hash": "1211302313033",
"number": 6
},
{
"hash": "1211302313032",
"number": 1
},
{
"hash": "1211302313023",
"number": 2
},
{
"hash": "1211302311233",
"number": 1
},
{
"hash": "1211302312311",
"number": 1
},
{
"hash": "1211302331001",
"number": 192
},
{
"hash": "1211302331003",
"number": 343
},
{
"hash": "1211302331010",
"number": 18
},
{
"hash": "1211302331011",
"number": 5
},
{
"hash": "1211302331331",
"number": 1
},
{
"hash": "1211302331100",
"number": 4
},
{
"hash": "1211302331101",
"number": 1
},
{
"hash": "1211302331113",
"number": 1
},
{
"hash": "1211302331132",
"number": 1
},
{
"hash": "1211302303210",
"number": 1
},
{
"hash": "1200213213203",
"number": 1
}
],
"ranges": [
{
"range": {
"type": "envelope",
"coordinates": [
[
-74.00666046142578,
40.787208557128906
],
[
-73.93778228759767,
40.71123123168945
]
]
}
}
],
"number": 31884
},
{
"type": "latlong",
"column_names": [
"dropoff_latitude",
"dropoff_longitude"
],
"column_indexes": [
10,
9
],
"geohashes4": [
{
"hash": "033333333333",
"number": 585
},
{
"hash": "121130320220",
"number": 3277
},
{
"hash": "121130320221",
"number": 259
},
{
"hash": "121130320223",
"number": 62
},
{
"hash": "121130320222",
"number": 23
},
{
"hash": "121130320232",
"number": 29
},
{
"hash": "121130320230",
"number": 8
},
{
"hash": "121130320233",
"number": 1
},
{
"hash": "121130320231",
"number": 1
},
{
"hash": "121130320203",
"number": 1
},
{
"hash": "121130320200",
"number": 2
},
{
"hash": "121130320201",
"number": 1
},
{
"hash": "121130320022",
"number": 1
},
{
"hash": "121130322121",
"number": 2
},
{
"hash": "121130322102",
"number": 1
},
{
"hash": "121130322133",
"number": 1
},
{
"hash": "121130322111",
"number": 1
},
{
"hash": "121130322002",
"number": 2
},
{
"hash": "121130322000",
"number": 4
},
{
"hash": "121130322001",
"number": 2
},
{
"hash": "121130322011",
"number": 3
},
{
"hash": "121130322211",
"number": 1
},
{
"hash": "121130231331",
"number": 18079
},
{
"hash": "121130231330",
"number": 4986
},
{
"hash": "121130231333",
"number": 597
},
{
"hash": "121130231332",
"number": 118
},
{
"hash": "121130231312",
"number": 1889
},
{
"hash": "121130231313",
"number": 730
},
{
"hash": "121130231311",
"number": 1
},
{
"hash": "121130231310",
"number": 22
},
{
"hash": "121130231321",
"number": 664
},
{
"hash": "121130231320",
"number": 69
},
{
"hash": "121130231323",
"number": 29
},
{
"hash": "121130231322",
"number": 3
},
{
"hash": "121130231303",
"number": 12
},
{
"hash": "121130231302",
"number": 34
},
{
"hash": "121130231301",
"number": 12
},
{
"hash": "121130231300",
"number": 2
},
{
"hash": "121130231231",
"number": 15
},
{
"hash": "121130231233",
"number": 1
},
{
"hash": "121130231211",
"number": 1
},
{
"hash": "121130231123",
"number": 11
},
{
"hash": "121130231132",
"number": 1
},
{
"hash": "121130231133",
"number": 1
},
{
"hash": "121130231032",
"number": 1
},
{
"hash": "121130233100",
"number": 193
},
{
"hash": "121130233101",
"number": 44
},
{
"hash": "121130233102",
"number": 3
},
{
"hash": "121130233103",
"number": 3
},
{
"hash": "121130233111",
"number": 26
},
{
"hash": "121130233110",
"number": 40
},
{
"hash": "121130233112",
"number": 8
},
{
"hash": "121130233113",
"number": 3
},
{
"hash": "121130233133",
"number": 2
},
{
"hash": "121130233131",
"number": 1
},
{
"hash": "121130233130",
"number": 2
},
{
"hash": "121130233121",
"number": 2
},
{
"hash": "121130233122",
"number": 1
},
{
"hash": "121130233123",
"number": 1
},
{
"hash": "121130233120",
"number": 1
},
{
"hash": "121130233031",
"number": 1
},
{
"hash": "121130233011",
"number": 3
},
{
"hash": "121130233013",
"number": 1
},
{
"hash": "121130230321",
"number": 1
},
{
"hash": "121132100000",
"number": 1
},
{
"hash": "121132111231",
"number": 1
},
{
"hash": "121113302232",
"number": 1
}
],
"ranges": [
{
"range": {
"type": "envelope",
"coordinates": [
[
-74.00706481933594,
40.79464721679688
],
[
-73.92808532714844,
40.70499038696289
]
]
}
}
],
"number": 31884
}
],
"temporal_coverage": [
{
"type": "datetime",
"column_names": [
"tpep_pickup_datetime"
],
"column_indexes": [
1
],
"column_types": [
"http://schema.org/DateTime"
],
"ranges": [
{
"range": {
"gte": 1420123136.0,
"lte": 1420962560.0
}
},
{
"range": {
"gte": 1421074944.0,
"lte": 1421851392.0
}
},
{
"range": {
"gte": 1421938944.0,
"lte": 1422723328.0
}
}
],
"temporal_resolution": "second"
},
{
"type": "datetime",
"column_names": [
"tpep_dropoff_datetime"
],
"column_indexes": [
2
],
"column_types": [
"http://schema.org/DateTime"
],
"ranges": [
{
"range": {
"gte": 1420123520.0,
"lte": 1420955776.0
}
},
{
"range": {
"gte": 1421075456.0,
"lte": 1421851904.0
}
},
{
"range": {
"gte": 1421939584.0,
"lte": 1422723968.0
}
}
],
"temporal_resolution": "second"
}
],
"attribute_keywords": [
"VendorID",
"Vendor",
"ID",
"tpep_pickup_datetime",
"tpep",
"pickup",
"datetime",
"tpep_dropoff_datetime",
"tpep",
"dropoff",
"datetime",
"passenger_count",
"passenger",
"count",
"trip_distance",
"trip",
"distance",
"pickup_longitude",
"pickup",
"longitude",
"pickup_latitude",
"pickup",
"latitude",
"RateCodeID",
"Rate",
"Code",
"ID",
"store_and_fwd_flag",
"store",
"and",
"fwd",
"flag",
"dropoff_longitude",
"dropoff",
"longitude",
"dropoff_latitude",
"dropoff",
"latitude",
"payment_type",
"payment",
"type",
"fare_amount",
"fare",
"amount",
"extra",
"mta_tax",
"mta",
"tax",
"tip_amount",
"tip",
"amount",
"tolls_amount",
"tolls",
"amount",
"improvement_surcharge",
"improvement",
"surcharge",
"total_amount",
"total",
"amount"
],
"sample": "VendorID,tpep_pickup_datetime,tpep_dropoff_datetime,passenger_count,trip_distance,pickup_longitude,pickup_latitude,RateCodeID,store_and_fwd_flag,dropoff_longitude,dropoff_latitude,payment_type,fare_amount,extra,mta_tax,tip_amount,tolls_amount,improvement_surcharge,total_amount\r\n1,2015-01-06 16:19:20,2015-01-06 16:34:16,1,2.3,-73.99893951416016,40.72821807861328,1,N,-73.97830200195312,40.75121307373047,1,12.0,1.0,0.5,2.75,0.0,0.3,16.55\r\n1,2015-01-21 22:53:02,2015-01-21 23:00:53,1,1.6,-73.99380493164062,40.750999450683594,1,N,-73.9763412475586,40.764930725097656,1,8.0,0.5,0.5,1.85,0.0,0.3,11.15\r\n2,2015-01-31 17:06:30,2015-01-31 17:11:02,1,1.22,-73.97476959228516,40.74195861816406,1,N,-73.96341705322266,40.75607681274414,2,6.0,0.0,0.5,0.0,0.0,0.3,6.8\r\n2,2015-01-15 22:01:11,2015-01-15 22:13:32,1,2.51,-73.97486877441406,40.72991943359375,1,N,-73.98661804199219,40.751583099365234,1,11.0,0.5,0.5,2.3,0.0,0.3,14.6\r\n2,2015-01-26 08:21:22,2015-01-26 08:30:12,1,1.71,-73.97096252441406,40.75615310668945,1,N,-73.95423126220702,40.778438568115234,2,8.5,0.0,0.5,0.0,0.0,0.3,9.3\r\n1,2015-01-07 23:48:09,2015-01-07 23:54:56,1,1.4,-74.0075454711914,40.74078369140625,1,N,-74.00251770019531,40.7264404296875,1,7.0,0.5,0.5,1.65,0.0,0.3,9.95\r\n1,2015-01-30 07:06:44,2015-01-30 07:08:27,1,0.3,-73.98625183105469,40.761619567871094,1,N,-73.98171997070312,40.75973129272461,1,3.5,0.0,0.5,1.29,0.0,0.3,5.59\r\n1,2015-01-08 15:21:53,2015-01-08 15:34:18,1,1.4,-73.98067474365236,40.73381042480469,1,N,-73.98953247070312,40.74785614013672,2,9.0,0.0,0.5,0.0,0.0,0.3,9.8\r\n2,2015-01-09 18:28:37,2015-01-09 18:39:51,1,2.02,-73.98702239990233,40.76258850097656,1,N,-74.00459289550781,40.74774932861328,2,9.5,1.0,0.5,0.0,0.0,0.3,11.3\r\n1,2015-01-23 07:21:14,2015-01-23 07:28:02,1,1.0,-73.95796966552734,40.768795013427734,1,N,-73.9621353149414,40.7754020690918,2,6.0,0.0,0.5,0.0,0.0,0.3,6.8\r\n2,2015-01-14 11:53:30,2015-01-14 12:04:50,4,1.51,-73.98697662353516,40.733665466308594,1,N,-74.0008773803711,40.72077560424805,1,9.0,0.0,0.5,1.8,0.0,0.3,11.6\r\n1,2015-01-17 12:10:11,2015-01-17 12:27:39,1,5.1,-73.95761108398438,40.77672576904297,1,N,-73.9862060546875,40.727088928222656,1,17.0,0.0,0.5,3.55,0.0,0.3,21.35\r\n2,2015-01-17 02:59:59,2015-01-17 03:05:41,5,0.67,-74.00196075439453,40.73273086547851,1,N,-74.00598907470702,40.72723388671875,2,5.5,0.5,0.5,0.0,0.0,0.3,6.8\r\n2,2015-01-21 18:47:44,2015-01-21 18:57:58,6,1.72,-74.0150375366211,40.71564102172851,1,N,-74.00000762939453,40.73270034790039,1,9.0,1.0,0.5,2.5,0.0,0.3,13.3\r\n2,2015-01-17 10:29:35,2015-01-17 10:33:33,1,0.58,-73.97811889648438,40.752235412597656,1,N,-73.97657012939453,40.75912094116211,2,4.5,0.0,0.5,0.0,0.0,0.3,5.3\r\n2,2015-01-09 09:43:56,2015-01-09 10:24:05,1,1.81,-73.95084381103516,40.779056549072266,1,N,-73.96798706054688,40.755592346191406,2,22.5,0.0,0.5,0.0,0.0,0.3,23.3\r\n2,2015-01-18 16:40:06,2015-01-18 17:25:24,1,16.9,-73.79840087890625,40.645076751708984,2,N,-73.97840118408203,40.764644622802734,1,52.0,0.0,0.5,11.47,5.33,0.3,69.6\r\n2,2015-01-29 18:42:20,2015-01-29 19:00:52,1,1.57,-73.97779083251953,40.73392105102539,1,N,-73.99107360839844,40.74895095825195,2,12.5,1.0,0.5,0.0,0.0,0.3,14.3\r\n2,2015-01-13 19:39:24,2015-01-13 19:50:13,1,2.16,-73.9809341430664,40.7592658996582,1,N,-73.95492553710938,40.76924514770508,1,10.0,1.0,0.5,2.75,0.0,0.3,14.55\r\n1,2015-01-25 21:10:51,2015-01-25 21:18:05,1,1.2,-73.98323822021484,40.744361877441406,1,N,-74.00001525878906,40.74322509765625,1,7.0,0.5,0.5,1.65,0.0,0.3,9.95\r\n"
}