Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the businesses with the lowest rating? #19

Open
nfejes opened this issue Oct 28, 2014 · 2 comments
Open

What are the businesses with the lowest rating? #19

nfejes opened this issue Oct 28, 2014 · 2 comments

Comments

@nfejes
Copy link

nfejes commented Oct 28, 2014

No description provided.

@ianks
Copy link

ianks commented Oct 28, 2014

image

db.business.find({}, {'name':1, 'stars':1}).sort({'stars':1}).limit(25)

Top 25 lowest ratings, tends to be fast food....

@rodenr
Copy link

rodenr commented Oct 28, 2014

image

this shows the top 10 worst ratings which seem to be a company providing goods rather than services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants