cambridge-masters-project / data /raw /UBAR /db /taxi_db_processed.json
alistairmcleay's picture
Put models on model hub
2936a70
raw
history blame
No virus
349 Bytes
[
{
"taxi_colors": [
"black",
"white",
"red",
"yellow",
"blue",
"grey"
],
"taxi_types": [
"toyota",
"skoda",
"bmw",
"honda",
"ford",
"audi",
"lexus",
"volvo",
"volkswagen",
"tesla"
],
"taxi_phone": [
"^[0-9]{10}$"
]
}
]