CSCI-4830-002-2014 / hackathon-yelp

0 stars 6 forks source link

how many restaurants are by appointment only? #21

Open jakewhite8 opened 9 years ago

jakewhite8 commented 9 years ago

db.business.find({"attributes":{"By Appointment Only" : true}}).count()

http://i.imgur.com/R21dIJ3.png

1232