Yelp / dataset-examples

Samples for users of the Yelp Academic Dataset
http://www.yelp.com/academic_dataset
Other
1.23k stars 615 forks source link

City has incorrect value #16

Open stochastic-thread opened 9 years ago

stochastic-thread commented 9 years ago

This record has a city vaue that looks like an address:

{
"attributes": {
"Accepts Credit Cards": true ,
"Parking": {
"garage": false ,
"lot": true ,
"street": false ,
"valet": false ,
"validated": false
} ,
"Price Range": 2 ,
"Wheelchair Accessible": true
} ,
"business_id":  "PMMoI3CzzIH0opgW8Qzp-A" ,
"categories": [
"Local Services" ,
"Self Storage"
] ,
"city":  "1023 E Frye Rd" ,
"full_address":  "Phoenix
1023 E Frye Rd, AZ 85048" ,
"hours": {
"Friday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Monday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Saturday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Sunday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Thursday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Tuesday": {
"close":  "17:00" ,
"open":  "08:00"
} ,
"Wednesday": {
"close":  "17:00" ,
"open":  "08:00"
}
} ,
"id":  "0b6337cb-eb62-4f00-a5b0-92b2baca0a45" ,
"latitude": 33.2978479771866 ,
"longitude": -112.061276435852 ,
"name":  "Ahwatukee Foothills Storage" ,
"neighborhoods": [ ],
"open": true ,
"review_count": 3 ,
"stars": 2.5 ,
"state":  "AZ" ,
"type":  "business"
}